Socket
Socket
Sign inDemoInstall

hyperdrive

Package Overview
Dependencies
Maintainers
5
Versions
271
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperdrive - npm Package Compare versions

Comparing version 11.6.1 to 11.6.2

10

index.js

@@ -353,2 +353,12 @@ const Hyperbee = require('hyperbee')

const entry = await this.entry(folder)
if (entry) {
const b = entry.value.blob
if (!b) return
const blobs = await this.getBlobs()
await blobs.core.download({ start: b.blockOffset, length: b.blockLength }).downloaded()
return
}
for await (const entry of this.list(folder, opts)) {

@@ -355,0 +365,0 @@ const b = entry.value.blob

2

package.json
{
"name": "hyperdrive",
"version": "11.6.1",
"version": "11.6.2",
"description": "Hyperdrive is a secure, real-time distributed file system",

@@ -5,0 +5,0 @@ "main": "index.js",

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