Thanks to visit codestin.com
Credit goes to github.com

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.2
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.3
Choose a head ref
  • 5 commits
  • 11 files changed
  • 4 contributors

Commits on Jan 22, 2020

  1. Configuration menu
    Copy the full SHA
    c279760 View commit details
    Browse the repository at this point in the history
  2. docs: changed verbose logging and CLI documentation to reflect suppor…

    …t single file watch functionality
    Concision authored and remy committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    9bd07eb View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. fix: package.json & package-lock.json to reduce vulnerabilities

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-DOTPROP-543489
    snyk-bot authored and remy committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    a4490e2 View commit details
    Browse the repository at this point in the history
  2. test: fix failing test when required

    I suspect, though not 100% sure, that this test fails because it was
    being required and when so, chokidar is already watching and thus fires
    before the config is loaded.
    remy committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    33ae6da View commit details
    Browse the repository at this point in the history
  3. test: split require tests

    remy committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    ee92ee4 View commit details
    Browse the repository at this point in the history
Loading