Comparing version 0.3.3 to 0.4.0
@@ -58,3 +58,3 @@ // Copyright 2010-2011 Mikeal Rogers | ||
// Check if anything actually changed in stat | ||
if (files[f] && !files[f].isDirectory() && c.nlink !== 0 && files[f].mtime == c.mtime) return; | ||
if (files[f] && !files[f].isDirectory() && c.nlink !== 0 && files[f].mtime.getTime() == c.mtime.getTime()) return; | ||
files[f] = c; | ||
@@ -61,0 +61,0 @@ if (!files[f].isDirectory()) callback(f, c, p); |
{ "name" : "watch" | ||
, "description" : "Utilities for watching file trees." | ||
, "tags" : ["util", "utility", "fs", "files"] | ||
, "version" : "0.3.3" | ||
, "version" : "0.4.0" | ||
, "homepage": "https://github.com/mikeal/watch" | ||
@@ -6,0 +6,0 @@ , "bugs": |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17018