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 4.0.3 to 4.0.4

7

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

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