Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

reed-solomon

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reed-solomon - npm Package Compare versions

Comparing version 1.1.12 to 2.0.0

2

package.json
{
"name": "reed-solomon",
"version": "1.1.12",
"version": "2.0.0",
"description": "Reed-Solomon erasure coding in pure Javascript",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -8,5 +8,12 @@ # reed-solomon

## Installation
#### Linux, OS X
This will compile the native binding automatically:
```
npm install reed-solomon
```
#### Windows
This will skip compiling the native binding automatically:
```
npm install --ignore-scripts reed-solomon
```

@@ -33,3 +40,3 @@ ## Efficiency

## Native Binding (Optional)
The native binding will be installed automatically when installing `reed-solomon`. The Javascript binding will be used if the native binding could not be compiled or is not available. To compile the native binding, install [node-gyp](https://www.npmjs.com/package/node-gyp) globally:
The native binding will be installed automatically when installing `reed-solomon` without the `--ignore-scripts` argument. The Javascript binding will be used if the native binding could not be compiled or is not available. To compile the native binding manually after installing `reed-solomon`, install [node-gyp](https://www.npmjs.com/package/node-gyp) globally:
```

@@ -36,0 +43,0 @@ sudo npm install node-gyp -g

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc