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 3.0.7 to 3.0.8

2

index.js

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

if (!(this instanceof Multifeed)) return new Multifeed(hypercore, storage, opts)
this._id = opts._id || Math.floor(Math.random() * 1000).toString(16) // for debugging
this._id = (opts||{})._id || Math.floor(Math.random() * 1000).toString(16) // for debugging
this._feeds = {}

@@ -18,0 +18,0 @@ this._feedKeyToFeed = {}

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

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