discovery-swarm
Advanced tools
Comparing version 4.3.4 to 4.3.5
10
index.js
@@ -320,7 +320,2 @@ var discovery = require('discovery-channel') | ||
var wrap = { | ||
info: info, | ||
connection: connection | ||
} | ||
this.totalConnections++ | ||
@@ -339,2 +334,7 @@ connection.on('close', onclose) | ||
var wrap = { | ||
info: info, | ||
connection: connection | ||
} | ||
var timeout = setTimeoutUnref(ontimeout, HANDSHAKE_TIMEOUT) | ||
@@ -341,0 +341,0 @@ if (this.destroyed) connection.destroy() |
{ | ||
"name": "discovery-swarm", | ||
"version": "4.3.4", | ||
"version": "4.3.5", | ||
"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