Socket
Socket
Sign inDemoInstall

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.4.1 to 4.4.2

1

index.js

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

Swarm.prototype.listen = function (port, onlistening) {
if (this.destroyed) return
if (this._tcp && this._utp) return this._listenBoth(port, onlistening)

@@ -419,0 +420,0 @@ if (!port) port = 0

2

package.json
{
"name": "discovery-swarm",
"version": "4.4.1",
"version": "4.4.2",
"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