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.0-alpha.12 to 11.0.0-alpha.13

17

index.js

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

get core () {
return this.db.feed
return this.db.core
}

@@ -59,7 +59,7 @@

findingPeers () {
return this.db.feed.findingPeers()
return this.db.core.findingPeers()
}
update (opts) {
return this.db.feed.update(opts)
return this.db.core.update(opts)
}

@@ -94,3 +94,8 @@

await this.blobs.core.close()
await this.db.feed.close()
await this.db.close()
} catch {}
if (this._checkout) return
try {
await this.corestore.close()

@@ -131,3 +136,3 @@ } catch {}

if (this.db.feed.writable && !this.blobs) {
if (this.db.core.writable && !this.blobs) {
const blobsCore = this.corestore.get({

@@ -236,3 +241,3 @@ name: 'blobs',

for (const range of dbRanges) {
dls.push(this.db.feed.download(range))
dls.push(this.db.core.download(range))
}

@@ -239,0 +244,0 @@

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