odata-query-sequelize
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -212,3 +212,5 @@ "use strict"; | ||
// Simple boolean functions (startswith, endswith, contains , substringof //Add by Kritchapon.C) | ||
result.push(op + "(" + propName + "," + handleValue(value[op]) + ")"); | ||
// result.push(`${op}(${propName},${handleValue(value[op])})`); | ||
// EDIT BY KRITCHAPON.C | ||
result.push(op + "(" + handleValue(value[op]) + "," + propName + ")"); | ||
} | ||
@@ -215,0 +217,0 @@ else { |
{ | ||
"name": "odata-query-sequelize", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"author": "Kritchapon.c <kritchapon.c@gmail.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
0
35711
5
479