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.13 to 0.0.14

4

index.js

@@ -321,3 +321,3 @@ /**

if (data[fieldData] == "") {
if (data[fieldData] == null || data[fieldData] == "") {
data[fieldData] = null;

@@ -336,3 +336,3 @@ } else if ( typeof data[fieldData].getMonth === 'function' ){

if (data[fieldData] == "") {
if (data[fieldData] == null || data[fieldData] == "") {
data[fieldData] = null;

@@ -339,0 +339,0 @@ } else if ( typeof data[fieldData].getMonth === 'function' ){

{
"name": "mg-dbop",
"private" : false,
"version": "0.0.13",
"version": "0.0.14",
"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",

@@ -260,2 +260,4 @@ ## dbOp

* 2019-04-12
* Fixed null pointer with date
* 2019-04-08

@@ -262,0 +264,0 @@ * Fixed the count() ignoring a 'distinct' in the SELECT

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