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

d2-charts-api

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d2-charts-api - npm Package Compare versions

Comparing version 25.0.10 to 25.0.11

5

lib/config/generators/highcharts/index.js

@@ -31,2 +31,6 @@ 'use strict';

var _highchartsExporting = require('highcharts-exporting');
var _highchartsExporting2 = _interopRequireDefault(_highchartsExporting);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -38,4 +42,5 @@

(0, _highchartsNoDataToDisplay2.default)(_highcharts2.default);
(0, _highchartsExporting2.default)(_highcharts2.default);
;
//# sourceMappingURL=index.js.map

7

package.json
{
"name": "d2-charts-api",
"version": "25.0.10",
"version": "25.0.11",
"description": "DHIS2 charts api",

@@ -15,6 +15,7 @@ "main": "index.html",

"d3-color": "1.0.1",
"highcharts": "5.0.7",
"highcharts": "5.0.10",
"highcharts-more": "0.1.2",
"highcharts-solid-gauge": "0.1.2",
"highcharts-no-data-to-display": "0.1.2"
"highcharts-no-data-to-display": "0.1.2",
"highcharts-exporting": "0.1.2"
},

@@ -21,0 +22,0 @@ "devDependencies": {

@@ -5,2 +5,3 @@ import H from 'highcharts';

import HNDTD from 'highcharts-no-data-to-display';
import HE from 'highcharts-exporting';

@@ -11,2 +12,3 @@ // apply

HNDTD(H);
HE(H);

@@ -13,0 +15,0 @@ export default function (config, el) {

Sorry, the diff of this file is not supported yet

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