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

path-scurry

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

path-scurry - npm Package Compare versions

Comparing version
2.0.1
to
2.0.2
+8
-24
package.json
{
"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": {