Comparing version 6.7.3 to 6.7.4
@@ -112,7 +112,4 @@ const DHT = require('dht-rpc') | ||
for (const sock of socks) await sock.close() | ||
for (const addr of waiting) { | ||
const { host } = addr | ||
if (this._validatedLocalAddresses.has(host)) { | ||
@@ -126,2 +123,4 @@ if (await this._validatedLocalAddresses.get(host)) { | ||
for (const sock of socks) await sock.close() | ||
return list | ||
@@ -128,0 +127,0 @@ } |
{ | ||
"name": "hyperdht", | ||
"version": "6.7.3", | ||
"version": "6.7.4", | ||
"description": "The DHT powering Hyperswarm", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
127889