orbit-db-feedstore
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"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 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2565
41
+ Addedorbit-db-eventstore@0.0.12(transitive)
+ Addedorbit-db-store@0.0.11(transitive)
- Removedorbit-db-eventstore@0.0.11(transitive)
- Removedorbit-db-store@0.0.10(transitive)
Updatedorbit-db-eventstore@0.0.12