Comparing version 3.5.8 to 3.5.9
@@ -91,3 +91,3 @@ /* SQB | ||
if (['and', 'or'].includes(n.toLowerCase())) { | ||
op = Op[n]; | ||
op = Op[n.toLowerCase()]; | ||
result.push(Array.isArray(v) ? op.apply(null, v) : op(v)); | ||
@@ -94,0 +94,0 @@ continue; |
{ | ||
"name": "sqb", | ||
"description": "Extensible, multi-dialect SQL query builder and Database connection framework for JavaScript", | ||
"version": "3.5.8", | ||
"version": "3.5.9", | ||
"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
120598