highcharts-export-server
Advanced tools
Comparing version 0.1.17 to 0.1.18
@@ -206,4 +206,9 @@ /* | ||
replace(/\n/g, ''). | ||
replace(/\r/g, '') | ||
replace(/\r/g, ''). | ||
trim() | ||
; | ||
if (exportOptions.str[exportOptions.str.length - 1] === ';') { | ||
exportOptions.str = exportOptions.str.substr(0, exportOptions.str.length - 1); | ||
} | ||
@@ -210,0 +215,0 @@ return doExport(exportOptions, false, startTime, fn); |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"bin": { | ||
@@ -11,0 +11,0 @@ "highcharts-export-server": "./bin/cli.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
107200
1639