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 27.0.7 to 27.0.8

14

lib/config/adapters/dhis_highcharts/getCategories.js

@@ -25,16 +25,2 @@ 'use strict';

;
/*
let categories;
if (isArray(ids) && ids.length) {
categories = [];
ids.forEach(id => {
categories.push(metaData.items[id].name);
});
}
return categories;
*/
//# sourceMappingURL=getCategories.js.map

2

lib/config/adapters/dhis_highcharts/subtitle/index.js

@@ -18,3 +18,3 @@ 'use strict';

} else {
var filterTitle = (0, _getFilterTitle2.default)(layout, metaData);
var filterTitle = (0, _getFilterTitle2.default)(layout.filters, metaData);

@@ -21,0 +21,0 @@ switch (layout.type) {

{
"name": "d2-charts-api",
"version": "27.0.7",
"version": "27.0.8",
"description": "DHIS2 charts api",

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

@@ -10,17 +10,2 @@ import isArray from 'd2-utilizr/lib/isArray';

return dimensionIds.map(id => metaData.items[id].name);
};
/*
let categories;
if (isArray(ids) && ids.length) {
categories = [];
ids.forEach(id => {
categories.push(metaData.items[id].name);
});
}
return categories;
*/
};

@@ -48,3 +48,3 @@ import isString from 'd2-utilizr/lib/isString';

else {
const filterTitle = getFilterTitle(layout, metaData);
const filterTitle = getFilterTitle(layout.filters, metaData);

@@ -51,0 +51,0 @@ switch(layout.type) {

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