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 8.0.3 to 8.0.4

4

index.js

@@ -192,2 +192,3 @@ const SHP = require('simple-hypercore-protocol')

this.local[ch.localId] = null
ch.state.close(ch.localId, {})
ch.localId = -1

@@ -201,3 +202,4 @@ if (ch.handlers && ch.handlers.onclose) ch.handlers.onclose()

this.created.delete(ch.discoveryKey.toString('hex'))
const hex = ch.discoveryKey.toString('hex')
if (this.created.get(hex) === ch) this.created.delete(hex)
this.stream._prefinalize()

@@ -204,0 +206,0 @@ }

{
"name": "hypercore-protocol",
"version": "8.0.3",
"version": "8.0.4",
"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