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

caminte

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caminte - npm Package Compare versions

Comparing version 0.0.36 to 0.0.37

7

lib/adapters/mongodb.js

@@ -280,3 +280,8 @@ /**

MongoDB.prototype.count = function count(model, callback, filter) {
var cond = buildWhere(filter);
var cond = {};
if (filter && filter.where) {
cond = buildWhere(filter.where);
} else {
cond = buildWhere(filter);
}
this.collection(model).count(cond, callback);

@@ -283,0 +288,0 @@ };

2

package.json
{
"name": "caminte",
"description": "ORM for every database: redis, mysql, neo4j, mongodb, rethinkdb, postgres, sqlite, tingodb",
"version": "0.0.36",
"version": "0.0.37",
"author": {

@@ -6,0 +6,0 @@ "name": "Aleksej Gordejev",

Sorry, the diff of this file is not supported yet

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