@jsenv/util
Advanced tools
Comparing version 4.0.3 to 4.0.4
{ | ||
"name": "@jsenv/util", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Set of functions often needed when using Node.js.", | ||
@@ -14,3 +14,4 @@ "license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
@@ -47,3 +48,3 @@ "type": "module", | ||
"dependencies": { | ||
"@jsenv/cancellation": "2.0.2", | ||
"@jsenv/cancellation": "2.0.3", | ||
"@jsenv/url-meta": "6.0.0" | ||
@@ -50,0 +51,0 @@ }, |
@@ -65,4 +65,3 @@ # util | ||
const directoryUrl = assertAndNormalizeDirectoryUrl(__dirname) | ||
const packageFileUrl = resolveUrl("package.json", directoryUrl) | ||
const packageFileUrl = resolveUrl("package.json", import.meta.url) | ||
const packageFilePath = urlToFileSystemPath(packageFileUrl) | ||
@@ -69,0 +68,0 @@ const packageFileBuffer = readFileSync(packageFilePath) |
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
328009
688
+ Added@jsenv/cancellation@2.0.3(transitive)
- Removed@jsenv/cancellation@2.0.2(transitive)
Updated@jsenv/cancellation@2.0.3