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

hypercore

Package Overview
Dependencies
Maintainers
1
Versions
498
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hypercore - npm Package Compare versions

Comparing version 1.5.6 to 1.5.7

8

lib/protocol.js

@@ -206,3 +206,11 @@ var lpstream = require('length-prefixed-stream')

this.setWritable(this._parser)
this.on('close', onclose)
function onclose () {
for (var i = 0; i < this._local.length; i++) {
var ch = this._local.get(i)
if (ch) ch.onleave()
}
}
function parse (data) {

@@ -209,0 +217,0 @@ self._parse(data)

2

package.json
{
"name": "hypercore",
"version": "1.5.6",
"version": "1.5.7",
"description": "Hypercore is a protocol and network for distributing and replicating static feeds of binary data.",

@@ -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