@coolgk/mongo
Advanced tools
Comparing version 1.0.7 to 1.0.8
/*! | ||
* @package @coolgk/mongo | ||
* @version 1.0.7 | ||
* @version 1.0.8 | ||
* @link https://coolgk.github.io/mongodb-orm.html | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* @package @coolgk/mongo | ||
* @version 1.0.7 | ||
* @version 1.0.8 | ||
* @link https://coolgk.github.io/mongodb-orm.html | ||
@@ -5,0 +5,0 @@ * @license MIT |
@@ -1,1 +0,1 @@ | ||
{"name":"@coolgk/mongo","version":"1.0.7","description":"A javascript / typescript MongoDB modelling library which enables joins in collections, simplifies CRUD operations for sub / nested documents and implements schema based data validation","main":"./mongo.js","types":"./mongo.d.ts","dependencies":{"@coolgk/array":"^2.0.4","mongodb":"^3.0.3"},"author":"Daniel Gong <daniel.k.gong@gmail.com>","license":"MIT","bugs":{"url":"https://github.com/coolgk/node-mongo/issues"},"homepage":"https://coolgk.github.io/mongodb-orm.html","keywords":["mongo","MongoDB","orm","odm","relational","data validation","join"]} | ||
{"name":"@coolgk/mongo","version":"1.0.8","description":"A javascript / typescript MongoDB modelling library which enables joins in collections, simplifies CRUD operations for sub / nested documents and implements schema based data validation","main":"./mongo.js","types":"./mongo.d.ts","dependencies":{"@coolgk/array":"^2.0.4","mongodb":"^3.0.3"},"author":"Daniel Gong <daniel.k.gong@gmail.com>","license":"MIT","bugs":{"url":"https://github.com/coolgk/node-mongo/issues"},"homepage":"https://coolgk.github.io/mongodb-orm.html","keywords":["mongo","MongoDB","orm","odm","relational","data validation","join"]} |
@@ -1052,6 +1052,12 @@ # @coolgk/mongo | ||
## Also see [@coolgk/mvc](https://www.npmjs.com/package/@coolgk/mvc) | ||
## Also see | ||
### [@coolgk/mvc](https://www.npmjs.com/package/@coolgk/mvc) | ||
A simple, lightweight javascript / typescript MxC framework that helps you to create object oriented, modular and testable code. | ||
### [@coolgk/utils](https://www.npmjs.com/package/@coolgk/utils) | ||
A javascript / typescript utility library. Modules: array, string, base64, ampq, bcrypt, cache, captcha, csv, email, jwt, number, pdf, tmp, token, unit conversion, url params, session, form data | ||
Report bugs here: [https://github.com/coolgk/node-mongo/issues](https://github.com/coolgk/node-mongo/issues) | ||
@@ -1058,0 +1064,0 @@ |
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
61202
1071