Socket
Socket
Sign inDemoInstall

vue-apexcharts

Package Overview
Dependencies
20
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.0 to 1.6.1

2

dist/vue-apexcharts.d.ts

@@ -10,3 +10,3 @@ import Vue, { Component, ComponentOptions } from 'vue';

options?: ApexOptions;
type?: 'line' | 'area' | 'bar' | 'histogram' | 'pie' | 'donut' | 'radialBar' | 'rangeBar' | 'scatter' | 'bubble' | 'heatmap' | 'candlestick' | 'radar' | 'polarArea';
type?: 'line' | 'area' | 'bar' | 'histogram' | 'pie' | 'donut' | 'radialBar' | 'rangeBar' | 'scatter' | 'bubble' | 'heatmap' | 'candlestick' | 'radar' | 'polarArea' | 'treemap' | 'boxPlot';
series: any;

@@ -13,0 +13,0 @@ width?: string | number;

@@ -11,3 +11,3 @@ {

"dependencies": {
"apexcharts": "^3.19.3",
"apexcharts": "^3.24.0",
"vue": "^2.5.17",

@@ -14,0 +14,0 @@ "vue-apexcharts": "^1.5.3",

{
"name": "vue-apexcharts",
"version": "1.6.0",
"version": "1.6.1",
"description": "Vue.js wrapper for ApexCharts",

@@ -26,3 +26,3 @@ "main": "dist/vue-apexcharts.js",

"peerDependencies": {
"apexcharts": "^3.6.6"
"apexcharts": "^3.26.0"
},

@@ -29,0 +29,0 @@ "devDependencies": {

@@ -10,3 +10,3 @@ import Vue, { Component, ComponentOptions } from 'vue';

options?: ApexOptions;
type?: 'line' | 'area' | 'bar' | 'histogram' | 'pie' | 'donut' | 'radialBar' | 'rangeBar' | 'scatter' | 'bubble' | 'heatmap' | 'candlestick' | 'radar' | 'polarArea';
type?: 'line' | 'area' | 'bar' | 'histogram' | 'pie' | 'donut' | 'radialBar' | 'rangeBar' | 'scatter' | 'bubble' | 'heatmap' | 'candlestick' | 'radar' | 'polarArea' | 'treemap' | 'boxPlot';
series: any;

@@ -13,0 +13,0 @@ width?: string | number;

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc