Socket
Socket
Sign inDemoInstall

mg-dbop

Package Overview
Dependencies
18
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.7 to 0.0.8

4

index.js

@@ -43,3 +43,3 @@ /**

field = field.trim();
if ( _.has(data, field) && data[field] == "" ){
if ( _.has(data, field) && data[field] != null && data[field].trim() == "" ){
data[field] = null;

@@ -49,3 +49,3 @@ }

return this;
},
}

@@ -52,0 +52,0 @@

{
"name": "mg-dbop",
"private" : false,
"version": "0.0.7",
"version": "0.0.8",
"homepage": "https://github.com/MacLaurinGroup/dbOp",

@@ -6,0 +6,0 @@ "description": "Query builder, and validator, for MySQL and node that utilizes the underlying table to provide a level of checking",

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