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 1.1.1 to 1.1.2

4

index.js

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

this._checkout = opts.checkout || 0
this._ready = null
this._ready = opts._ready || null
}

@@ -422,2 +422,3 @@

return new HyperBee(this.feed, {
_ready: this.ready(),
sep: this.sep,

@@ -442,2 +443,3 @@ checkout: version,

_sub: true,
_ready: this.ready(),
sep: this.sep,

@@ -444,0 +446,0 @@ lock: this.lock,

{
"name": "hyperbee",
"version": "1.1.1",
"version": "1.1.2",
"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