graceful-fs
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,2 +0,1 @@ | ||
// wrapper around the non-sync fs functions to gracefully handle | ||
@@ -19,2 +18,8 @@ // having too many file descriptors open. Note that this is | ||
if (process.platform === "win32" | ||
&& !process.binding("fs").lstat) { | ||
exports.lstat = exports.stat | ||
exports.lstatSync = exports.statSync | ||
} | ||
function graceful (fn) { return function GRACEFUL () { | ||
@@ -31,3 +36,3 @@ var args = Array.prototype.slice.call(arguments) | ||
} | ||
timer = 0 | ||
timeout = 0 | ||
cb_.apply(null, arguments) | ||
@@ -34,0 +39,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"description": "fs with incremental backoff on EMFILE", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
2821
4
0
36
0
1