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.6.0 to 11.6.1

5

index.js

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

onwait: this._onwait,
encryptionKey: this.encryptionKey
encryptionKey: this.encryptionKey,
compat: this.db.core.core.compat
})

@@ -558,3 +559,3 @@ await blobsCore.ready()

const name = key ? undefined : 'db'
const core = corestore.get({ key, name, cache: true, exclusive: true, onwait: opts.onwait, encryptionKey: opts.encryptionKey })
const core = corestore.get({ key, name, cache: true, exclusive: true, onwait: opts.onwait, encryptionKey: opts.encryptionKey, compat: opts.compat })

@@ -561,0 +562,0 @@ return new Hyperbee(core, {

2

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