Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nodemon

Package Overview
Dependencies
Maintainers
1
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodemon - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

.nodemonignore

5

nodemon.js

@@ -286,2 +286,7 @@ #!/usr/bin/env node

process.on('SIGTERM', function () {
cleanup();
process.exit(0);
});
// on exception *inside* nodemon, shutdown wrapped node app

@@ -288,0 +293,0 @@ process.on('uncaughtException', function (err) {

2

package.json

@@ -12,5 +12,5 @@ {

"keywords": ["monitor", "development", "restart", "autoload", "reload", "terminal"],
"version": "0.5.3",
"version": "0.5.4",
"preferGlobal" : "true",
"main": "./nodemon"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc