path-scurry
npmv2.0.2TypeScriptwalk paths fast and efficiently
Safe to adopt
Yes — path-scurry scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 202 days ago. 2 releases in the last 2 years.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- BMaintenance: grade B, Good.
Last published 202 days ago. 2 releases in the last 2 years.
- AWeight: grade A, Excellent.
Pulls in 2 transitive packages, about 523 KB installed (at least — some of the tree is still being crawled).
- BSupply chain: grade B, Good.
This package has a single maintainer (bus factor of 1).
- ALicense: grade A, Excellent.
BlueOak-1.0.0 — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding path-scurry to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.
Compatibility
- Node.js
- node 18 || 20 || >=22
- Module format
- ESM + CommonJS
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the path-scurry README.
// hybrid module, load with either method
import { PathScurry, Path } from 'path-scurry'
// or:
const { PathScurry, Path } = require('path-scurry')
// very simple example, say we want to find and
// delete all the .DS_Store files in a given path
// note that the API is very similar to just a
// naive walk with fs.readdir()
import { unlink } from 'fs/promises'
// easy way, iterate over the directory and do the thing
const pw = new PathScurry(process.cwd())
for await (const entry of pw) {Dependencies
Declared by path-scurry v2.0.2. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (2)
Dev (9)
Used by
Popular packages that depend on path-scurry.
Relationship graph
Dependencies (left) and dependents (right) of path-scurry.
Frequently installed together
An extremely fast JavaScript and CSS bundler and minifier.
Prettier is an opinionated code formatter
a glob matcher in javascript
TypeScript definitions for node
Release history
2 releases in the last two years, typically about 10 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 2.0.2latest | 6 months ago | 523 KB | BlueOak-1.0.0 |
| 2.0.1 | 10 months ago | 523 KB | BlueOak-1.0.0 |
| 2.0.0 | 2 years ago | 523 KB | BlueOak-1.0.0 |
| 1.11.1 | 2 years ago | 523 KB | BlueOak-1.0.0 |
| 1.11.0 | 2 years ago | 523 KB | BlueOak-1.0.0 |
| 1.10.4 | 2 years ago | 522 KB | BlueOak-1.0.0 |
| 1.10.3 | 2 years ago | 522 KB | BlueOak-1.0.0 |
| 1.10.2 | 2 years ago | 521 KB | BlueOak-1.0.0 |
| 1.10.1 | 3 years ago | 517 KB | BlueOak-1.0.0 |
| 1.10.0 | 3 years ago | 517 KB | BlueOak-1.0.0 |
| 1.9.2 | 3 years ago | 511 KB | BlueOak-1.0.0 |
| 1.9.1 | 3 years ago | 511 KB | BlueOak-1.0.0 |
| 1.9.0 | 3 years ago | 511 KB | BlueOak-1.0.0 |
| 1.8.0 | 3 years ago | 509 KB | BlueOak-1.0.0 |
| 1.7.1 | 3 years ago | 503 KB | BlueOak-1.0.0 |
Overview
path-scurry is an npm package that walk paths fast and efficiently. It has 1 known dependents in the graph. The latest version is 2.0.2, released under the BlueOak-1.0.0 license.
Who should use it
Teams working in the npm ecosystem who need walk paths fast and efficiently and value a focused solution.
When not to use it
Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.
Pros
- Ships TypeScript type definitions.
- Clear open-source license (BlueOak-1.0.0).
Cons
- No significant drawbacks detected from available metadata.
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Funding
Frequently asked questions
Should I use path-scurry?
Yes — path-scurry scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 202 days ago. 2 releases in the last 2 years.
How do I install path-scurry?
Run `npm install path-scurry` to add path-scurry to your npm project.
How many dependencies does path-scurry have?
path-scurry declares 11 direct dependencies and pulls in 2 packages in total once its runtime tree is resolved totalling about 523 KB on disk.
What license is path-scurry released under?
path-scurry is distributed under the BlueOak-1.0.0 license.
How popular is path-scurry?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on path-scurry.
Is path-scurry still maintained?
The most recent release of path-scurry (v2.0.2) was published 6 months ago.
Does path-scurry run install scripts?
No. path-scurry does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.