# lump-stream

> Stream lumps of data.

Latest version **0.0.2** (published 2015-03-15) · ISC license · 0 weekly downloads

## Install

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

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2015-03-15 |
| First published | 2015-03-11 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Wyatt Pearsall |
| Maintainers | wpears |
| Keywords | stream, highWaterMark, collect, concat, readable-stream |

## Links

- npm: https://www.npmjs.com/package/lump-stream
- Repository: https://github.com/wpears/lump-stream
- Issues: https://github.com/wpears/lump-stream/issues
- npm.io page: https://npm.io/package/lump-stream

## Dependencies (2)

- [inherits](https://npm.io/package/inherits.md) ^2.0.1
- [readable-stream](https://npm.io/package/readable-stream.md) ^1.0.33

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

- 0.0.2 (latest) — 2015-03-15
- 0.0.1 — 2015-03-11

## README

Like [block-stream](https://github.com/isaacs/block-stream), but when you don't really care about exact bytelength.

Provides a Transform stream based on [readable-stream](https://github.com/iojs/readable-stream).

Instantiate like so:

    var lump = lumpStream(1024) //The lumpstream will collect input and emit ~1kb chunks

Doesn't pad or slice to your provided bytelength. Let a lump be a lump.

If given an object stream, it will treat the numerical argument as a length value and collect the objects in array until that value is reached or the stream ends.

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