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

apexcharts

Package Overview
Dependencies
Maintainers
2
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apexcharts - npm Package Compare versions

Comparing version 3.36.1 to 3.36.2

2

package.json
{
"name": "apexcharts",
"version": "3.36.1",
"version": "3.36.2",
"description": "A JavaScript Chart Library",

@@ -5,0 +5,0 @@ "repository": {

@@ -305,4 +305,7 @@ import Annotations from './modules/annotations/Annotations'

}
w.globals.dom.elGraphical.add(elgrid.elGridBorders)
if (elgrid && elgrid.elGridBorders && elgrid.elGridBorders.node) {
w.globals.dom.elGraphical.add(elgrid.elGridBorders)
}
if (w.config.xaxis.crosshairs.position === 'front') {

@@ -309,0 +312,0 @@ me.crosshairs.drawXCrosshairs()

@@ -460,2 +460,3 @@ import CoreUtils from '../CoreUtils'

this.elgridLinesH.hide()
this.elGridBorders.hide()
}

@@ -462,0 +463,0 @@

@@ -315,3 +315,6 @@ import Graphics from './Graphics'

if (fillConfig) {
fillCnf = fillConfig
fillCnf = {
...fillCnf,
...fillConfig
}
}

@@ -318,0 +321,0 @@ const opts = this.opts

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