fastquery-builder
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -23,3 +23,3 @@ function transformFilter(col, value) { | ||
export function join(list) { | ||
function join(list) { | ||
return list.reduce((acc, filter) => `${acc} AND ${filter}`, ""); | ||
@@ -137,2 +137,3 @@ } | ||
having, | ||
join, | ||
}; |
{ | ||
"name": "fastquery-builder", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Make your query fast and build it easly", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5383
136