Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@forter/chart

Package Overview
Dependencies
Maintainers
3
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/chart - npm Package Compare versions

Comparing version 5.28.1 to 5.28.2

11

CHANGELOG.md

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

## [5.28.2](https://github.com/forter/web-components/compare/@forter/chart@5.28.1...@forter/chart@5.28.2) (2022-11-21)
### Bug Fixes
* **chart:** fix sankey colors ([#1135](https://github.com/forter/web-components/issues/1135)) ([6233fc2](https://github.com/forter/web-components/commit/6233fc2))
## [5.28.1](https://github.com/forter/web-components/compare/@forter/chart@5.28.0...@forter/chart@5.28.1) (2022-11-10)

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

8

chart-config-builders/sankey-config-builder.js

@@ -18,2 +18,4 @@ import { merge } from 'lodash-es';

'Approve': '#00BA1F',
'Auto Approve': '#42c3ed',
'Approve 3DS': '#5b59ea',
'3DS': '#00D894',

@@ -26,2 +28,5 @@ 'Transactions': '#00D894',

'Decline': '#FF5959',
'Risk': '#a61607',
'Policy': '#f6ba28',
'Hard Decline': '#f78a0e',
'Authenticated': '#00A5FF',

@@ -31,3 +36,4 @@ 'Failed': '#B5BECC',

'No Data': '#FF8A0D',
'default': '#F42BB0'
'default': '#277f9a',
'Not Reviewed': '#00a5ff'
};

@@ -34,0 +40,0 @@

4

package.json
{
"name": "@forter/chart",
"version": "5.28.1",
"version": "5.28.2",
"description": "chart from Forter Components",

@@ -61,3 +61,3 @@ "author": "Forter Developers",

},
"gitHead": "2dfc9610bb7f1ff65c5914b1affb1a041124daee"
"gitHead": "d4f5224d1ce097d913e4a610b65e31d3f9612e0e"
}

@@ -14,2 +14,4 @@ import { merge } from 'lodash-es';

'Approve': '#00BA1F',
'Auto Approve': '#42c3ed',
'Approve 3DS': '#5b59ea',
'3DS': '#00D894',

@@ -22,2 +24,5 @@ 'Transactions': '#00D894',

'Decline': '#FF5959',
'Risk': '#a61607',
'Policy': '#f6ba28',
'Hard Decline': '#f78a0e',
'Authenticated': '#00A5FF',

@@ -27,3 +32,4 @@ 'Failed': '#B5BECC',

'No Data': '#FF8A0D',
'default': '#F42BB0',
'default': '#277f9a',
'Not Reviewed': '#00a5ff'
};

@@ -30,0 +36,0 @@

@@ -25,3 +25,3 @@ import { html } from "lit-html";

const config = seriesConfig
debugger
return html`

@@ -28,0 +28,0 @@ <fc-card>

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