ag-grid-mongo-query-builder
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"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; | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14113
292