</>PackageGraphPackageGraph

minipass-pipeline

npmv3.0.1TypeScript

create a pipeline of streams using Minipass

Safe to adopt

Yes — minipass-pipeline scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 44 days ago. 3 releases in the last 2 years.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • AMaintenance: grade A, Excellent.

    Last published 44 days ago. 3 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Pulls in 1 transitive package, about 41 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 minipass-pipeline 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.

41 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 >=18
Module format
ESM + CommonJS
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the minipass-pipeline README.

const Pipeline = require('minipass-pipeline')

// the list of streams to pipeline together,
// a bit like `input | transform | output` in bash
const p = new Pipeline(input, transform, output)

p.write('foo') // writes to input
p.on('data', chunk => doSomething()) // reads from output stream

// less contrived example (but still pretty contrived)...
const decode = new bunzipDecoder()
const unpack = tar.extract({ cwd: 'target-dir' })
const tbz = new Pipeline(decode, unpack)
Example truncated — see the full README.

Dependencies

Declared by minipass-pipeline v3.0.1. Runtime dependencies are installed with the package; dev dependencies are not.

Runtime (1)

minipass ^7.1.3

Dev (7)

@types/node ^25.5.0oxlint ^1.57.0oxlint-tsgolint ^0.17.4prettier ^3.8.1tap ^21.6.2tshy ^4.0.0typedoc ^0.28.18

Used by

Popular packages that depend on minipass-pipeline.

Relationship graph

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

make-fetch-happencacacheminipass-pipeline
minipass-pipeline dependencies dependents

Frequently installed together

Release history

3 releases in the last two years, typically about 4 days apart.

Recent versions of minipass-pipeline
VersionPublishedSizeLicense
3.0.1latest1 month ago41 KBBlueOak-1.0.0
3.0.03 months ago5.4 KBBlueOak-1.0.0
2.0.03 months ago7.7 KBBlueOak-1.0.0
1.2.46 years ago6.8 KBISC
1.2.36 years ago6.8 KBISC
1.2.26 years ago6.8 KBISC
1.2.16 years ago6.8 KBISC
1.2.06 years ago6.5 KBISC
1.1.26 years ago6.2 KBISC
1.1.16 years ago6.1 KBISC
1.1.06 years ago5.9 KBISC
1.0.26 years ago3.8 KBISC
1.0.16 years ago3.6 KBISC
1.0.06 years ago120 KBISC

Overview

minipass-pipeline is an npm package that create a pipeline of streams using Minipass. It has 1 known dependents in the graph. The latest version is 3.0.1, released under the BlueOak-1.0.0 license.

Who should use it

Teams working in the npm ecosystem who need create a pipeline of streams using Minipass 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

Frequently asked questions

Should I use minipass-pipeline?

Yes — minipass-pipeline scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 44 days ago. 3 releases in the last 2 years.

How do I install minipass-pipeline?

Run `npm install minipass-pipeline` to add minipass-pipeline to your npm project.

How many dependencies does minipass-pipeline have?

minipass-pipeline declares 8 direct dependencies and pulls in 1 packages in total once its runtime tree is resolved totalling about 41 KB on disk.

What license is minipass-pipeline released under?

minipass-pipeline is distributed under the BlueOak-1.0.0 license.

How popular is minipass-pipeline?

npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on minipass-pipeline.

Is minipass-pipeline still maintained?

The most recent release of minipass-pipeline (v3.0.1) was published 1 month ago.

Does minipass-pipeline run install scripts?

No. minipass-pipeline does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.