Comparing version 2.0.2 to 2.0.3
@@ -331,3 +331,3 @@ const WebTorrent = require('webtorrent') | ||
if(gen){ | ||
if (!id.address || !id.secret) { | ||
if (!id || !id.address || !id.secret) { | ||
id = this.createKeypair() | ||
@@ -334,0 +334,0 @@ } else { |
{ | ||
"name": "torrentz", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.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
25488