New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 26.0.3 to 26.0.4

5

lib/config/generators/highcharts/index.js

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

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

@@ -47,5 +43,4 @@

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

2

package.json
{
"name": "d2-charts-api",
"version": "26.0.3",
"version": "26.0.4",
"description": "DHIS2 charts api",

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

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

import HE from 'highcharts-exporting';
import HOE from 'highcharts-offline-exporting';

@@ -14,3 +13,2 @@ // apply

HE(H);
HOE(H);

@@ -17,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