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

@coolgk/mongo

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coolgk/mongo - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

3

mongo.d.ts
/*!
* @package @coolgk/mongo
* @version 1.0.8
* @version 1.0.9
* @link https://coolgk.github.io/mongodb-orm.html

@@ -14,2 +14,3 @@ * @license MIT

import { Db, ObjectID, Cursor, Collection, FindOneOptions, CollectionInsertOneOptions, CollectionInsertManyOptions, InsertOneWriteOpResult, InsertWriteOpResult, FindOneAndReplaceOption } from 'mongodb';
export { InsertOneWriteOpResult, InsertWriteOpResult };
export declare enum GeneratedField {

@@ -16,0 +17,0 @@ DATE_MODIFIED = "_dateModified",

/*!
* @package @coolgk/mongo
* @version 1.0.8
* @version 1.0.9
* @link https://coolgk.github.io/mongodb-orm.html

@@ -5,0 +5,0 @@ * @license MIT

@@ -1,1 +0,1 @@

{"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"]}
{"name":"@coolgk/mongo","version":"1.0.9","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"]}
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