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 4.7.0 to 4.7.1

2

index.js

@@ -149,3 +149,3 @@ const events = require('events')

if (!this.opened) return readyAndHeadSeq(this, opts, cb)
if (this._checkout !== 0) return cb(null, this._checkout - 1)
if (this._checkout !== 0) return process.nextTick(cb, null, this._checkout - 1)
if (this.alwaysUpdate && (!opts || opts.wait !== false)) this.feed.update({ hash: false, ifAvailable: true }, onupdated)

@@ -152,0 +152,0 @@ else process.nextTick(onupdated)

{
"name": "hypertrie",
"version": "4.7.0",
"version": "4.7.1",
"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