bittorrent-relay
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -15,3 +15,3 @@ import Debug from 'debug' | ||
import crypto from 'crypto' | ||
import {nanoid} from 'nanoid' | ||
// import {nanoid} from 'nanoid' | ||
@@ -18,0 +18,0 @@ const debug = Debug('bittorrent-tracker:server') |
{ | ||
"name": "bittorrent-relay", | ||
"description": "Uses the mainline dht to relay requests to other trackers in a swarm", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"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
47237