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
base: v2.0.18
Choose a base ref
...
head repository: remy/nodemon
compare: v2.0.19
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 23, 2022

  1. docs: fix bug_report.md (#2032)

    Remove backslash which throws an error (tested on OSX fish and CentOS bash)
    elrumordelaluz committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    8db5f7c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. fix: Replace update notifier with simplified deps (#2033)

    Closes #1961
    Closes #2028
    
    - Fixes security issue with got (CVE-2022-33987)
    - Replace update-notifier with simple-update-notifier which does the same thing but has one dependency (semver) rather than several
    - Same caching settings as update-notifier
    
    Congratulations and thanks to @alexbrazier 👏 🥇 ❤️
    alexbrazier committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    176c4a6 View commit details
    Browse the repository at this point in the history