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 0.0.17 to 0.0.18

10

iterators/range.js

@@ -92,3 +92,4 @@ module.exports = class RangeIterator {

this.stack.push(entry)
break
this._nexting = false
return
}

@@ -104,8 +105,9 @@

if (entry.i >= 0 && entry.i <= (node.keys.length << 1)) this.stack.push(entry)
if (!node.children.length) break
if (!node.children.length) {
this._nexting = false
return
}
node = await node.getChildNode(i)
}
this._nexting = false
}

@@ -112,0 +114,0 @@

2

package.json
{
"name": "hyperbee",
"version": "0.0.17",
"version": "0.0.18",
"description": "An append-only Btree 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