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

multifeed

Package Overview
Dependencies
Maintainers
6
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multifeed - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

5

mux.js

@@ -261,3 +261,6 @@ var Protocol = require('hypercore-protocol')

// prevent a feed from being folded into the main stream twice.
if (typeof self._activeFeedStreams[hexKey] !== 'undefined') return
if (typeof self._activeFeedStreams[hexKey] !== 'undefined') {
if (!--pending) cb()
return
}

@@ -264,0 +267,0 @@ debug(self._id, '[REPLICATION] replicating feed:', hexKey)

2

package.json

@@ -5,3 +5,3 @@ {

"author": "Stephen Whitmore <sww@eight.net>",
"version": "5.2.0",
"version": "5.2.1",
"repository": {

@@ -8,0 +8,0 @@ "url": "git://github.com/noffle/multifeed.git"

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