Socket
Socket
Sign inDemoInstall

@carbon/charts

Package Overview
Dependencies
Maintainers
7
Versions
544
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@carbon/charts - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.7.1](https://github.com/IBM/carbon-charts/compare/v0.7.0...v0.7.1) (2018-11-12)
### Bug Fixes
* **core:** Refactor thresholds to support a range of values, closes [#85](https://github.com/IBM/carbon-charts/issues/85) ([50b44c0](https://github.com/IBM/carbon-charts/commit/50b44c0))
# [0.7.0](https://github.com/IBM/carbon-charts/compare/v0.6.2...v0.7.0) (2018-11-12)

@@ -8,0 +19,0 @@

6

dist/demo/demo-data/line.d.ts

@@ -16,2 +16,4 @@ export declare const curvedLineData: {

y: {
yMaxAdjuster: (yMax: any) => number;
yMinAdjuster: (yMin: any) => number;
formatter: (axisValue: any) => string;

@@ -45,5 +47,7 @@ };

y: {
yMaxAdjuster: (yMax: any) => number;
yMinAdjuster: (yMin: any) => number;
formatter: (axisValue: any) => string;
thresholds: {
value: number;
range: number[];
theme: string;

@@ -50,0 +54,0 @@ }[];

4

package.json
{
"name": "@carbon/charts",
"version": "0.7.0",
"version": "0.7.1",
"description": "Carbon charting components",

@@ -85,3 +85,3 @@ "files": [

],
"gitHead": "e66f8c53547b1f9562188df66efa9c0ce70c7fe8"
"gitHead": "2d78abda07b162d8b81ccb16442eef32505f503f"
}

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

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