Socket
Socket
Sign inDemoInstall

hypercore-byte-stream

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hypercore-byte-stream - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

package.json
{
"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 @@ })

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc