bittorrent-relay
Advanced tools
Comparing version 14.0.9 to 15.0.0
{ | ||
"name": "bittorrent-relay", | ||
"description": "Uses the mainline dht to relay requests to other trackers in a swarm", | ||
"version": "14.0.9", | ||
"version": "15.0.0", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "bittorrent-relay": "./bin/cmd.js" |
@@ -538,3 +538,3 @@ import Debug from 'debug' | ||
} else { | ||
this.emit('ev', 'announced ' + test) | ||
this.emit('ev', 'announced: ' + test) | ||
} | ||
@@ -541,0 +541,0 @@ }) |
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
89932