torrent-discovery
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "torrent-discovery", | ||
"description": "Discover BitTorrent peers via DHT and Trackers", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": { | ||
@@ -11,3 +11,3 @@ "name": "Feross Aboukhadijeh", | ||
"browser": { | ||
"bittorrent-dht": false, | ||
"bittorrent-dht/client": false, | ||
"bittorrent-tracker/client": "webtorrent-tracker/client" | ||
@@ -14,0 +14,0 @@ }, |
@@ -36,3 +36,3 @@ # torrent-discovery [![npm](https://img.shields.io/npm/v/torrent-discovery.svg)](https://npmjs.org/package/torrent-discovery) [![gittip](https://img.shields.io/gittip/feross.svg)](https://www.gittip.com/feross/) | ||
peerId: '', // as utf8 string or Buffer | ||
port: 0 // torrent client port | ||
port: 0 // torrent client port (only required in node) | ||
} | ||
@@ -39,0 +39,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
8168