flexmonster-compressor
Advanced tools
Comparing version 2.7.19 to 2.7.20
{ | ||
"name": "flexmonster-compressor", | ||
"version": "2.7.19", | ||
"version": "2.7.20", | ||
"description": "Flexmonster Compressor for Node.js – a special server-side compression tool that helps you to increase data loading speed from server to Flexmonster Pivot Table component.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,2 +13,4 @@ const version = require('../version'); | ||
_quotesObfuscaterRegexp = new RegExp("\"", "g"); | ||
get timeZone() { | ||
@@ -76,3 +78,3 @@ return this._timeZone; | ||
let v = value ? value.toString() : ""; | ||
return `"${v}"`; | ||
return `"${v.replace(this._quotesObfuscaterRegexp, "\"\"")}"`; | ||
} else if (type == ColumnType.DATE || | ||
@@ -79,0 +81,0 @@ type == ColumnType.DATE_STRING || |
module.exports = { | ||
VERSION: "2.7.19", | ||
VERSION: "2.7.20", | ||
VERSION_COMPATIBLE: "2.7.13" | ||
} |
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
249939
6274