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 1.3.5 to 1.3.6

14

index.js

@@ -41,3 +41,2 @@ var raf = require('random-access-file')

self._fake = feed
self._loadFeeds(done)

@@ -189,7 +188,10 @@ })

// push remainder of buffer
this.push(buf.slice(size))
addMissingKeys(keys, function () {
// push remainder of buffer
var leftover = buf.slice(size)
self.push(leftover)
addMissingKeys(keys, function () {
startSync()
process.nextTick(function () {
startSync()
})
next()

@@ -221,3 +223,3 @@ })

function cmp (a, b) {
return a.key.toString('hex') < b.key.toString('hex')
return a.key.toString('hex') > b.key.toString('hex')
}

@@ -224,0 +226,0 @@ sortedFeeds.forEach(function (feed) {

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

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

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

@@ -7,5 +7,5 @@ {

"deps": [],
"state": "todo"
"state": "done"
}
}
}
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