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.1 to 1.3.2

dist/vue-apexcharts.d.ts

15

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

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

"peerDependencies": {
"apexcharts": "^3.0.0"
"apexcharts": "^3.6.5"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.4.0",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-env": "^7.4.2",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-eslint": "^5.0.0",
"rollup-plugin-copy": "^0.2.3",
"rollup-plugin-eslint": "^5.1.0",
"rollup-plugin-istanbul": "^2.0.1",

@@ -40,0 +41,0 @@ "rollup-plugin-node-resolve": "^3.4.0",

@@ -58,3 +58,3 @@ <p align="center"><img src="https://apexcharts.com/media/vue-apexcharts.png"></p>

name: 'series-1',
data: [30, 40, 45, 50, 49, 60, 70, 91]
data: [30, 40, 35, 50, 49, 60, 70, 91]
}]

@@ -61,0 +61,0 @@ }

import babel from 'rollup-plugin-babel';
import resolve from 'rollup-plugin-node-resolve';
import commonjs from 'rollup-plugin-commonjs';
import copy from 'rollup-plugin-copy';

@@ -12,2 +13,6 @@ let pluginOptions = [

exclude: 'node_modules/**'
}),
copy({
'typings': 'dist',
verbose: true
})

@@ -14,0 +19,0 @@ ];

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