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.2 to 0.0.3

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## 0.0.3
- Compare time based on their numeric value, a regular compare.
## 0.0.2

@@ -2,0 +5,0 @@ - Prevent duplicate listeners from being added by expanding paths

2

notify.js

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

// check if the modification time has changed
if (current.mtime !== stat.mtime) {
if (+current.mtime !== +stat.mtime) {
self.emit('change', file, event);

@@ -143,0 +143,0 @@ }

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

},
"version": "0.0.2"
"version": "0.0.3"
}
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