Socket
Socket
Sign inDemoInstall

node-watch

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-watch - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

4

lib/watch.js

@@ -222,3 +222,5 @@ /**

fs.watch(fpath, function(evt, fname) {
normalizeCall(path.join(fpath, fname), options, cb);
if (fname) {
normalizeCall(path.join(fpath, fname), options, cb);
}
}).on('error', catchException);

@@ -225,0 +227,0 @@

{
"name": "node-watch"
, "version": "0.3.2"
, "version": "0.3.3"
, "description": "fs.watch() wrapper of Nodejs "

@@ -5,0 +5,0 @@ , "url": "https://github.com/yuanchuan/node-watch"

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