Socket
Socket
Sign inDemoInstall

mongo-feed

Package Overview
Dependencies
3
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

2

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/ogt/mongo-feed",
"version": "0.1.1",
"version": "0.1.2",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

@@ -1,2 +0,3 @@

Generic feed-like service that uses mongo and provides a post/recent api
Minimalist feed service using mongo
--
[![Build Status](https://travis-ci.org/ogt/mongo-feed.png)](https://travis-ci.org/ogt/mongo-feed)

@@ -7,3 +8,3 @@

var MongoFeed = require('mongo-feed');
var feed = new MongoFeed('db,'Test Feed', cb);
var feed = new MongoFeed('db,'Test Feed');
feed.post({a:1,b:2},cb);

@@ -10,0 +11,0 @@ feed.post({x:11,z:22},cb);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc