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 3.0.2 to 3.0.3

8

bin/cmd.js

@@ -20,4 +20,3 @@ #!/usr/bin/env node

'domain',
'tracker-host',
'dht-host'
'address'
],

@@ -27,7 +26,8 @@ default: {

'tracker-port': 16969,
'port': 16969,
'host': '0.0.0.0',
'announce-timer': 10 * 60 * 1000,
'relay-timer': 5 * 60 * 1000,
'timer': 1 * 60 * 1000,
'dht-host': '0.0.0.0',
'tracker-host': '0.0.0.0',
'address': '0.0.0.0',
'domain': '',

@@ -34,0 +34,0 @@ 'trust-proxy': null

{
"name": "bittorrent-relay",
"description": "Uses the mainline dht to relay requests to other trackers in a swarm",
"version": "3.0.2",
"version": "3.0.3",
"bin": {

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

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