# @verdaccio/streams

> Stream extension for Verdaccio

Latest version **10.3.0** (published 2026-07-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install @verdaccio/streams
pnpm add @verdaccio/streams
yarn add @verdaccio/streams
bun add @verdaccio/streams
```

## Health

**Score 80/100 (A)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; high quality score; popular repo.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 10.3.0 |
| Published | 2026-07-25 |
| First published | 2017-08-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=22 |
| Dependencies | 0 |
| Unpacked size | 12.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 17878 |
| Author | Juan Picado <juanpicado19@gmail.com> |
| Maintainers | sergiohgz, verdaccio.npm, jotadeveloper, verdacciopack |
| Keywords | streams, verdaccio |

## Links

- npm: https://www.npmjs.com/package/@verdaccio/streams
- Repository: https://github.com/verdaccio/verdaccio
- Homepage: https://verdaccio.org
- Issues: https://github.com/verdaccio/verdaccio/issues
- Funding: https://opencollective.com/verdaccio
- npm.io page: https://npm.io/package/@verdaccio/streams

## Alternatives

- [byte-size](https://npm.io/package/byte-size.md) — 2.1M weekly downloads
- [speed-limiter](https://npm.io/package/speed-limiter.md) — 16.0K weekly downloads
- [@powersync/node](https://npm.io/package/@powersync/node.md) — 10.9K weekly downloads
- [@ledgerhq/coin-cardano](https://npm.io/package/@ledgerhq/coin-cardano.md) — 1.0K weekly downloads
- [@jayesol/jayeson.lib.streamfinder](https://npm.io/package/@jayesol/jayeson.lib.streamfinder.md) — 1.0K weekly downloads

## Recent versions

- 10.3.0 (latest) — 2026-07-25
- 11.0.0-6-next.5 (6-next) — 2021-10-15
- 10.0.0-next.1 (next) — 2020-04-12
- 2.0.0-beta.0 (beta) — 2019-01-27
- 10.2.7 — 2026-07-25
- 10.2.5 — 2026-05-25
- 10.2.4 — 2026-05-14
- 10.2.3 — 2026-04-22
- 10.2.2 — 2026-04-19
- 10.2.1 — 2023-03-29
- 10.2.0 — 2022-02-11
- 10.1.0 — 2021-12-11
- 10.0.1 — 2021-11-27
- 11.0.0-6-next.4 — 2021-09-08
- 11.0.0-alpha.3 — 2021-09-03
- … 33 more at https://npm.io/package/@verdaccio/streams/versions

## README

# Streams

[![CircleCI](https://circleci.com/gh/verdaccio/streams.svg?style=svg)](https://circleci.com/gh/ayusharma/@verdaccio/streams)
[![codecov](https://codecov.io/gh/verdaccio/streams/branch/master/graph/badge.svg)](https://codecov.io/gh/verdaccio/streams)
[![verdaccio (latest)](https://img.shields.io/npm/v/@verdaccio/streams/latest.svg)](https://www.npmjs.com/package/@verdaccio/streams)
[![backers](https://opencollective.com/verdaccio/tiers/backer/badge.svg?label=Backer&color=brightgreen)](https://opencollective.com/verdaccio)
[![discord](https://img.shields.io/discord/388674437219745793.svg)](http://chat.verdaccio.org/)
![MIT](https://img.shields.io/github/license/mashape/apistatus.svg)
[![node](https://img.shields.io/node/v/@verdaccio/streams/latest.svg)](https://www.npmjs.com/package/@verdaccio/streams)

This project provides an extension of `PassThrough` stream.

## Detail

It provides 2 additional methods `abort()` and `done()`. Those implementations are widely use in the verdaccio core for handle `tarballs`.

## License

MIT (http://www.opensource.org/licenses/mit-license.php)

---
_Source: https://npm.io/package/@verdaccio/streams · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
