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 1.3.10 to 1.3.11

db/0/bitfield

12

index.js

@@ -89,9 +89,9 @@ var raf = require('random-access-file')

// Short-circuit if already loaded
if (this._feeds[name]) {
process.nextTick(cb, null, this._feeds[name])
return
}
this.ready(function () {
// Short-circuit if already loaded
if (self._feeds[name]) {
process.nextTick(cb, null, self._feeds[name])
return
}
this.ready(function () {
self.writerLock(function (release) {

@@ -98,0 +98,0 @@ var len = Object.keys(self._feeds).length

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

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