Comparing version 3.5.7 to 3.5.8
@@ -90,3 +90,3 @@ /* SQB | ||
const v = obj[n]; | ||
if (n === 'and' || n === 'or') { | ||
if (['and', 'or'].includes(n.toLowerCase())) { | ||
op = Op[n]; | ||
@@ -93,0 +93,0 @@ result.push(Array.isArray(v) ? op.apply(null, v) : op(v)); |
{ | ||
"name": "sqb", | ||
"description": "Extensible, multi-dialect SQL query builder and Database connection framework for JavaScript", | ||
"version": "3.5.7", | ||
"version": "3.5.8", | ||
"author": "Panates Ltd.", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
120584