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

@vltpkg/which

Package Overview
Dependencies
Maintainers
6
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vltpkg/which - npm Package Compare versions

Comparing version
1.0.0-rc.9
to
1.0.0-rc.10
+9
-9
package.json
{
"name": "@vltpkg/which",
"description": "Find the first executable in the path (TS port of 'which')",
"version": "1.0.0-rc.9",
"version": "1.0.0-rc.10",
"repository": {

@@ -26,15 +26,15 @@ "type": "git",

"devDependencies": {
"@eslint/js": "^9.34.0",
"@types/node": "^22.17.2",
"eslint": "^9.34.0",
"prettier": "^3.6.2",
"tap": "^21.1.0",
"tshy": "^3.0.2",
"@eslint/js": "^9.39.1",
"@types/node": "^22.19.2",
"eslint": "^9.39.1",
"prettier": "^3.7.4",
"tap": "^21.5.0",
"tshy": "^3.1.0",
"typedoc": "~0.27.9",
"typescript": "5.7.3",
"typescript-eslint": "^8.40.0"
"typescript-eslint": "^8.49.0"
},
"license": "ISC",
"engines": {
"node": ">=22"
"node": ">=22.9.0"
},

@@ -41,0 +41,0 @@ "tap": {