graceful-fs
Advanced tools
Comparing version 1.1.11 to 1.1.12
@@ -5,3 +5,3 @@ { | ||
"description": "fs monkey-patching to avoid EMFILE and other problems", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"repository": { | ||
@@ -19,3 +19,5 @@ "type": "git", | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"mkdirp": "~0.3.4" | ||
}, | ||
"scripts": { | ||
@@ -22,0 +24,0 @@ "test": "tap test/*.js" |
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
10807
1
+ Addedmkdirp@~0.3.4
+ Addedmkdirp@0.3.5(transitive)