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 2.12.1 to 2.13.0

9

index.js

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

this._differ = opts.differ || defaultDiffer
this._eager = !!opts.eager

@@ -1052,7 +1053,9 @@ this.on('newListener', autoFlowOnUpdate)

// Point from which to start watching
this.current = this.bee.snapshot({
const opts = {
keyEncoding: this.keyEncoding,
valueEncoding: this.valueEncoding
})
}
// Point from which to start watching
this.current = this._eager ? this.bee.checkout(1, opts) : this.bee.snapshot(opts)
}

@@ -1059,0 +1062,0 @@

{
"name": "hyperbee",
"version": "2.12.1",
"version": "2.13.0",
"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