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.33.0 to 5.33.1

11

CHANGELOG.md

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

## [5.33.1](https://github.com/forter/web-components/compare/@forter/chart@5.33.0...@forter/chart@5.33.1) (2023-06-13)
### Bug Fixes
* **chart:** fix legend toggle to refresh on data load ([62283a4](https://github.com/forter/web-components/commit/62283a4))
# [5.33.0](https://github.com/forter/web-components/compare/@forter/chart@5.32.0...@forter/chart@5.33.0) (2023-06-07)

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

1

FcChart.js

@@ -158,2 +158,3 @@ import { defineProperty as _defineProperty } from './_virtual/_rollupPluginBabelHelpers.js';

super.updated(_changedProperties);
this.isLegendExpandIndicatorVisible = this.legendContainer.scrollHeight < this.minExpandHeight;
const {

@@ -160,0 +161,0 @@ config

4

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

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

},
"gitHead": "a2d3d404500bac6506d40d14579fa80099a104b9"
"gitHead": "5c2b12318bdfb61f7de6f307baef450413d4e21d"
}

@@ -131,2 +131,3 @@ /* eslint-disable max-len */

super.updated(_changedProperties);
this.isLegendExpandIndicatorVisible = this.legendContainer.scrollHeight < this.minExpandHeight;
const { config } = this;

@@ -133,0 +134,0 @@ if (!this.hasConfigChanged(config)) {

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