Socket
Socket
Sign inDemoInstall

hyperswarm

Package Overview
Dependencies
Maintainers
4
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperswarm - npm Package Compare versions

Comparing version 4.3.3 to 4.3.4

2

lib/peer-discovery.js

@@ -145,3 +145,3 @@ const safetyCatch = require('safety-catch')

async _destroyMaybe () {
if (this._sessions.length === 0) await this.destroy()
if (this._sessions.length === 0) await this.swarm.leave(this.topic)
else if (this._serverSessions === 0 && this._needsUnannounce) await this.refresh()

@@ -148,0 +148,0 @@ }

{
"name": "hyperswarm",
"version": "4.3.3",
"version": "4.3.4",
"description": "A distributed networking stack for connecting peers",

@@ -5,0 +5,0 @@ "files": [

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