</>PackageGraphPackageGraph

fs-minipass

npmv3.0.3

fs 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.

1
Direct dependencies

Runtime packages this one declares itself.

1
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

14 KB
Install size

Unpacked size of this package plus its entire runtime tree.

1
Tree depth

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)

minipass ^7.0.3

Dev (4)

@npmcli/eslint-config ^4.0.1@npmcli/template-oss 4.18.0mutate-fs ^2.1.1tap ^16.3.2

Used by

Popular packages that depend on fs-minipass.

Relationship graph

Dependencies (left) and dependents (right) of fs-minipass.

cacachefs-minipass
fs-minipass dependencies dependents

Frequently installed together

Release history

No releases in the last two years, typically about 48 days apart.

Recent versions of fs-minipass
VersionPublishedSizeLicense
3.0.3latest3 years ago14 KBISC
3.0.23 years ago14 KBISC
3.0.13 years ago14 KBISC
3.0.03 years ago14 KBISC
2.1.06 years ago14 KBISC
2.0.16 years ago13 KBISC
2.0.07 years ago13 KBISC
1.2.77 years ago13 KBISC
1.2.67 years ago13 KBISC
1.2.58 years agoISC
1.2.48 years agoISC
1.2.38 years agoISC
1.2.28 years agoISC
1.2.19 years agoISC
1.2.09 years agoISC

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.