@jsenv/util
Advanced tools
Comparing version 3.10.0 to 3.11.0
@@ -46,2 +46,3 @@ // we won't internalize @jsenv/url-meta | ||
export { urlToFileSystemPath } from "./src/urlToFileSystemPath.js" | ||
export { urlToOrigin } from "./src/urlToOrigin.js" | ||
export { urlToParentUrl } from "./src/urlToParentUrl.js" | ||
@@ -48,0 +49,0 @@ export { urlToPathname } from "./src/urlToPathname.js" |
{ | ||
"name": "@jsenv/util", | ||
"version": "3.10.0", | ||
"version": "3.11.0", | ||
"description": "Set of functions often needed when using Node.js.", | ||
@@ -14,4 +14,3 @@ "license": "MIT", | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org" | ||
"access": "public" | ||
}, | ||
@@ -18,0 +17,0 @@ "type": "module", |
@@ -97,2 +97,12 @@ # util | ||
This preference mostly comes from the debugging experience inside VSCode. | ||
#### url object value while debugging | ||
![screenshot of url object while debugging in vscode](./docs/debug-url-object.png) | ||
#### url string value while debugging | ||
![screenshot of url string while debugging in vscode](./docs/debug-url-string.png) | ||
# Url parts naming | ||
@@ -99,0 +109,0 @@ |
Sorry, the diff of this file is not supported yet
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
275347
4605
689