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.1 to 0.1.11

15

build.js

@@ -99,4 +99,15 @@ #!/usr/bin/env node

function embedAll() {
console.log('Pulling latest Highcharts');
embed(cdnScriptsStyled.concat(cdnScriptsCommon), 'export_styled');
embed(cdnScriptsStandard.concat(cdnScriptsCommon), 'export');
}
console.log(fs.readFileSync(__dirname + '/msg/licenseagree.msg').toString().bold);
if (process.env.ACCEPT_HIGHCHARTS_LICENSE) {
embedAll();
return;
}
prompt.message = '';

@@ -109,5 +120,3 @@ prompt.start();

if (result.agree === 'Y' || result.agree === 'YES') {
console.log('Pulling latest Highcharts');
embed(cdnScriptsStyled.concat(cdnScriptsCommon), 'export_styled');
embed(cdnScriptsStandard.concat(cdnScriptsCommon), 'export');
embedAll();
} else {

@@ -114,0 +123,0 @@ console.log('License terms not accepted, aborting'.red);

2

package.json

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

},
"version": "0.1.1",
"version": "0.1.11",
"bin": {

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

# Highcharts Node.js Export Server
**NOTE: This is currently in beta**
The export server can be ran as both a CLI converter, and as a HTTP server.

@@ -4,0 +6,0 @@

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