Socket
Socket
Sign inDemoInstall

ag-grid-mongo-query-builder

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-grid-mongo-query-builder - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

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

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

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

const mongoose = require('mongoose');
//const mongoose = require('mongoose');
// const ObjectID = require('mongodb').ObjectID;
export const buildQuery = function (reqBody) {
const buildQuery = function (reqBody) {
let {

@@ -347,5 +347,5 @@ groupKeys = [], // holds the ID of the expanded node and the ID's of all its parent/grandparent node

module.exports.buildQuery=buildQuery;
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