fs-minipass
npmv3.0.3fs read and write streams based on minipass
Not recommended for new projects
No — fs-minipass should not be adopted for new projects. Last published 1122 days ago.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- FMaintenance: grade F, Failing.
Last published 1122 days ago.
- AWeight: grade A, Excellent.
Pulls in 1 transitive package, about 14 KB installed (at least — some of the tree is still being crawled).
- ASupply chain: grade A, Excellent.
No install scripts, 5 maintainers, and a contained dependency surface.
- ALicense: grade A, Excellent.
ISC — 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 fs-minipass 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 ^14.17.0 || ^16.13.0 || >=18.0.0
- Module format
- CommonJS only
- TypeScript
- No bundled types
- Install scripts
- None
Quick start
A usage example from the fs-minipass README.
const fsm = require('fs-minipass')
const readStream = new fsm.ReadStream('file.txt')
const writeStream = new fsm.WriteStream('output.txt')
writeStream.write('some file header or whatever\n')
readStream.pipe(writeStream)Dependencies
Declared by fs-minipass v3.0.3. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (1)
Dev (4)
Used by
Popular packages that depend on fs-minipass.
Relationship graph
Dependencies (left) and dependents (right) of fs-minipass.
Frequently installed together
create a pipeline of streams using Minipass
the most correct and second fastest glob implementation in JavaScript
Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.
Map over promises concurrently
filesystem utilities for the npm cli
A Minipass stream that collects all the data into a single chunk
Release history
No releases in the last two years, typically about 48 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 3.0.3latest | 3 years ago | 14 KB | ISC |
| 3.0.2 | 3 years ago | 14 KB | ISC |
| 3.0.1 | 3 years ago | 14 KB | ISC |
| 3.0.0 | 3 years ago | 14 KB | ISC |
| 2.1.0 | 6 years ago | 14 KB | ISC |
| 2.0.1 | 6 years ago | 13 KB | ISC |
| 2.0.0 | 7 years ago | 13 KB | ISC |
| 1.2.7 | 7 years ago | 13 KB | ISC |
| 1.2.6 | 7 years ago | 13 KB | ISC |
| 1.2.5 | 8 years ago | — | ISC |
| 1.2.4 | 8 years ago | — | ISC |
| 1.2.3 | 8 years ago | — | ISC |
| 1.2.2 | 8 years ago | — | ISC |
| 1.2.1 | 9 years ago | — | ISC |
| 1.2.0 | 9 years ago | — | ISC |
Overview
fs-minipass is an npm package that fs read and write streams based on minipass. It has 1 known dependents in the graph. The latest version is 3.0.3, released under the ISC license.
Who should use it
Teams working in the npm ecosystem who need fs read and write streams based on minipass and value a focused solution.
When not to use it
Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your npm stack.
Pros
- Clear open-source license (ISC).
Cons
- No bundled TypeScript types (may require a separate @types package).
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Frequently asked questions
Should I use fs-minipass?
No — fs-minipass should not be adopted for new projects. Last published 1122 days ago.
How do I install fs-minipass?
Run `npm install fs-minipass` to add fs-minipass to your npm project.
How many dependencies does fs-minipass have?
fs-minipass declares 5 direct dependencies and pulls in 1 packages in total once its runtime tree is resolved totalling about 14 KB on disk.
What license is fs-minipass released under?
fs-minipass is distributed under the ISC license.
How popular is fs-minipass?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on fs-minipass.
Is fs-minipass still maintained?
The most recent release of fs-minipass (v3.0.3) was published 3 years ago.
Does fs-minipass run install scripts?
No. fs-minipass does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.