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.0.0-alpha.13 to 11.0.0-alpha.14

4

index.js

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

onwait: this._onwait,
_checkout: this,
_checkout: this._checkout || this,
_db: this.db.checkout(len),

@@ -92,3 +92,3 @@ _files: null

try {
await this.blobs.core.close()
if (this._checkout === null || this.blobs !== this._checkout.blobs) await this.blobs.core.close()
await this.db.close()

@@ -95,0 +95,0 @@ } catch {}

{
"name": "hyperdrive",
"version": "11.0.0-alpha.13",
"version": "11.0.0-alpha.14",
"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