reed-solomon
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "reed-solomon", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Reed-Solomon erasure coding in pure Javascript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -34,3 +34,3 @@ # reed-solomon | ||
## Optional Native Binding | ||
The Javascript binding will be used if the native binding has not been compiled. To compile the native binding, install [node-gyp](https://www.npmjs.com/package/node-gyp) globally: | ||
The native binding will be installed by default when installing `reed-solomon`, and the Javascript binding will be used if the native binding could not be compiled. To compile the native binding manually, install [node-gyp](https://www.npmjs.com/package/node-gyp) globally: | ||
``` | ||
@@ -37,0 +37,0 @@ sudo npm install node-gyp -g |
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
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
58241
1