Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

reactive-mongodb

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactive-mongodb - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

24

package.json
{
"name": "reactive-mongodb",
"version": "0.1.1",
"version": "0.1.2",
"description": "An ODM for MongoDB with very strict data types/stucture. It is Based on Observable (with RxJS)",

@@ -19,3 +19,23 @@ "main": "index.js",

"mocha": "^3.3.0"
}
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heiyukidev/reactive-mongodb.git"
},
"keywords": [
"RxJs",
"reactive",
"mongodb",
"rx",
"mongo",
"odm",
"observable"
],
"bugs": {
"url": "https://github.com/heiyukidev/reactive-mongodb/issues"
},
"homepage": "https://github.com/heiyukidev/reactive-mongodb#readme"
}

20

README.md

@@ -57,3 +57,3 @@ # Reactive-MongoDB

```javascript
const Collection = require('../index.js').Collection;
const Collection = require('reactive-mongodb').Collection;
const Users = new Collection('users');

@@ -83,3 +83,3 @@

```javascript
const Collection = require('../index.js').Collection;
const Collection = require('reactive-mongodb').Collection;
const Users = new Collection('users');

@@ -111,3 +111,3 @@

```javascript
const Collection = require('../index.js').Collection;
const Collection = require('reactive-mongodb').Collection;
const Users = new Collection('users');

@@ -133,3 +133,3 @@

```javascript
const Collection = require('../index.js').Collection;
const Collection = require('reactive-mongodb').Collection;
const Users = new Collection('users');

@@ -155,3 +155,3 @@

```javascript
const Collection = require('../index.js').Collection;
const Collection = require('reactive-mongodb').Collection;
const Users = new Collection('users');

@@ -176,3 +176,3 @@

```javascript
const Collection = require('../index.js').Collection;
const Collection = require('reactive-mongodb').Collection;
const Users = new Collection('users');

@@ -202,3 +202,3 @@

```javascript
const Collection = require('../index.js').Collection;
const Collection = require('reactive-mongodb').Collection;
const Users = new Collection('users');

@@ -231,3 +231,3 @@

```javascript
const Collection = require('../index.js').Collection;
const Collection = require('reactive-mongodb').Collection;
const Users = new Collection('users');

@@ -259,3 +259,3 @@

```javascript
const Collection = require('../index.js').Collection;
const Collection = require('reactive-mongodb').Collection;
const Users = new Collection('users');

@@ -290,2 +290,2 @@

This project is backed By [redcarpetsolutions](https://github.com/redcarpetsolutions)
This project is backed By [redcarpetsolutions](https://github.com/redcarpetsolutions)
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