Comparing version 4.6.0 to 4.6.1
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
126724