Comparing version 8.5.0 to 8.6.0-next.1701794253.d969f4abd238f2523d7966f431a465bd0d457e83
{ | ||
"title": "Safe FS", | ||
"name": "safefs", | ||
"version": "8.5.0", | ||
"version": "8.6.0-next.1701794253.d969f4abd238f2523d7966f431a465bd0d457e83", | ||
"description": "Stop getting EMFILE errors! Open only as many files as the operating system supports.", | ||
@@ -99,10 +99,10 @@ "homepage": "https://github.com/bevry/safefs", | ||
"graceful-fs": "^4.2.11", | ||
"version-compare": "^3.4.0" | ||
"version-compare": "^3.8.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.23.0", | ||
"assert-helpers": "^11.6.0", | ||
"eslint": "^8.54.0", | ||
"assert-helpers": "^11.9.0", | ||
"eslint": "^8.55.0", | ||
"eslint-config-bevry": "^5.2.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-babel": "^5.3.1", | ||
@@ -114,4 +114,3 @@ "eslint-plugin-prettier": "^5.0.1", | ||
"projectz": "^3.4.0", | ||
"surge": "^0.23.1", | ||
"valid-directory": "^4.5.0" | ||
"valid-directory": "^4.6.0" | ||
}, | ||
@@ -150,4 +149,5 @@ "scripts": { | ||
"singleQuote": true, | ||
"trailingComma": "es5" | ||
"trailingComma": "all", | ||
"endOfLine": "lf" | ||
} | ||
} | ||
} |
@@ -219,3 +219,3 @@ /* eslint no-sync:0 */ | ||
{ recursive: true, force: true, maxRetries: 2 }, | ||
wrappedNext | ||
wrappedNext, | ||
) | ||
@@ -222,0 +222,0 @@ } else if ( |
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
33531
12
1
Updatedversion-compare@^3.8.0