Socket
Socket
Sign inDemoInstall

nodemon

Package Overview
Dependencies
Maintainers
0
Versions
254
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.2 to 0.5.3

5

nodemon.js

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

if (ext === '.coffee') {
//coffeescript requires --nodejs --debug
var debugIndex = nodeArgs.indexOf('--debug');
if (debugIndex >= 0) {
nodeArgs.splice(debugIndex, 0, '--nodejs');
}
node = spawn('coffee', nodeArgs);

@@ -37,0 +42,0 @@ } else {

2

package.json

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

"keywords": ["monitor", "development", "restart", "autoload", "reload", "terminal"],
"version": "0.5.2",
"version": "0.5.3",
"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