string_decoder
Advanced tools
Comparing version 0.11.10 to 1.0.0
{ | ||
"name": "string_decoder", | ||
"version": "0.11.10", | ||
"version": "1.0.0", | ||
"description": "The string_decoder module from Node core", | ||
"main": "index.js", | ||
"dependencies": {}, | ||
"main": "lib/string_decoder.js", | ||
"dependencies": { | ||
"buffer-shims": "~1.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-polyfill": "^6.23.0", | ||
"tap": "~0.4.8" | ||
}, | ||
"scripts": { | ||
"test": "tap test/simple/*.js" | ||
"test": "tap test/parallel/*.js" | ||
}, | ||
@@ -13,0 +16,0 @@ "repository": { |
@@ -1,7 +0,30 @@ | ||
**string_decoder.js** (`require('string_decoder')`) from Node.js core | ||
# string_decoder | ||
Copyright Joyent, Inc. and other Node contributors. See LICENCE file for details. | ||
***Node-core v7.0.0 string_decoder for userland*** | ||
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. **Prefer the stable version over the unstable.** | ||
The *build/* directory contains a build script that will scrape the source from the [joyent/node](https://github.com/joyent/node) repo given a specific Node version. | ||
[![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/) | ||
[![Sauce Test Status](https://saucelabs.com/browser-matrix/string_decoder.svg)](https://saucelabs.com/u/string_decoder) | ||
```bash | ||
npm install --save string_decoder | ||
``` | ||
***Node-core string_decoderstring_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/v7.8.0/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. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
31
0
1
12398
1
2
5
251
+ Addedbuffer-shims@~1.0.0
+ Addedbuffer-shims@1.0.0(transitive)