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.1.1 to 11.1.2

9

index.js

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

onwait: this._onwait,
readable: this._readonly,
readonly: this._readonly,
_checkout: this._checkout || this,

@@ -99,3 +99,3 @@ _db: snapshot,

onwait: this._onwait,
readable: this._readonly,
readonly: this._readonly,
_checkout: null,

@@ -149,2 +149,7 @@ _db: this.db,

if (this.closing) {
await blobsCore.close()
return false
}
this.blobs = new Hyperblobs(blobsCore)

@@ -151,0 +156,0 @@

{
"name": "hyperdrive",
"version": "11.1.1",
"version": "11.1.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