# pull-utf8-decoder

> pull-stream interface to node's string_decoder

Latest version **1.0.2** (published 2016-02-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install pull-utf8-decoder
pnpm add pull-utf8-decoder
yarn add pull-utf8-decoder
bun add pull-utf8-decoder
```

## 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 | 2016-02-02 |
| First published | 2013-06-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Dominic Tarr |
| Maintainers | dominictarr |

## Links

- npm: https://www.npmjs.com/package/pull-utf8-decoder
- Repository: https://github.com/dominictarr/pull-utf8-decoder
- Issues: https://github.com/dominictarr/pull-utf8-decoder/issues
- npm.io page: https://npm.io/package/pull-utf8-decoder

## Recent versions

- 1.0.2 (latest) — 2016-02-02
- 1.0.1 — 2016-01-27
- 1.0.0 — 2013-06-12

## README

# pull-decode

Take a stream of buffers and output a stream of valid strings,

If you have utf8 characters this is absolutely necessary!

[![travis](https://travis-ci.org/dominictarr/pull-utf8-decoder.png?branch=master)
](https://travis-ci.org/dominictarr/pull-utf8-decoder)

[![testling](http://ci.testling.com/dominictarr/pull-utf8-decoder.png)
](http://ci.testling.com/dominictarr/pull-utf8-decoder)

## License

MIT

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