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.9 to 1.3.10

5

index.js

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

try {
feed = self._hypercore(storage, key, self._opts)
feed = self._hypercore(storage, key, self._opts)
} catch (e) {

@@ -262,5 +262,2 @@ if (!--pending) cb()

function deserializeFeedBuf (buf) {
// bad msg
if ((buf.length - 2) % 32 !== 0) return null
var numFeeds = buf.readUInt16LE(0)

@@ -267,0 +264,0 @@ var res = []

2

package.json

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

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