string_decoder

WebJar for string_decoder

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

string_decoder
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

string_decoder
WebJar for string_decoder
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/nodejs/string_decoder

Download string_decoder

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/string_decoder/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>string_decoder</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/string_decoder/
implementation 'org.webjars.npm:string_decoder:1.3.0'
// https://jarcasting.com/artifacts/org.webjars.npm/string_decoder/
implementation ("org.webjars.npm:string_decoder:1.3.0")
'org.webjars.npm:string_decoder:jar:1.3.0'
<dependency org="org.webjars.npm" name="string_decoder" rev="1.3.0">
  <artifact name="string_decoder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='string_decoder', version='1.3.0')
)
libraryDependencies += "org.webjars.npm" % "string_decoder" % "1.3.0"
[org.webjars.npm/string_decoder "1.3.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : safe-buffer jar [5.2.0,5.3)

Project Modules

There are no modules declared in this project.

string_decoder

Node-core v8.9.4 string_decoder for userland

NPM NPM

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.

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 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 for more details.

org.webjars.npm

Node.js

Versions

Version
1.3.0
1.2.0
1.1.1
1.0.3
0.10.31