normalize-walker
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -224,2 +224,3 @@ | ||
yield* stale.setSource(this.source) | ||
if (!this.exists) return stale // file has been added | ||
if (this.mtime.getTime() !== stale.mtime.getTime()) return stale | ||
@@ -226,0 +227,0 @@ if (this.hash === stale.hash) return false |
{ | ||
"name": "normalize-walker", | ||
"description": "Walk down dependencies of JS, CSS, HTML, etc. and create a tree. ", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": { | ||
@@ -23,3 +23,3 @@ "name": "Jonathan Ong", | ||
"co": "^3", | ||
"mz": "0", | ||
"mz": "1", | ||
"is-generator": "0" | ||
@@ -26,0 +26,0 @@ }, |
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
26757
800
+ Addedmz@1.3.0(transitive)
+ Addednative-or-bluebird@1.2.0(transitive)
+ Addedthenify@3.3.1(transitive)
+ Addedthenify-all@1.6.0(transitive)
- Removedmz@0.1.6(transitive)
Updatedmz@1