torrent-discovery
Advanced tools
Comparing version 8.4.0 to 8.4.1
@@ -26,3 +26,3 @@ module.exports = Discovery | ||
self.infoHash = typeof opts.infoHash === 'string' | ||
? opts.infoHash | ||
? opts.infoHash.toLowerCase() | ||
: opts.infoHash.toString('hex') | ||
@@ -29,0 +29,0 @@ self._port = opts.port // torrent port |
{ | ||
"name": "torrent-discovery", | ||
"description": "Discover BitTorrent and WebTorrent peers", | ||
"version": "8.4.0", | ||
"version": "8.4.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "WebTorrent, LLC", |
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
14515