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: remy/nodemon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.4
Choose a base ref
...
head repository: remy/nodemon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.5
Choose a head ref
  • 4 commits
  • 10 files changed
  • 4 contributors

Commits on May 14, 2020

  1. chore: update lock file

    [skip ci]
    remy committed May 14, 2020
    Configuration menu
    Copy the full SHA
    6c471af View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. fix: respect env.OPENCOLLECTIVE_HIDE (#1765)

    Co-authored-by: Josh Woodcock <josh@spacee.com>
    Josh Woodcock and Josh Woodcock authored Sep 17, 2020
    Configuration menu
    Copy the full SHA
    273d774 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. fix: package.main with -- arguments (#1773)

    * fix: package.main with -- arguments
    
    Fixes #1758
    
    The combination of using a package.main (which sets the script
    position to index zero) and using the -- stop slurp meant that
    the arguments had the script appended to the end instead of
    prepended to the start. The net result meant that when the script
    was forked, it would drop the first user arg.
    
    See diff for details of the fix - a simple check against null.
    
    * fix: protect against missing opts
    remy authored Oct 4, 2020
    Configuration menu
    Copy the full SHA
    2967726 View commit details
    Browse the repository at this point in the history
  2. fix: runOnChangeOnly=true

    Fxies issue #1742: corrected run.js, run.test.js, watch.js for the use case runOnChangeOnly=true (#1751)
    MonarchChakri authored Oct 4, 2020
    Configuration menu
    Copy the full SHA
    7e00a30 View commit details
    Browse the repository at this point in the history
Loading