Comparing version 4.0.8 to 4.0.9
@@ -429,3 +429,3 @@ const WebTorrent = require('webtorrent') | ||
this.checkId.set(id.title, checkTorrent) | ||
return { infohash: checkTorrent.infohash, title: checkTorrent.title, name: checkTorrent.name, length: checkTorrent.length } | ||
return { infohash: checkTorrent.infohash, title: checkTorrent.title, name: checkTorrent.name, length: checkTorrent.length, files: checkTorrent.files } | ||
} else { | ||
@@ -432,0 +432,0 @@ if (!id.address || !id.secret) { |
{ | ||
"name": "torrentz", | ||
"version": "4.0.8", | ||
"version": "4.0.9", | ||
"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
30928