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.13.3 to 2.13.4

16

index.js

@@ -1126,2 +1126,6 @@ const codecs = require('codecs')

if (this.current.core.fork !== this.previous.core.fork) {
return this._yield()
}
this.stream = this._differ(this.current, this.previous, this.range)

@@ -1131,6 +1135,3 @@

for await (const data of this.stream) { // eslint-disable-line
this.currentMapped = this.map(this.current)
this.previousMapped = this.map(this.previous)
this.emit('update')
return { done: false, value: [this.currentMapped, this.previousMapped] }
return this._yield()
}

@@ -1146,2 +1147,9 @@ } finally {

_yield () {
this.currentMapped = this.map(this.current)
this.previousMapped = this.map(this.previous)
this.emit('update')
return { done: false, value: [this.currentMapped, this.previousMapped] }
}
async return () {

@@ -1148,0 +1156,0 @@ await this.close()

{
"name": "hyperbee",
"version": "2.13.3",
"version": "2.13.4",
"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