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.4.0 to 2.4.1

5

index.js

@@ -359,3 +359,6 @@ const codecs = require('codecs')

const snapshot = right.version > this.version ? right.feed.snapshot() : this.feed.snapshot()
if (this.keyEncoding) opts = encRange(this.keyEncoding, { ...opts, sub: this._sub })
const keyEncoding = opts && opts.keyEncoding ? codecs(opts.keyEncoding) : this.keyEncoding
if (keyEncoding) opts = encRange(keyEncoding, { ...opts, sub: this._sub })
return iteratorToStream(new DiffIterator(new Batch(this, snapshot, null, false, opts), new Batch(right, snapshot, null, false, opts), opts))

@@ -362,0 +365,0 @@ }

2

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