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
5
Versions
53
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
0.0.0-0.1730724342581
to
0.0.0-2
+19
-12
package.json
{
"name": "@vltpkg/which",
"description": "Find the first executable in the path (TS port of 'which')",
"version": "0.0.0-0.1730724342581",
"version": "0.0.0-2",
"repository": {
"type": "git",
"url": "git+https://github.com/vltpkg/vltpkg.git",
"directory": "src/which"
},
"tshy": {
"selfLink": false,
"liveDev": true,
"dialects": [

@@ -19,15 +25,16 @@ "esm"

"devDependencies": {
"@eslint/js": "^9.8.0",
"@eslint/js": "^9.20.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.4.1",
"eslint": "^9.8.0",
"prettier": "^3.3.2",
"tap": "^21.0.1",
"@types/node": "^22.13.1",
"eslint": "^9.20.0",
"prettier": "^3.4.2",
"tap": "^21.1.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1"
"typedoc": "0.27.6",
"typescript": "5.7.3",
"typescript-eslint": "^8.23.0"
},
"license": "ISC",
"engines": {
"node": "20 || >=22"
"node": ">=22"
},

@@ -57,7 +64,7 @@ "tap": {

"lint:check": "eslint .",
"presnap": "tshy",
"snap": "tap",
"pretest": "tshy",
"test": "tap"
"test": "tap",
"posttest": "tsc --noEmit",
"typecheck": "tsc --noEmit"
}
}