# can-ndjson-stream

> [![Join our Slack](https://img.shields.io/badge/slack-join%20chat-611f69.svg)](https://www.bitovi.com/community/slack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Join our Discourse](https://img.shields.io/discourse/https/

Latest version **1.0.2** (published 2019-09-04) · 0 weekly downloads

## Install

```sh
npm install can-ndjson-stream
pnpm add can-ndjson-stream
yarn add can-ndjson-stream
bun add can-ndjson-stream
```

## 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.0.2 |
| Published | 2019-09-04 |
| First published | 2017-02-25 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 749.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 44 |
| Author | Bitovi |
| Maintainers | bgando, blackmarket, chasen, cherif_b, christopherjbaker, justinbmeyer, matthewp, wilsey |

## Links

- npm: https://www.npmjs.com/package/can-ndjson-stream
- Repository: https://github.com/canjs/can-ndjson-stream
- Homepage: https://github.com/canjs/can-ndjson-stream#readme
- Issues: https://github.com/canjs/can-ndjson-stream/issues
- npm.io page: https://npm.io/package/can-ndjson-stream

## Dependencies (1)

- [can-namespace](https://npm.io/package/can-namespace.md) ^1.0.0

## Recent versions

- 1.0.2 (latest) — 2019-09-04
- 1.0.1 — 2019-05-27
- 1.0.0 — 2018-07-05
- 0.1.8 — 2018-02-16
- 0.1.7 — 2017-11-01
- 0.1.6 — 2017-07-11
- 0.1.5 — 2017-07-11
- 0.1.4 — 2017-07-05
- 0.1.2 — 2017-07-03
- 0.1.0 — 2017-06-28
- 0.0.2 — 2017-06-27
- 0.0.0 — 2017-02-25

## README

# can-ndjson-stream

[![Join our Slack](https://img.shields.io/badge/slack-join%20chat-611f69.svg)](https://www.bitovi.com/community/slack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join our Discourse](https://img.shields.io/discourse/https/forums.bitovi.com/posts.svg)](https://forums.bitovi.com/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/canjs/can-ndjson-stream/blob/master/license.md)
[![npm version](https://badge.fury.io/js/can-ndjson-stream.svg)](https://www.npmjs.com/package/can-ndjson-stream)
[![Travis build status](https://travis-ci.org/canjs/can-ndjson-stream.svg?branch=master)](https://travis-ci.org/canjs/can-ndjson-stream)
[![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-ndjson-stream.svg)](https://greenkeeper.io/)

Most web applications encounter problems of latency because they process data discretely instead of in streams. `ndjsonstream()` converts a ReadableStream of raw ndjson data into a ReadableStream of Javascript objects.

## Documentation

Read the [can-ndjson-stream API docs on CanJS.com](https://canjs.com/doc/can-ndjson-stream.html).

## Changelog

See the [latest releases on GitHub](https://github.com/canjs/can-ndjson-stream/releases).

## Contributing

The [contribution guide](https://github.com/canjs/can-ndjson-stream/blob/master/CONTRIBUTING.md) has information on getting help, reporting bugs, developing locally, and more.

## License

[MIT](https://github.com/canjs/can-ndjson-stream/blob/master/license.md)

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