Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.6.0 to 4.6.1

4

index.js

@@ -54,4 +54,4 @@ const events = require('events')

this._extension = opts.extension === false ? null : (opts.extension || new Extension(this))
if (!opts.extension && opts.extension !== false) this._extension.outgoing = this.feed.registerExtension('hypertrie', this._extension)
this._extension = opts.extension === false ? null : ((opts.extension === true ? null : opts.extension) || new Extension(this))
if (this._extension && !this._extension.outgoing) this._extension.outgoing = this.feed.registerExtension('hypertrie', this._extension)

@@ -58,0 +58,0 @@ this._watchers = []

{
"name": "hypertrie",
"version": "4.6.0",
"version": "4.6.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