Comparing version 8.0.0 to 8.1.0-next.1699858550.970b7261c2ca0b1da36bfc78e79fbf8206bf1e42
{ | ||
"title": "Safe FS", | ||
"name": "safefs", | ||
"version": "8.0.0", | ||
"version": "8.1.0-next.1699858550.970b7261c2ca0b1da36bfc78e79fbf8206bf1e42", | ||
"description": "Stop getting EMFILE errors! Open only as many files as the operating system supports.", | ||
@@ -146,2 +146,2 @@ "homepage": "https://github.com/bevry/safefs", | ||
} | ||
} | ||
} |
@@ -208,3 +208,3 @@ /* eslint no-sync:0 */ | ||
*/ | ||
rmdir(path, next) { | ||
rimraf(path, next) { | ||
function wrappedNext(err) { | ||
@@ -211,0 +211,0 @@ if (err && err.code === 'ENOENT') return next() |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
31301
1