Socket
Socket
Sign inDemoInstall

hypertrie

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hypertrie - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

7

index.js

@@ -38,3 +38,7 @@ const Node = require('./lib/node')

this.metadata = opts.metadata || null
this.feed = opts.feed || hypercore(storage, key, {sparse: opts.sparse})
this.feed = opts.feed || hypercore(storage, key, {
sparse: opts.sparse,
maxRequests: opts.maxRequests
// TODO: pass everthing *except* for valueEncoding
})
this.opened = false

@@ -189,3 +193,2 @@ this.valueEncoding = opts.valueEncoding ? codecs(opts.valueEncoding) : null

if (seq < 1) return process.nextTick(cb, null, null)
const self = this

@@ -192,0 +195,0 @@ this.feed.get(seq, onnode)

{
"name": "hypertrie",
"version": "2.0.1",
"version": "2.1.0",
"description": "Distributed single writer key/value store",

@@ -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