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

discovery-swarm

Package Overview
Dependencies
Maintainers
4
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discovery-swarm - npm Package Compare versions

Comparing version 4.3.5 to 4.3.6

2

index.js

@@ -251,3 +251,3 @@ var discovery = require('discovery-channel')

function ondeferredconnect () {
if (!self._tcp || tcpClosed) return onconnect()
if (!self._tcp || tcpClosed) return onconnect.call(utpSocket)
setTimeout(function () {

@@ -254,0 +254,0 @@ if (!utpClosed && !connected) onconnect.call(utpSocket)

{
"name": "discovery-swarm",
"version": "4.3.5",
"version": "4.3.6",
"description": "A network swarm that uses discovery-channel to find peers",

@@ -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