minipass-pipeline
npmv3.0.1TypeScriptcreate 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.
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
- 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)
Dependencies
Declared by minipass-pipeline v3.0.1. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (1)
Dev (7)
Used by
Popular packages that depend on minipass-pipeline.
Relationship graph
Dependencies (left) and dependents (right) of minipass-pipeline.
Frequently installed together
Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.
the most correct and second fastest glob implementation in JavaScript
just emit 'log' events on the process object
Safer Node.js Buffer API
Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.
HTTP content negotiation
Redact sensitive npm information from output
Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies
An implementation of window.fetch in Node.js using Minipass streams
Retries a function that returns a promise, leveraging the power of the retry module.
the http/https agent used by the npm cli
Release history
3 releases in the last two years, typically about 4 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 3.0.1latest | 1 month ago | 41 KB | BlueOak-1.0.0 |
| 3.0.0 | 3 months ago | 5.4 KB | BlueOak-1.0.0 |
| 2.0.0 | 3 months ago | 7.7 KB | BlueOak-1.0.0 |
| 1.2.4 | 6 years ago | 6.8 KB | ISC |
| 1.2.3 | 6 years ago | 6.8 KB | ISC |
| 1.2.2 | 6 years ago | 6.8 KB | ISC |
| 1.2.1 | 6 years ago | 6.8 KB | ISC |
| 1.2.0 | 6 years ago | 6.5 KB | ISC |
| 1.1.2 | 6 years ago | 6.2 KB | ISC |
| 1.1.1 | 6 years ago | 6.1 KB | ISC |
| 1.1.0 | 6 years ago | 5.9 KB | ISC |
| 1.0.2 | 6 years ago | 3.8 KB | ISC |
| 1.0.1 | 6 years ago | 3.6 KB | ISC |
| 1.0.0 | 6 years ago | 120 KB | ISC |
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.