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.3 to 0.3.4

4

lib/watch.js

@@ -215,3 +215,3 @@ /**

var parent = path.resolve(fpath, '..');
fs.watch(parent, function(evt, fname) {
fs.watch(parent, options, function(evt, fname) {
if (path.basename(fpath) === fname) {

@@ -222,3 +222,3 @@ normalizeCall(fpath, options, cb);

} else if (is.dir(fpath)) {
fs.watch(fpath, function(evt, fname) {
fs.watch(fpath, options, function(evt, fname) {
if (fname) {

@@ -225,0 +225,0 @@ normalizeCall(path.join(fpath, fname), options, cb);

{
"name": "node-watch"
, "version": "0.3.3"
, "version": "0.3.4"
, "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