Socket
Socket
Sign inDemoInstall

hyperbee

Package Overview
Dependencies
Maintainers
2
Versions
108
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.10.2 to 2.10.3

4

iterators/range.js

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

const node = await top.node.getChildNode(n)
top.node.children[n].value = null // unlink it to save memory
if (top.node.block.seq < this.batch.core.length) {
top.node.children[n].value = null // unlink it to save memory
}
this.stack.push({ i: this._reverse ? node.keys.length << 1 : 0, node })

@@ -139,0 +141,0 @@ continue

{
"name": "hyperbee",
"version": "2.10.2",
"version": "2.10.3",
"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