hypercore-byte-stream
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "hypercore-byte-stream", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "A Readable stream wrapper around Hypercore that supports reading byte ranges.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -267,3 +267,3 @@ const test = require('tape') | ||
t.false(stream._range) | ||
t.same(output._selections.length, expectedSelections) | ||
if (output._selections) t.same(output._selections.length, expectedSelections) | ||
t.end() | ||
@@ -304,3 +304,4 @@ }) | ||
t.false(stream._range) | ||
t.same(output._selections.length, expectedSelections) | ||
if (output._selections) t.same(output._selections.length, expectedSelections) | ||
else t.pass() | ||
}) | ||
@@ -307,0 +308,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
17832
463