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

vue3-apexcharts

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-apexcharts - npm Package Compare versions

Comparing version 1.4.4 to 1.5.0

40

package.json
{
"name": "vue3-apexcharts",
"version": "1.4.4",
"main": "./dist/vue3-apexcharts.common.js",
"type": "module",
"version": "1.5.0",
"main": "./dist/vue3-apexcharts.umd.cjs",
"module": "./dist/vue3-apexcharts.js",
"private": false,
"exports": {
".": {
"import": "./dist/vue3-apexcharts.js",
"require": "./dist/vue3-apexcharts.umd.cjs"
}
},
"scripts": {
"test": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"build": "vue-cli-service build --target lib --name vue3-apexcharts src/index.js && copyfiles --flat typings/*.ts dist"
"dev": "vite",
"build": "vite build",
"types": "vue-tsc ",
"preview": "vite preview",
"prepare": "vite build"
},

@@ -38,17 +48,11 @@ "typings": "./typings/vue-apexcharts.d.ts",

"devDependencies": {
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0-0",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/test-utils": "^2.0.0-0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^7.0.0-0",
"apexcharts": "^3.41.0",
"typescript": "~3.9.3",
"@types/node": "^20.2.5",
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vue-tsc": "^1.4.2",
"apexcharts": "^3.45.2",
"vue": "^3.0.0",
"copyfiles": "2.4.0",
"vue-jest": "^5.0.0-0"
"copyfiles": "2.4.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