graceful-fs
Advanced tools
Comparing version 4.1.7 to 4.1.8
{ | ||
"name": "graceful-fs", | ||
"description": "A drop-in replacement for fs, making various improvements.", | ||
"version": "4.1.7", | ||
"version": "4.1.8", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -264,2 +264,3 @@ var fs = require('./fs.js') | ||
return orig.call(fs, target, function (er, stats) { | ||
if (!stats) return cb.apply(this, arguments) | ||
if (stats.uid < 0) stats.uid += 0x100000000 | ||
@@ -266,0 +267,0 @@ if (stats.gid < 0) stats.gid += 0x100000000 |
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
24027
597