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.1 to 0.5.2

4

nodemon.js

@@ -102,3 +102,2 @@ #!/usr/bin/env node

// remove comments and trim lines
// this mess of replace methods is escaping "\#" to allow for emacs temp files

@@ -109,3 +108,3 @@ if (!noEscape) {

}
} else {
} else if (line = line.replace(reTrim, '')) {
ignoreFiles.push(line);

@@ -136,3 +135,2 @@ }

fs.readFileSync(ignoreFilePath).toString().split(/\n/).forEach(addIgnoreRule);
fs.watchFile(ignoreFilePath, { persistent: false }, readIgnoreFile);

@@ -139,0 +137,0 @@ });

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

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