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 32.0.5 to 32.0.6

5

lib/config/adapters/dhis_highcharts/index.js

@@ -157,3 +157,6 @@ 'use strict';

targetLineLabel: layout.targetLineLabel || layout.targetLineTitle,
baseLineLabel: layout.baseLineLabel || layout.baseLineTitle
baseLineLabel: layout.baseLineLabel || layout.baseLineTitle,
// DHIS2-6774: make sure seriesItems is initialized as Array when switching
// visualization type in dashboards app
seriesItems: layout.seriesItems || []
});

@@ -160,0 +163,0 @@ };

2

package.json
{
"name": "d2-charts-api",
"version": "32.0.5",
"version": "32.0.6",
"description": "DHIS2 charts api",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -25,2 +25,5 @@ import objectClean from 'd2-utilizr/lib/objectClean';

baseLineLabel: layout.baseLineLabel || layout.baseLineTitle,
// DHIS2-6774: make sure seriesItems is initialized as Array when switching
// visualization type in dashboards app
seriesItems: layout.seriesItems || [],
});

@@ -27,0 +30,0 @@

Sorry, the diff of this file is not supported yet

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