@verdaccio/file-locking
Advanced tools
Comparing version 13.0.0-next-8.0 to 13.0.0-next-8.1
@@ -43,4 +43,4 @@ "use strict"; | ||
const _options = { | ||
lock: (options === null || options === void 0 ? void 0 : options.lock) || false, | ||
parse: (options === null || options === void 0 ? void 0 : options.parse) || false | ||
lock: options?.lock || false, | ||
parse: options?.parse || false | ||
}; | ||
@@ -47,0 +47,0 @@ await lock(name, _options); |
{ | ||
"name": "@verdaccio/file-locking", | ||
"version": "13.0.0-next-8.0", | ||
"version": "13.0.0-next-8.1", | ||
"description": "library that handle file locking", | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=18" | ||
}, | ||
@@ -43,3 +43,3 @@ "repository": { | ||
"devDependencies": { | ||
"@verdaccio/types": "13.0.0-next-8.0" | ||
"@verdaccio/types": "13.0.0-next-8.1" | ||
}, | ||
@@ -46,0 +46,0 @@ "funding": { |
Sorry, the diff of this file is not supported yet
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
36818