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

hyperbee

Package Overview
Dependencies
Maintainers
1
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 0.0.10 to 0.0.11

examples/imdb/import-basics.js

2

iterators/range.js

@@ -21,2 +21,3 @@ module.exports = class RangeIterator {

if (!node.block) continue
if (i < 0) continue
checkpoint.push(node.block.seq, node.offset, i)

@@ -33,2 +34,3 @@ }

reverse: this._reverse,
ended: this.opened && !checkpoint.length,
checkpoint: this.opened ? checkpoint : []

@@ -35,0 +37,0 @@ }

@@ -51,2 +51,3 @@ const { Extension } = require('./messages')

iterator (snapshot) {
if (snapshot.ended) return
if (snapshot.limit === 0) return

@@ -53,0 +54,0 @@ if (snapshot.limit === -1) snapshot.limit = 0

2

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