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.7.5 to 4.7.6

8

lib/peer-discovery.js

@@ -204,6 +204,6 @@ const safetyCatch = require('safety-catch')

if (this._closestNodes !== nodes) {
for (const node of this._closestNodes) {
for (const n of nodes) {
if (!n.id || !node.id || b4a.equals(n.id, node.id)) continue
nodes.push(n)
for (const newer of this._closestNodes) {
for (const older of nodes) {
if (!older.id || !newer.id || b4a.equals(older.id, newer.id)) continue
nodes.push(newer)
}

@@ -210,0 +210,0 @@ }

{
"name": "hyperswarm",
"version": "4.7.5",
"version": "4.7.6",
"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