Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

node-exec-path

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-exec-path - npm Package Compare versions

Comparing version
1.1.12
to
1.1.13
+7
-3
package.json
{
"name": "node-exec-path",
"version": "1.1.12",
"version": "1.1.13",
"description": "Helpers for node executable paths",

@@ -43,3 +43,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",

@@ -54,4 +55,7 @@ "version": "tsds version"

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

@@ -58,0 +62,0 @@ "engines": {