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 3.4.2 to 3.4.3

5

index.js

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

if (this.feed !== opts.feed) this.feed.on('error', this._onerror.bind(this))
if (!this._checkout) this.feed.on('append', this._onappend.bind(this))

@@ -62,2 +63,6 @@ }

HyperTrie.prototype._onerror = function (err) {
this.emit('error', err)
}
HyperTrie.prototype._onappend = function () {

@@ -64,0 +69,0 @@ for (var i = 0; i < this._watchers.length; i++) {

2

package.json
{
"name": "hypertrie",
"version": "3.4.2",
"version": "3.4.3",
"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