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.37.0 to 5.37.1

11

CHANGELOG.md

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

## [5.37.1](https://github.com/forter/web-components/compare/@forter/chart@5.37.0...@forter/chart@5.37.1) (2023-07-23)
### Bug Fixes
* **chart:** x axis min based for last 24 hours ([b09bf55](https://github.com/forter/web-components/commit/b09bf55))
# [5.37.0](https://github.com/forter/web-components/compare/@forter/chart@5.36.1...@forter/chart@5.37.0) (2023-07-03)

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

2

chart-config-builders/time-axis-config-builder.js

@@ -50,3 +50,3 @@ import { merge } from 'lodash-es';

if (diff < hour) {
if (diff < hour || diff === day) {
return 'minute';

@@ -53,0 +53,0 @@ }

{
"name": "@forter/chart",
"version": "5.37.0",
"version": "5.37.1",
"description": "chart from Forter Components",

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

},
"gitHead": "acf9f6be46b51cbe2c37fb21db379a5c53fcf151"
"gitHead": "3f34ffb5f048aac501cc08fea8f8bfe7d997b7b4"
}

@@ -36,3 +36,3 @@ import { merge } from 'lodash-es';

const diff = max - min;
if (diff < hour) {
if (diff < hour || diff === day) {
return 'minute';

@@ -39,0 +39,0 @@ }

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