Socket
Socket
Sign inDemoInstall

torrent-discovery

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

torrent-discovery - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

7

index.js

@@ -33,7 +33,4 @@ module.exports = Discovery

if (process.browser && (!self.announce || self.announce.length === 0)) {
console.warn(
'Warning: specify a tracker server to discover peers. ' +
'Required in browser because DHT is not implemented yet. ' +
'(You can use wss://tracker.webtorrent.io.)'
)
// If no trackers specified in browser, use default so WebTorrent Just Works(TM).
self.announce = [ 'wss://tracker.webtorrent.io' ]
}

@@ -40,0 +37,0 @@

{
"name": "torrent-discovery",
"description": "Discover BitTorrent and WebTorrent peers",
"version": "2.3.0",
"version": "2.3.1",
"author": {

@@ -6,0 +6,0 @@ "name": "Feross Aboukhadijeh",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc