Comparing version 2.0.3 to 2.0.4
@@ -394,3 +394,3 @@ const WebTorrent = require('webtorrent') | ||
this.checkId.set(id.address, checkTorrent) | ||
return { torrent: checkTorrent, address: id.address, secret: id.secret } | ||
return { torrent: checkTorrent, address: id.address, secret: id.secret, infohash: checkTorrent.infohash } | ||
} else { | ||
@@ -397,0 +397,0 @@ |
{ | ||
"name": "torrentz", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"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
25521