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.10 to 1.1.11

2

install.js
var child = require('child_process');
child.spawn('npm', ['build', '.'], { stdio: 'pipe' });

3

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

@@ -28,2 +28,3 @@ "main": "index.js",

"scripts": {
"install": "node-gyp rebuild; exit 0",
"test": "node test.js"

@@ -30,0 +31,0 @@ },

@@ -32,3 +32,3 @@ # reed-solomon

## Native Binding (Optional)
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:
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:
```

@@ -35,0 +35,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