Comparing version 0.0.4 to 0.0.5
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41482
640