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.4 to 0.5.5

4

nodemon.js

@@ -137,3 +137,5 @@ #!/usr/bin/env node

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

@@ -140,0 +142,0 @@ });

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

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