path-scurry
Advanced tools
+8
-24
| { | ||
| "name": "path-scurry", | ||
| "version": "2.0.1", | ||
| "version": "2.0.2", | ||
| "description": "walk paths fast and efficiently", | ||
@@ -38,31 +38,15 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)", | ||
| }, | ||
| "prettier": { | ||
| "experimentalTernaries": true, | ||
| "semi": false, | ||
| "printWidth": 75, | ||
| "tabWidth": 2, | ||
| "useTabs": false, | ||
| "singleQuote": true, | ||
| "jsxSingleQuote": false, | ||
| "bracketSameLine": true, | ||
| "arrowParens": "avoid", | ||
| "endOfLine": "lf" | ||
| }, | ||
| "devDependencies": { | ||
| "@nodelib/fs.walk": "^2.0.0", | ||
| "@types/node": "^20.14.10", | ||
| "@nodelib/fs.walk": "^3.0.1", | ||
| "@types/node": "^25.3.0", | ||
| "mkdirp": "^3.0.0", | ||
| "prettier": "^3.3.2", | ||
| "rimraf": "^5.0.8", | ||
| "tap": "^20.0.3", | ||
| "rimraf": "^6.1.3", | ||
| "tap": "^21.6.1", | ||
| "ts-node": "^10.9.2", | ||
| "tshy": "^2.0.1", | ||
| "typedoc": "^0.26.3", | ||
| "typescript": "^5.5.3" | ||
| "tshy": "^3.3.2", | ||
| "typedoc": "^0.28.17" | ||
| }, | ||
| "tap": { | ||
| "typecheck": true | ||
| }, | ||
| "engines": { | ||
| "node": "20 || >=22" | ||
| "node": "18 || 20 || >=22" | ||
| }, | ||
@@ -69,0 +53,0 @@ "funding": { |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
9
-10%535680
-0.06%25
56.25%