Socket
Socket
Sign inDemoInstall

hyperbee

Package Overview
Dependencies
16
Maintainers
2
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.19.4 to 2.19.5

2

index.js

@@ -1215,2 +1215,3 @@ const codecs = require('codecs')

this._onchange = opts.onchange || null
this._flush = opts.flush !== false && this.core.isAutobase

@@ -1299,2 +1300,3 @@ this.on('newListener', autoFlowOnUpdate)

if (this._flush) await this.core.base.flush()
if (this.closing) return { value: undefined, done: true }

@@ -1301,0 +1303,0 @@

2

package.json
{
"name": "hyperbee",
"version": "2.19.4",
"version": "2.19.5",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc