bittorrent-relay
Advanced tools
Comparing version 15.0.2 to 15.0.3
{ | ||
"name": "bittorrent-relay", | ||
"description": "Uses the mainline dht to relay requests to other trackers in a swarm", | ||
"version": "15.0.2", | ||
"version": "15.0.3", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "bittorrent-relay": "./bin/cmd.js" |
@@ -125,3 +125,3 @@ import Debug from 'debug' | ||
if(!opts.hashes || !Array.isArray(opts.hashes) || !opts.hashes.every((data) => {return typeof(data) === 'string'})){ | ||
if(!opts.hashes || !Array.isArray(opts.hashes) || !opts.hashes.length || !opts.hashes.every((data) => {return typeof(data) === 'string'})){ | ||
throw new Error('hashes must be an array') | ||
@@ -128,0 +128,0 @@ } |
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
89582