graceful-fs
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -89,2 +89,4 @@ // Monkey-patching the fs module. | ||
ReaddirReq.prototype.done = function(er, files) { | ||
if (files && files.sort) | ||
files = files.sort() | ||
Req.prototype.done.call(this, er, files) | ||
@@ -91,0 +93,0 @@ onclose() |
@@ -5,3 +5,3 @@ { | ||
"description": "A drop-in replacement for fs, making various improvements.", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
13325
8
380
6