Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

highcharts-export-server

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

highcharts-export-server - npm Package Compare versions

Comparing version 0.1.17 to 0.1.18

7

lib/chart.js

@@ -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);

2

package.json

@@ -8,3 +8,3 @@ {

},
"version": "0.1.17",
"version": "0.1.18",
"bin": {

@@ -11,0 +11,0 @@ "highcharts-export-server": "./bin/cli.js"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc