Socket
Socket
Sign inDemoInstall

ag-grid-mongo-query-builder

Package Overview
Dependencies
0
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.8 to 0.3.9

2

package.json
{
"name": "ag-grid-mongo-query-builder",
"version": "0.3.8",
"version": "0.3.9",
"description": "Utility to generate Mongo DB aggregation pipeline queries starting from AgGrid server side params",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -947,2 +947,3 @@ //const mongoose = require('mongoose');

console.log(eachRes.length);
console.log(JSON.stringify(eachRes));
eachRes.map(function(obj) {

@@ -958,3 +959,3 @@

tempDataObj[keys[i].fieldName] = "";
} else if(keys[i].fieldName) {
} else if(keys[i].fieldName && obj[keys[i].fieldName]) {
tempDataObj[keys[i].fieldName] = obj[keys[i].fieldName];

@@ -961,0 +962,0 @@ } else {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc