graceful-fs
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -9,4 +9,3 @@ // this keeps a queue of opened file descriptors, and will make | ||
var FastList = require("fast-list") | ||
, queue = new FastList() | ||
var queue = [] | ||
, curOpen = 0 | ||
@@ -13,0 +12,0 @@ , constants = require("constants") |
@@ -5,3 +5,3 @@ { | ||
"description": "fs monkey-patching to avoid EMFILE and other problems", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"repository": { | ||
@@ -15,6 +15,3 @@ "type": "git", | ||
}, | ||
"dependencies": { | ||
"fast-list": "1" | ||
}, | ||
"devDependencies": {} | ||
} |
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
7968
212
- Removedfast-list@1
- Removedfast-list@1.0.3(transitive)