Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

orbit-db-feedstore

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orbit-db-feedstore - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

4

package.json
{
"name": "orbit-db-feedstore",
"version": "0.0.11",
"version": "0.0.12",
"description": "Feed store for orbit-db",

@@ -13,4 +13,4 @@ "main": "src/FeedStore.js",

"lazy.js": "^0.4.2",
"orbit-db-eventstore": "0.0.11"
"orbit-db-eventstore": "0.0.12"
}
}

@@ -9,3 +9,4 @@ 'use strict';

constructor(ipfs, id, dbname, options) {
Object.assign(options || {}, { Index: FeedIndex });
if(!options) options = {};
if(!options.Index) Object.assign(options, { Index: FeedIndex });
super(ipfs, id, dbname, options)

@@ -12,0 +13,0 @@ }

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