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

hypercore

Package Overview
Dependencies
Maintainers
2
Versions
498
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hypercore - npm Package Compare versions

Comparing version 10.37.20 to 10.37.21

4

index.js

@@ -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",

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