reed-solomon
Advanced tools
Comparing version 1.1.7 to 1.1.8
{ | ||
"name": "reed-solomon", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "Reed-Solomon erasure coding in pure Javascript", | ||
@@ -28,3 +28,2 @@ "main": "index.js", | ||
"scripts": { | ||
"preinstall": " ", | ||
"install": " ", | ||
@@ -31,0 +30,0 @@ "test": "node test.js" |
@@ -32,3 +32,3 @@ # reed-solomon | ||
## Native Binding (Optional) | ||
The native binding will be installed automatically 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: | ||
The native binding will not be installed automatically when installing `reed-solomon`. The Javascript binding will be used if the native binding is not available. To compile the native binding, install [node-gyp](https://www.npmjs.com/package/node-gyp) globally: | ||
``` | ||
@@ -35,0 +35,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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
1
58864