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

node-dev

Package Overview
Dependencies
Maintainers
0
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-dev - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json

@@ -19,3 +19,3 @@ {

"keywords": ["supervisor", "restart", "reload", "auto-reload"],
"version": "0.1.5"
"version": "0.1.6"
}

@@ -23,3 +23,3 @@ About

npm install -g node-dev
npm install node-dev

@@ -26,0 +26,0 @@ This will add the `node-dev` executable to your PATH.

@@ -18,3 +18,3 @@ /**

if (!module.loaded) {
fs.watchFile(module.filename, {interval : 500}, function(cur, prev) {
fs.watchFile(module.filename, {interval : 500, persistent: false}, function(cur, prev) {
if (cur && +cur.mtime !== +prev.mtime) {

@@ -57,2 +57,3 @@ process.exit(101);

module.parent = null;
process.mainModule = module;
}

@@ -59,0 +60,0 @@ watch(module);

Sorry, the diff of this file is not supported yet

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