Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mozilla/nunjucks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: trifacta/nunjucks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 5 files changed
  • 4 contributors

Commits on Jan 14, 2021

  1. Replace native "events" package by pure js implementation

    This is necessary as we plan to use nunjucks in vm2, were loading of
    native nodejs libraries is currently limited.
    Sebastian Kunert committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    7745dde View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from skunert/jsEvents

    Replace native "events" package by pure js implementation
    hverlin authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    cc6ec6e View commit details
    Browse the repository at this point in the history
  3. Remove "fs" dependency

    Removing the native filesystem module increases safety during execution of user provided templates.
    Sebastian Kunert committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    894948d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Merge pull request #2 from skunert/fs-dependency

    Remove "fs" dependency
    hverlin authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    52d0453 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    6e2e016 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Update package name

    hverlin committed May 31, 2022
    Configuration menu
    Copy the full SHA
    4445f27 View commit details
    Browse the repository at this point in the history
Loading