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.4 to 0.0.7

4

package.json
{
"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];

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