New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

multifeed

Package Overview
Dependencies
Maintainers
2
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 4.0.4 to 4.0.5

6

index.js

@@ -295,4 +295,6 @@ var raf = require('random-access-file')

if (!feeds.length) {
var myKey = String(keyId)
var storage = self._storage(keyId)
keyId++
pending++
var storage = self._storage(''+numFeeds)
var feed

@@ -308,3 +310,3 @@ try {

feed.ready(function () {
self._addFeed(feed, String(keyId))
self._addFeed(feed, myKey)
keyId++

@@ -311,0 +313,0 @@ debug(self._id + ' [REPLICATION] succeeded in creating new local hypercore, key=' + key.toString('hex'))

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

"author": "Stephen Whitmore <sww@eight.net>",
"version": "4.0.4",
"version": "4.0.5",
"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