Socket
Socket
Sign inDemoInstall

sane

Package Overview
Dependencies
6
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

4

index.js

@@ -96,10 +96,8 @@ var fs = require('fs');

this.emit('change', file);
return true;
}
}
return false;
} else {
this.emit('change', file);
return true;
}
this.changeTimers[file] = null;
}.bind(this), 100);

@@ -106,0 +104,0 @@ };

{
"name": "sane",
"version": "0.0.1",
"version": "0.0.2",
"description": "Sane aims to be fast, small, and reliable file system watcher. No bells and whistles, just change events.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc