Socket
Socket
Sign inDemoInstall

fs.notify

Package Overview
Dependencies
2
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0 to 0.0.1

8

notify.js

@@ -131,3 +131,3 @@ "use strict";

if (current.mtime !== stat.mtime) {
self.emit('change', file, stat);
self.emit('change', file);
}

@@ -202,4 +202,4 @@ });

// so we need to create a fake error object for your retry operation
var fakeerr = exists ? undefined : new Error();
if (operation.retry(fakeerr)) return;
var fakeErr = exists ? undefined : new Error();
if (operation.retry(fakeErr)) return;

@@ -223,3 +223,3 @@ fn(exists);

Notify.prototype.change = function change(FSWatcher, event, filename) {
if (!filename || true) return this.manually(FSWatcher).reset(FSWatcher.path);
if (!filename) return this.manually(FSWatcher).reset(FSWatcher.path);

@@ -226,0 +226,0 @@ this.emit('change', filename);

@@ -25,3 +25,3 @@ {

},
"version": "0.0.0"
"version": "0.0.1"
}
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