Comparing version 3.0.2 to 3.0.3
@@ -134,2 +134,11 @@ // Generated by CoffeeScript 1.6.3 | ||
}, | ||
lstat: function(path, next) { | ||
safefs.openFile(function(closeFile) { | ||
return fsUtil.lstat(path, function(err, stat) { | ||
closeFile(); | ||
return next(err, stat); | ||
}); | ||
}); | ||
return safefs; | ||
}, | ||
stat: function(path, next) { | ||
@@ -136,0 +145,0 @@ safefs.openFile(function(closeFile) { |
{ | ||
"name": "safefs", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Stop getting EMFILE errors! Open only as many files as the operating system supports.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/bevry/safefs", |
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
9961
191