Socket
Socket
Sign inDemoInstall

apexcharts

Package Overview
Dependencies
Maintainers
1
Versions
220
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.18 to 1.3.19

4

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

@@ -21,3 +21,3 @@ "directories": {

"svg.filter.js": "^2.0.2",
"svg.js": "^2.6.5",
"svg.js": "^2.6.6",
"svg.pathmorphing.js": "^0.1.3",

@@ -24,0 +24,0 @@ "svg.resize.js": "^1.4.1",

@@ -474,2 +474,4 @@ import Fill from '../modules/Fill'

if (angle === 360) return
elPath.plot(path).animate(1).plot(pathFrom).animate(100).plot(path)

@@ -476,0 +478,0 @@ }

@@ -43,3 +43,9 @@ /**

grid: {
show: false
show: false,
padding: {
left: 0,
right: 0,
top: 0,
bottom: 0
}
},

@@ -46,0 +52,0 @@ legend: {

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