# string_decoder

> The string_decoder module from Node core

Latest version **1.3.0** (published 2019-08-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install string_decoder
pnpm add string_decoder
yarn add string_decoder
bun add string_decoder
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.3.0 |
| Published | 2019-08-07 |
| First published | 2013-12-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 14.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 36 |
| Maintainers | cwmma, matteo.collina, nodejs-foundation, rvagg, substack |
| Keywords | string, decoder, browser, browserify |

## Links

- npm: https://www.npmjs.com/package/string_decoder
- Repository: https://github.com/nodejs/string_decoder
- Issues: https://github.com/nodejs/string_decoder/issues
- npm.io page: https://npm.io/package/string_decoder

## Dependencies (1)

- [safe-buffer](https://npm.io/package/safe-buffer.md) ~5.2.0

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 1.3.0 (latest) — 2019-08-07
- 1.2.0 — 2018-11-27
- 1.1.1 — 2018-03-30
- 1.1.0 — 2018-03-06
- 1.0.3 — 2017-06-22
- 1.0.2 — 2017-06-06
- 1.0.1 — 2017-05-19
- 1.0.0 — 2017-04-06
- 0.10.31 — 2014-08-23
- 0.10.25-1 — 2014-02-12
- 0.11.10-1 — 2014-01-28
- 0.10.25 — 2014-01-28
- 0.11.10 — 2014-01-18
- 0.10.24 — 2014-01-18
- 0.0.1 — 2014-01-17
- … 1 more at https://npm.io/package/string_decoder/versions

## README

# string_decoder

***Node-core v8.9.4 string_decoder for userland***


[![NPM](https://nodei.co/npm/string_decoder.png?downloads=true&downloadRank=true)](https://nodei.co/npm/string_decoder/)
[![NPM](https://nodei.co/npm-dl/string_decoder.png?&months=6&height=3)](https://nodei.co/npm/string_decoder/)


```bash
npm install --save string_decoder
```

***Node-core string_decoder for userland***

This package is a mirror of the string_decoder implementation in Node-core.

Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v8.9.4/docs/api/).

As of version 1.0.0 **string_decoder** uses semantic versioning.

## Previous versions

Previous version numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, likewise 0.11.10 matches Node 0.11.10.

## Update

The *build/* directory contains a build script that will scrape the source from the [nodejs/node](https://github.com/nodejs/node) repo given a specific Node version.

## Streams Working Group

`string_decoder` is maintained by the Streams Working Group, which
oversees the development and maintenance of the Streams API within
Node.js. The responsibilities of the Streams Working Group include:

* Addressing stream issues on the Node.js issue tracker.
* Authoring and editing stream documentation within the Node.js project.
* Reviewing changes to stream subclasses within the Node.js project.
* Redirecting changes to streams from the Node.js project to this
  project.
* Assisting in the implementation of stream providers within Node.js.
* Recommending versions of `readable-stream` to be included in Node.js.
* Messaging about the future of streams to give the community advance
  notice of changes.

See [readable-stream](https://github.com/nodejs/readable-stream) for
more details.

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