torrent-discovery
Advanced tools
Comparing version 5.3.4 to 5.4.0
@@ -53,3 +53,2 @@ module.exports = Discovery | ||
if (self.dht) { | ||
reemit(self.dht, self, ['error', 'warning']) | ||
self.dht.on('peer', onPeer) | ||
@@ -62,2 +61,3 @@ } | ||
var dht = new DHT() | ||
reemit(dht, self, ['error', 'warning']) | ||
dht.listen(opts.dhtPort) | ||
@@ -64,0 +64,0 @@ return dht |
{ | ||
"name": "torrent-discovery", | ||
"description": "Discover BitTorrent and WebTorrent peers", | ||
"version": "5.3.4", | ||
"version": "5.4.0", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Feross Aboukhadijeh", |
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
13177