Socket
Socket
Sign inDemoInstall

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.2.6 to 0.2.7

12

lib/adapters/mongodb.js

@@ -339,2 +339,14 @@ /**

}
if(k === 'or') {
var arrcond = [];
Object.keys(cond).forEach(function(k2){
var nval = {};
nval[k2] = cond[k2]
arrcond.push(nval);
});
query['$or'] = arrcond;
return;
}
if (cond && cond.constructor.name === 'Object') {

@@ -341,0 +353,0 @@ spec = Object.keys(cond)[0];

2

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

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

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