orbit-db-eventstore
Advanced tools
Comparing version 0.0.18 to 0.0.19
{ | ||
"name": "orbit-db-eventstore", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "Eventlog for orbit-db", | ||
@@ -13,4 +13,4 @@ "main": "src/EventStore.js", | ||
"lazy.js": "^0.4.2", | ||
"orbit-db-store": "0.0.17" | ||
"orbit-db-store": "0.0.18" | ||
} | ||
} |
@@ -10,3 +10,3 @@ 'use strict'; | ||
if(!options) options = {}; | ||
if(!options.Index) Object.assign(options, { Index: EventIndex }); | ||
if(options.Index === undefined) Object.assign(options, { Index: EventIndex }); | ||
super(ipfs, id, dbname, options) | ||
@@ -13,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
3884
+ Addedorbit-db-store@0.0.18(transitive)
- Removedorbit-db-store@0.0.17(transitive)
Updatedorbit-db-store@0.0.18