discovery-swarm
Advanced tools
Comparing version 4.4.1 to 4.4.2
@@ -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 |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22273
567