hyperdrive
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -226,3 +226,2 @@ var constants = require('constants') | ||
kick() | ||
feed.on('put', function (block, data) { | ||
@@ -235,2 +234,3 @@ self.emit('file-download', entry, data, block) | ||
if (err) return | ||
kick() | ||
for (var i = 0; i < entry.link.index.length; i++) { | ||
@@ -237,0 +237,0 @@ if (!feed.has(i + contentBlocks)) feed.want.push({block: i + contentBlocks, callback: noop, critical: true}) |
{ | ||
"name": "hyperdrive", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "A file sharing network based on rabin file chunking and append only feeds of data verified by merkle trees.", | ||
@@ -15,2 +15,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"brfs": "^1.4.3", | ||
"bulk-write-stream": "^1.1.1", | ||
@@ -17,0 +18,0 @@ "delta-list": "^1.0.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
55751
16
+ Addedbrfs@^1.4.3