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

hyperswarm

Package Overview
Dependencies
Maintainers
4
Versions
90
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.14 to 4.7.15

6

index.js

@@ -59,2 +59,3 @@ const { EventEmitter } = require('events')

this.listening = null
this.stats = { updates: 0 }

@@ -78,2 +79,3 @@ this._discovery = new Map()

this.dht.on('network-change', this._handleNetworkChange.bind(this))
this.on('update', this._handleUpdate)
}

@@ -336,2 +338,6 @@

_handleUpdate () {
this.stats.updates++
}
_maybeDeletePeer (peerInfo) {

@@ -338,0 +344,0 @@ if (!peerInfo.shouldGC()) return

2

package.json
{
"name": "hyperswarm",
"version": "4.7.14",
"version": "4.7.15",
"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