# arrayify-stream

> Converts a Node readable stream into an array

Latest version **3.0.0** (published 2024-08-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install arrayify-stream
pnpm add arrayify-stream
yarn add arrayify-stream
bun add arrayify-stream
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 3.0.0 |
| Published | 2024-08-08 |
| First published | 2017-11-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 7.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Ruben Taelman |
| Maintainers | rubensworks |
| Keywords | stream, array, readable stream |

## Links

- npm: https://www.npmjs.com/package/arrayify-stream
- Repository: https://github.com/rubensworks/arrayify-stream.js
- Homepage: https://github.com/rubensworks/arrayify-stream.js#readme
- Issues: https://github.com/rubensworks/arrayify-stream.js/issues
- npm.io page: https://npm.io/package/arrayify-stream

## 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

- 3.0.0 (latest) — 2024-08-08
- 2.0.1 — 2022-11-09
- 2.0.0 — 2022-02-18
- 1.0.0 — 2017-11-21

## README

# Arrayify Stream

[![Build status](https://github.com/rubensworks/arrayify-stream.js/workflows/CI/badge.svg)](https://github.com/rubensworks/arrayify-stream.js/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/github/rubensworks/arrayify-stream.js/badge.svg?branch=master)](https://coveralls.io/github/rubensworks/arrayify-stream.js?branch=master)
[![npm version](https://badge.fury.io/js/arrayify-stream.svg)](https://www.npmjs.com/package/arrayify-stream)

Converts a Node readable stream into an array that is returned as a promise.

This is a very simple zero-dependency implementation.

## Usage

```javascript
import { arrayifyStream } from 'arrayify-stream';
...
let myArray = await arrayifyStream(myStream);
```

## License
This software is written by [Ruben Taelman](http://rubensworks.net/).

This code is released under the [MIT license](http://opensource.org/licenses/MIT).

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