Socket
Socket
Sign inDemoInstall

hyperbee

Package Overview
Dependencies
Maintainers
2
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperbee - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

14

index.js

@@ -903,3 +903,3 @@ const { EventEmitter } = require('events')

} catch (err) {
this.emit('error', err)
if (!this.closed) this.emit('error', err)
this.destroy()

@@ -923,10 +923,8 @@ } finally {

}
} catch (err) {
if (this.closed) return
throw err
} finally {
this.stream = null
this.latestDiff = snapshot.version
await snapshot.close()
}
this.stream = null
this.latestDiff = snapshot.version
}

@@ -933,0 +931,0 @@

@@ -137,3 +137,3 @@ const b4a = require('b4a')

const tree = new SubTree(child, top)
if (this.seeking && !(await this._seek(tree))) return
if (this.seeking && !(await this._seek(tree))) return null
this.stack.push(tree)

@@ -140,0 +140,0 @@

{
"name": "hyperbee",
"version": "2.6.0",
"version": "2.6.1",
"description": "An append-only B-tree running on a Hypercore.",

@@ -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