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

nodemon

Package Overview
Dependencies
Maintainers
1
Versions
258
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 3.1.8 to 3.1.9

7

lib/monitor/run.js

@@ -252,2 +252,9 @@ var debug = require('debug')('nodemon:run');

bus.emit('crash');
// support the old syntax of `exitcrash` - 2024-12-13
if (options.exitcrash) {
options.exitCrash = true;
delete options.exitcrash;
}
if (options.exitCrash) {

@@ -254,0 +261,0 @@ utils.log.fail('app crashed');

2

package.json

@@ -70,3 +70,3 @@ {

},
"version": "3.1.8",
"version": "3.1.9",
"funding": {

@@ -73,0 +73,0 @@ "type": "opencollective",

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