graceful-fs
Advanced tools
Comparing version 4.2.10 to 4.2.11
{ | ||
"name": "graceful-fs", | ||
"description": "A drop-in replacement for fs, making various improvements.", | ||
"version": "4.2.10", | ||
"version": "4.2.11", | ||
"repository": { | ||
@@ -41,3 +41,3 @@ "type": "git", | ||
"rimraf": "^2.2.8", | ||
"tap": "^12.7.0" | ||
"tap": "^16.3.4" | ||
}, | ||
@@ -50,3 +50,6 @@ "files": [ | ||
"clone.js" | ||
] | ||
], | ||
"tap": { | ||
"reporter": "classic" | ||
} | ||
} |
@@ -104,3 +104,3 @@ var constants = require('constants') | ||
if (er | ||
&& (er.code === "EACCES" || er.code === "EPERM") | ||
&& (er.code === "EACCES" || er.code === "EPERM" || er.code === "EBUSY") | ||
&& Date.now() - start < 60000) { | ||
@@ -107,0 +107,0 @@ setTimeout(function() { |
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
32535