Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hyperbee

Package Overview
Dependencies
Maintainers
2
Versions
111
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.18.0 to 2.18.1

8

index.js

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

this._debouncedUpdate = debounce(this._processUpdate.bind(this))
this._updateOnce = !!opts.updateOnce
}

@@ -1091,2 +1092,7 @@

if (this._updateOnce) {
this._updateOnce = false
await this.bee.update({ wait: true })
}
let newNode

@@ -1217,3 +1223,3 @@ try {

if (this._updateOnce) {
this._updateOnce = true
this._updateOnce = false
await this.bee.update({ wait: true })

@@ -1220,0 +1226,0 @@ }

2

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