New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ods-charts

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ods-charts - npm Package Compare versions

Comparing version 0.1.0-alpha.12 to 0.1.0-alpha.13

47

dist/src/theme/ODS.project.d.ts

@@ -337,5 +337,46 @@ /**

};
dataZoom: {
handleSize: string;
textStyle: {};
dataZoom?: {
borderColor?: string;
textStyle?: {
color: string;
};
brushStyle?: {
color: string;
};
handleStyle?: {
color?: string;
borderColor?: string;
};
moveHandleStyle?: {
color?: string;
opacity?: number;
};
fillerColor?: string;
emphasis?: {
handleStyle?: {
borderColor?: string;
color?: string;
};
moveHandleStyle: {
color?: string;
opacity?: number;
};
};
dataBackground?: {
lineStyle?: {
color?: string;
width?: number;
};
areaStyle?: {
color?: string;
};
};
selectedDataBackground?: {
lineStyle?: {
color?: string;
};
areaStyle?: {
color?: string;
};
};
};

@@ -342,0 +383,0 @@ markPoint: {

8

package.json
{
"name": "ods-charts",
"description": "ODS Charts is based on Apache ECharts and provides Orange charts components.",
"version": "0.1.0-alpha.12",
"version": "0.1.0-alpha.13",
"author": "Orange SA",

@@ -34,7 +34,7 @@ "contributors": [],

"ts-loader": "^9.5.1",
"typedoc": "^0.26.7",
"typescript": "^5.6.2",
"webpack": "^5.94.0",
"typedoc": "^0.26.11",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
}
}

@@ -0,0 +0,0 @@ <h1 align="center">Orange Design System Charts</h1>

Sorry, the diff of this file is too big to display

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