@vltpkg/which
Advanced tools
+19
-12
| { | ||
| "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" | ||
| } | ||
| } |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
22124
0.79%2
-33.33%10
11.11%