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 1.7.0 to 1.8.0

13

index.js

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

this.onseq = this.options.onseq || noop
this.appending = null
}

@@ -707,4 +708,4 @@

flush () {
if (!this.length) return Promise.resolve()
toBlocks () {
if (this.appending) return this.appending

@@ -739,2 +740,10 @@ const batch = new Array(this.length)

this.appending = batch
return batch
}
flush () {
if (!this.length) return Promise.resolve()
const batch = this.toBlocks()
this.root = null

@@ -741,0 +750,0 @@ this.blocks.clear()

2

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