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.4.3 to 0.4.4

2

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

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

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

function removeLineBreaks(stringValue) {
if(stringValue && stringValue!='') {
if(stringValue && stringValue!='' && typeof(stringValue) === "string") {
const csvData = stringValue.replace(/[^\x20-\x7E]/gmi, "");

@@ -1197,0 +1197,0 @@ if(csvData && csvData.length > excelCharLimit) {

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