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.4 to 0.0.5

3

index.js

@@ -34,2 +34,3 @@ /**

this.controlFields = cF;
return this;
}

@@ -59,3 +60,3 @@

throw new Error(field + " was missing");
} else if (_data[field] == null || data[field].trim() == "") {
} else if (data[field] == null || data[field].trim() == "") {
throw new Error(field + " was empty");

@@ -62,0 +63,0 @@ }

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