You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

env-path-key

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

env-path-key - npm Package Compare versions

Comparing version
1.1.3
to
1.1.4
+7
-3
package.json
{
"name": "env-path-key",
"version": "1.1.3",
"version": "1.1.4",
"description": "Determines the path key",

@@ -31,3 +31,4 @@ "keywords": [

"format": "biome check --write --unsafe",
"test": "mocha --no-timeouts test/**/*.test.*",
"prepublishOnly": "tsds validate",
"test": "tsds test:node --no-timeouts",
"test:engines": "nvu engines tsds test:node --no-timeouts",

@@ -37,4 +38,7 @@ "version": "tsds version"

"devDependencies": {
"@biomejs/biome": "*",
"@types/mocha": "*",
"@types/node": "*"
"@types/node": "*",
"node-version-use": "*",
"ts-dev-stack": "*"
},

@@ -41,0 +45,0 @@ "engines": {