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.1 to 0.1.2

6

index.js

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

import {buildQuery} from 'queryBuilder';
const {buildQuery} = require('./queryBuilder.js');
exports.buildQuery = function(params){
return buildQuery(params)
module.exports.buildQuery = function(params){
return buildQuery(params);
}
{
"name": "ag-grid-mongo-query-builder",
"version": "0.1.1",
"version": "0.1.2",
"description": "Utility to generate Mongo DB aggregation pipeline queries starting from AgGrid server side params",

@@ -22,3 +22,6 @@ "main": "index.js",

},
"homepage": "https://bitbucket.org/iccgit/ag-grid-mongo-query-builder#readme"
"homepage": "https://bitbucket.org/iccgit/ag-grid-mongo-query-builder#readme",
"dependencies": {
"mongoose": "^6.8.1"
}
}

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

const mongoose = require('mongoose');
export const buildQuery = function (reqBody) {
module.exports.buildQuery = function (reqBody) {
let {

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

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