Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hyperdrive

Package Overview
Dependencies
Maintainers
5
Versions
273
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.0.1 to 11.0.2

6

index.js

@@ -140,3 +140,7 @@ const Hyperbee = require('hyperbee')

async _open () {
if (this._checkout) return this._checkout.ready()
if (this._checkout) {
await this._checkout.ready()
this.blobs = this._checkout.blobs
return
}

@@ -143,0 +147,0 @@ await this._openBlobsFromHeader({ wait: false })

2

package.json
{
"name": "hyperdrive",
"version": "11.0.1",
"version": "11.0.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