Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 5.3.4 to 5.4.0

2

index.js

@@ -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",

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