Comparing version 0.1.3 to 0.1.4
@@ -361,3 +361,3 @@ import { | ||
typeof MQL_DEBUG.LOG == 'function' ? | ||
MQL_DEBUG.LOG(query) : MQL_DEBUG.LOG && console.log(query); | ||
MQL_DEBUG.LOG(query) : (MQL_DEBUG.LOG && console.log(query)); | ||
}), | ||
@@ -364,0 +364,0 @@ excute_query); |
{ | ||
"name": "mql2", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "query builder", | ||
@@ -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
34057