@vltpkg/which
Advanced tools
+5
-5
| { | ||
| "name": "@vltpkg/which", | ||
| "description": "Find the first executable in the path (TS port of 'which')", | ||
| "version": "0.0.0-13", | ||
| "version": "0.0.0-14", | ||
| "repository": { | ||
@@ -25,5 +25,5 @@ "type": "git", | ||
| "devDependencies": { | ||
| "@eslint/js": "^9.25.1", | ||
| "@types/node": "^22.15.3", | ||
| "eslint": "^9.25.1", | ||
| "@eslint/js": "^9.28.0", | ||
| "@types/node": "^22.15.29", | ||
| "eslint": "^9.28.0", | ||
| "prettier": "^3.5.3", | ||
@@ -34,3 +34,3 @@ "tap": "^21.1.0", | ||
| "typescript": "5.7.3", | ||
| "typescript-eslint": "^8.31.1" | ||
| "typescript-eslint": "^8.33.1" | ||
| }, | ||
@@ -37,0 +37,0 @@ "license": "ISC", |
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
22121
0