bittorrent-relay
Advanced tools
Comparing version 9.0.5 to 9.0.6
@@ -47,3 +47,5 @@ #!/usr/bin/env node | ||
'init': true, | ||
'ev': false | ||
'ev': false, | ||
'stats': true, | ||
'tracks': true | ||
} | ||
@@ -113,3 +115,5 @@ }) | ||
index: argv['index'], | ||
init: argv['init'] | ||
init: argv['init'], | ||
stats: argv['stats'], | ||
tracks: argv['tracks'] | ||
}) | ||
@@ -116,0 +120,0 @@ |
{ | ||
"name": "bittorrent-relay", | ||
"description": "Uses the mainline dht to relay requests to other trackers in a swarm", | ||
"version": "9.0.5", | ||
"version": "9.0.6", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "bittorrent-relay": "./bin/cmd.js" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94642
2476