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.0.36
to
1.0.37
+4
-4
package.json
{
"name": "node-exec-path",
"version": "1.0.36",
"version": "1.0.37",
"description": "Helpers for node executable paths",

@@ -43,3 +43,3 @@ "keywords": [

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

@@ -49,4 +49,4 @@ "version": "tsds version"

"dependencies": {
"env-path-key": "^1.0.17",
"function-exec-sync": "^1.2.28",
"env-path-key": "^1.0.18",
"function-exec-sync": "^1.2.29",
"semver": "^5.7.1"

@@ -53,0 +53,0 @@ },