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

bittorrent-relay

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bittorrent-relay - npm Package Compare versions

Comparing version 13.0.7 to 13.0.8

2

package.json
{
"name": "bittorrent-relay",
"description": "Uses the mainline dht to relay requests to other trackers in a swarm",
"version": "13.0.7",
"version": "13.0.8",
"bin": {

@@ -6,0 +6,0 @@ "bittorrent-relay": "./bin/cmd.js"

@@ -570,3 +570,3 @@ import Debug from 'debug'

this.http.onClose = () => {
this.http.handleListeners()
// this.http.handleListeners()

@@ -607,8 +607,8 @@ clearInterval(this.intervalRelay)

}
this.http.handleListeners = () => {
this.http.off('error', this.http.onError)
this.http.off('listening', this.http.onListening)
this.http.off('request', this.http.onRequest)
this.http.off('close', this.http.onClose)
}
// this.http.handleListeners = () => {
// this.http.off('error', this.http.onError)
// this.http.off('listening', this.http.onListening)
// this.http.off('request', this.http.onRequest)
// this.http.off('close', this.http.onClose)
// }

@@ -615,0 +615,0 @@ // Add default http request handler on next tick to give user the chance to add

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