# chunked-stream

> Chunked Stream on a pattern. \n by default.

Latest version **0.0.2** (published 2013-07-22) · 0 weekly downloads

## Install

```sh
npm install chunked-stream
pnpm add chunked-stream
yarn add chunked-stream
bun add chunked-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 | 2013-07-22 |
| First published | 2012-05-04 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | * |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Daniel D. Shaw |
| Maintainers | dshaw |
| Keywords | stream |

## Links

- npm: https://www.npmjs.com/package/chunked-stream
- Repository: https://github.com/dshaw/chunked-stream
- Issues: http://github.com/dshaw/chunked-stream/issues
- npm.io page: https://npm.io/package/chunked-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

- 0.0.2 (latest) — 2013-07-22
- 0.0.1 — 2012-05-04

## README

# Chunked Stream

Buffers and rechunks on a specific character, by default '\n'.

## Status

![Travis Build Status](https://secure.travis-ci.org/dshaw/chunked-stream.png)

## Install

    npm install chunked-stream

## Usage - Cluster More!

    var ChunkedStream = require('..')
      , chunkedStream = ChunkedStream()

    chunkedStream.on('data', function (data) {
      process.stdout.write(data)
    })

    chunkedStream.write('cool story\nbro')
    chunkedStream.end()

## License

(The MIT License)

Copyright (c) 2012-2013 Daniel D. Shaw, http://dshaw.com

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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