Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.0.5 to 2.0.6

11

index.js

@@ -156,2 +156,13 @@ var raf = require('random-access-file')

function addMissingKeys (keys, cb) {
self.ready(function (err) {
if (err) return cb(err)
self.writerLock(function (release) {
addMissingKeysLocked(keys, function (err) {
release(cb, err)
})
})
})
}
function addMissingKeysLocked (keys, cb) {
var pending = 0

@@ -158,0 +169,0 @@ debug('[REPLICATION] recv\'d ' + keys.length + ' keys')

2

package.json

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

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