reactive-mongodb
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"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" | ||
} |
@@ -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) |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
17039
1
1
282
0