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

apexcharts

Package Overview
Dependencies
Maintainers
1
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 1.3.20 to 1.3.21

2

package.json
{
"name": "apexcharts",
"description": "A JavaScript Chart Library",
"version": "1.3.20",
"version": "1.3.21",
"main": "dist/apexcharts.min.js",

@@ -6,0 +6,0 @@ "directories": {

@@ -66,3 +66,3 @@ import Utils from './../utils/Utils'

if (Utils.isFirefox) {
if (Utils.isFirefox()) {
return

@@ -95,3 +95,3 @@ }

if (Utils.isFirefox) {
if (Utils.isFirefox()) {
return

@@ -167,3 +167,3 @@ }

let shadowBlur = null
if (Utils.isSafari || Utils.isFirefox) {
if (Utils.isSafari() || Utils.isFirefox()) {
// safari/firefox has some alternative way to use this filter

@@ -170,0 +170,0 @@ shadowBlur = add.flood('black', opacity).composite(add.sourceAlpha, 'in').offset(left, top).gaussianBlur(blur)

@@ -238,2 +238,6 @@ import Dimensions from './Dimensions'

}
if (!w.config.legend.onItemClick.toggleDataSeries) {
elLegend.node.classList.add('no-click')
}
}

@@ -240,0 +244,0 @@

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