# stream-serializer

> wrap a stream of regular js objects into a stream of line seperated json.

Latest version **1.1.2** (published 2013-08-28) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.2 |
| Published | 2013-08-28 |
| First published | 2012-08-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 19 |
| Author | 'Dominic Tarr' |
| Maintainers | dominictarr |

## Links

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

## Recent versions

- 1.1.2 (latest) — 2013-08-28
- 1.1.1 — 2013-05-21
- 1.1.0 — 2013-05-20
- 1.0.0 — 2013-04-03
- 0.0.3 — 2012-10-31
- 0.0.2 — 2012-10-26
- 0.0.1 — 2012-10-14
- 0.0.0 — 2012-08-22

## README

# stream-serializer

wrap a stream of regular js objects into a stream of line seperated json.

[![build status](https://secure.travis-ci.org/dominictarr/stream-serializer.png)](http://travis-ci.org/dominictarr/stream-serializer)

[![testling badge](https://ci.testling.com/dominictarr/stream-serializer.png)](https://ci.testling.com/dominictarr/stream-serializer)

## example

``` js
var json = require('stream-serializer').json

json(stream) //return a stream that can be piped through a text stream.
```

or

``` js
var ss require('stream-serializer')

//get your user to pass in a wrapper option
//which may be the typeof stream that is supported
//of a function that applys the wrapping.

ss(opts.wrapper)(stream) 

```

## License

MIT

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