orbit-db-feedstore
Advanced tools
Comparing version 0.0.4 to 0.0.7
{ | ||
"name": "orbit-db-feedstore", | ||
"version": "0.0.4", | ||
"version": "0.0.7", | ||
"description": "Feed store for orbit-db", | ||
@@ -13,4 +13,4 @@ "main": "src/FeedStore.js", | ||
"lazy.js": "^0.4.2", | ||
"orbit-db-eventstore": "0.0.6" | ||
"orbit-db-eventstore": "0.0.7" | ||
} | ||
} |
@@ -11,3 +11,3 @@ 'use strict'; | ||
if(item.payload.op === 'ADD') { | ||
this._index[item.hash] = item.payload | ||
this._index[item.hash] = item | ||
} else if(item.payload.op === 'DEL') { | ||
@@ -14,0 +14,0 @@ delete this._index[item.payload.value]; |
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
2519
+ Addedorbit-db-eventstore@0.0.7(transitive)
+ Addedorbit-db-store@0.0.7(transitive)
- Removedorbit-db-eventstore@0.0.6(transitive)
- Removedorbit-db-store@0.0.5(transitive)
Updatedorbit-db-eventstore@0.0.7