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

ipfs-pubsub-peer-monitor

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipfs-pubsub-peer-monitor - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "ipfs-pubsub-peer-monitor",
"version": "0.0.5",
"version": "0.0.6",
"description": "Monitor peers joining and leaving an IPFS PubSub topic",

@@ -5,0 +5,0 @@ "main": "src/ipfs-pubsub-peer-monitor.js",

@@ -62,3 +62,4 @@ 'use strict'

peers = await runWithDelay(pubsub.peers, topic, interval)
IpfsPubsubPeerMonitor._emitJoinsAndLeaves(new Set(previousPeers), new Set(peers), eventEmitter)
if (this._started)
IpfsPubsubPeerMonitor._emitJoinsAndLeaves(new Set(previousPeers), new Set(peers), eventEmitter)
} catch (e) {

@@ -65,0 +66,0 @@ if (this._started)

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