graceful-fs
Advanced tools
Comparing version 1.1.12 to 1.1.13
@@ -5,3 +5,2 @@ // this keeps a queue of opened file descriptors, and will make | ||
var fs = require("fs") | ||
, mkdirp = require("mkdirp") | ||
@@ -8,0 +7,0 @@ // there is such a thing as TOO graceful. |
@@ -5,3 +5,3 @@ { | ||
"description": "fs monkey-patching to avoid EMFILE and other problems", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"repository": { | ||
@@ -15,9 +15,5 @@ "type": "git", | ||
}, | ||
"devDependencies": {}, | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"dependencies": { | ||
"mkdirp": "~0.3.4" | ||
}, | ||
"scripts": { | ||
@@ -24,0 +20,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
0
10703
304
- Removedmkdirp@~0.3.4
- Removedmkdirp@0.3.5(transitive)