hypercore-byte-stream
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -119,3 +119,6 @@ const assert = require('assert') | ||
if (this._range && this._opened) { | ||
this.feed.undownload(this._range) | ||
if (this._downloadRange) { | ||
this.feed.undownload(this._downloadRange) | ||
this._downloadRange = null | ||
} | ||
this._range = null | ||
@@ -122,0 +125,0 @@ this._ended = true |
{ | ||
"name": "hypercore-byte-stream", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A Readable stream wrapper around Hypercore that supports reading byte ranges.", | ||
@@ -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
15951
399