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.5 to 0.1.6

2

package.json

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

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

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

@@ -25,3 +25,8 @@ Minimalist feed service using mongo

```
The module reserves attributes prefixed with `_feed`. It currently adds the following two attributes
- `_feed_seq_no` - unique sequencial id starting from 1 for the first post
- `_feed_posted_on` datetime in this format : `2014-03-01T16:30:38.909Z`
The module allows posting an object multiple times, ie, you can safely include an `_id` attribute in the posted object.
## Installation

@@ -28,0 +33,0 @@

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