Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jsenv/util

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsenv/util - npm Package Compare versions

Comparing version 3.10.0 to 3.11.0

1

index.js

@@ -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"

5

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc