hypercore
Advanced tools
Comparing version 10.37.20 to 10.37.21
@@ -276,5 +276,5 @@ const { EventEmitter } = require('events') | ||
const active = !!bool | ||
if (active === this._active) return | ||
if (active === this._active || this.closing) return | ||
this._active = active | ||
if (!this.opened || this.closing) return | ||
if (!this.opened) return | ||
this.replicator.updateActivity(this._active ? 1 : -1) | ||
@@ -281,0 +281,0 @@ } |
{ | ||
"name": "hypercore", | ||
"version": "10.37.20", | ||
"version": "10.37.21", | ||
"description": "Hypercore is a secure, distributed append-only log", | ||
@@ -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