New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hypercore-protocol

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hypercore-protocol - npm Package Compare versions

Comparing version 6.7.1 to 6.8.0

6

index.js

@@ -112,3 +112,3 @@ var stream = require('readable-stream')

if (this._localFeeds.length >= 128) {
if (this._localFeeds.length >= 256) {
this._tooManyFeeds()

@@ -332,3 +332,3 @@ return null

if (id >= 128) return this._tooManyFeeds()
if (id >= 256) return this._tooManyFeeds()
while (this._remoteFeeds.length < id) this._remoteFeeds.push(null)

@@ -442,3 +442,3 @@

Protocol.prototype._tooManyFeeds = function () {
this.destroy(new Error('Only 128 feeds currently supported. Open a Github issue if you need more'))
this.destroy(new Error('Only 256 feeds currently supported. Open a Github issue if you need more'))
}

@@ -445,0 +445,0 @@

{
"name": "hypercore-protocol",
"version": "6.7.1",
"version": "6.8.0",
"description": "Stream that implements the hypercore protocol",

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

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