New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 9.0.2 to 9.0.3

7

bin/cmd.js

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

'dir': path.join(process.cwd(), 'data'),
'hashes': 'a94a8fe5ccb19ba61c4c0873d391e987982fbbd3',
'hashes': '',
'key': null,

@@ -91,2 +91,7 @@ 'index': null,

if(!argv['hashes']){
console.error('must have at least 1 hash')
process.exit(undefined)
}
const server = new Server({

@@ -93,0 +98,0 @@ announceTimer: argv['announce-timer'],

2

package.json
{
"name": "bittorrent-relay",
"description": "Uses the mainline dht to relay requests to other trackers in a swarm",
"version": "9.0.2",
"version": "9.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