@talend/daikon-tql-client
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -35,3 +35,3 @@ 'use strict'; | ||
function wrap(value) { | ||
return isString(value) ? '\'' + value + '\'' : value; | ||
return isString(value) ? '\'' + value.replace(/'/g, "\\'") + '\'' : value; | ||
} | ||
@@ -38,0 +38,0 @@ |
@@ -61,3 +61,3 @@ { | ||
}, | ||
"version": "1.3.0" | ||
"version": "1.3.1" | ||
} |
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
71620