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

vue-apexcharts

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-apexcharts - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

dist/vue-apexcharts.js

@@ -64,2 +64,5 @@ (function (global, factory) {

},
beforeMount: function beforeMount() {
window.ApexCharts = ApexCharts;
},
mounted: function mounted() {

@@ -216,2 +219,3 @@ this.init();

var VueApexCharts = ApexChartsComponent;
window.ApexCharts = ApexCharts;

@@ -218,0 +222,0 @@ VueApexCharts.install = function (Vue) {

2

package.json
{
"name": "vue-apexcharts",
"version": "1.3.0",
"version": "1.3.1",
"description": "Vue.js wrapper for ApexCharts",

@@ -5,0 +5,0 @@ "main": "dist/vue-apexcharts.js",

@@ -29,2 +29,5 @@ import ApexCharts from 'apexcharts'

},
beforeMount() {
window.ApexCharts = ApexCharts
},
mounted () {

@@ -31,0 +34,0 @@ this.init()

@@ -5,2 +5,3 @@ import ApexCharts from 'apexcharts'

const VueApexCharts = ApexChartsComponent;
window.ApexCharts = ApexCharts;

@@ -7,0 +8,0 @@ VueApexCharts.install = function (Vue) {

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