New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 3.0.2 to 3.0.3

2

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

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

@@ -98,6 +98,9 @@ # reed-solomon

// Specify the number of data shards (<=31):
// Specify the number of data shards (<=30):
var dataShards = 6;
// Specify the number of parity shards (<=31):
// Specify the number of parity shards (<=30):
var parityShards = 3; // Protect against loss of any 3 data or parity shards.
// The total number of shards must be at most 31:
var totalShards = dataShards + parityShards;

@@ -104,0 +107,0 @@

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