@coolgk/mongo
Advanced tools
Comparing version 1.0.2 to 1.0.3
/*! | ||
* @package @coolgk/mongo | ||
* @version 1.0.2 | ||
* @link https://github.com/coolgk/node-mongo | ||
* @version 1.0.3 | ||
* @link https://coolgk.github.io/mongodb-orm.html | ||
* @license MIT | ||
@@ -6,0 +6,0 @@ * @author Daniel Gong <daniel.k.gong@gmail.com> |
/*! | ||
* @package @coolgk/mongo | ||
* @version 1.0.2 | ||
* @link https://github.com/coolgk/node-mongo | ||
* @version 1.0.3 | ||
* @link https://coolgk.github.io/mongodb-orm.html | ||
* @license MIT | ||
@@ -6,0 +6,0 @@ * @author Daniel Gong <daniel.k.gong@gmail.com> |
/*! | ||
* @package @coolgk/mongo | ||
* @version 1.0.2 | ||
* @link https://github.com/coolgk/node-mongo | ||
* @version 1.0.3 | ||
* @link https://coolgk.github.io/mongodb-orm.html | ||
* @license MIT | ||
@@ -6,0 +6,0 @@ * @author Daniel Gong <daniel.k.gong@gmail.com> |
/*! | ||
* @package @coolgk/mongo | ||
* @version 1.0.2 | ||
* @link https://github.com/coolgk/node-mongo | ||
* @version 1.0.3 | ||
* @link https://coolgk.github.io/mongodb-orm.html | ||
* @license MIT | ||
@@ -6,0 +6,0 @@ * @author Daniel Gong <daniel.k.gong@gmail.com> |
@@ -1,1 +0,1 @@ | ||
{"name":"@coolgk/mongo","version":"1.0.2","description":"A javascript & typescript MongoDB modelling library which enables joins in collections, simplifies CRUD operations for sub / nested documents and implements data validation based on schema","main":"dist/mongo.js","repository":{"type":"git","url":"https://github.com/coolgk/mongo.git"},"dependencies":{"@coolgk/array":"^2","mongodb":"^3.0.2"},"author":"Daniel Gong <daniel.k.gong@gmail.com>","license":"MIT","bugs":{"url":"https://github.com/coolgk/node-mongo/issues"},"homepage":"https://github.com/coolgk/node-mongo","keywords":["mongo","MongoDB","orm","odm","relational","data validation","join"]} | ||
{"name":"@coolgk/mongo","version":"1.0.3","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":"dist/mongo.js","repository":{"type":"git","url":"https://github.com/coolgk/mongo.git"},"dependencies":{"@coolgk/array":"^2","mongodb":"^3.0.2"},"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"]} |
# @coolgk/mongo | ||
A MongoDB ORM (ORM?) javascript / typescript library that enables data validation, joins on collections and simplifies CRUD on sub / nested documents in arrays. | ||
A javascript / typescript MongoDB modelling library which enables joins in collections, simplifies CRUD operations for sub / nested documents and implements schema based data validation. | ||
@@ -1055,7 +1055,7 @@ `npm install @coolgk/mongo` | ||
=============================== Coverage summary =============================== | ||
Statements : 5.5% ( 16/291 ) | ||
Branches : 1.82% ( 4/220 ) | ||
Functions : 4.44% ( 2/45 ) | ||
Lines : 5.54% ( 16/289 ) | ||
Statements : 96.22% ( 280/291 ) | ||
Branches : 90.45% ( 199/220 ) | ||
Functions : 95.56% ( 43/45 ) | ||
Lines : 96.19% ( 278/289 ) | ||
================================================================================ | ||
``` |
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
61299