Socket
Socket
Sign inDemoInstall

ag-charts-vue

Package Overview
Dependencies
26
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.2 to 9.1.0

6

package.json
{
"name": "ag-charts-vue",
"description": "AG Charts Vue Component",
"version": "9.0.2",
"version": "9.1.0",
"author": "AG Grid <info@ag-grid.com>",

@@ -34,3 +34,3 @@ "license": "MIT",

"@vue/cli-service": "3.12.1",
"ag-charts-community": "9.0.2",
"ag-charts-community": "9.1.0",
"rimraf": "3.0.2",

@@ -44,3 +44,3 @@ "typescript": "~4.7.4",

"peerDependencies": {
"ag-charts-community": "9.0.2",
"ag-charts-community": "9.1.0",
"vue": ">= 2.2 <= 2.5.17 || >= 2.5.20",

@@ -47,0 +47,0 @@ "vue-property-decorator": "^7.2.0 || ^8.0.0 || ^9.1.2"

@@ -24,5 +24,6 @@ {

"dependsOn": ["build"],
"outputs": ["{workspaceRoot}/dist/packages/ag-charts-vue.tgz"],
"outputs": ["{workspaceRoot}/dist/{projectRoot}.tgz"],
"options": {
"cwd": "packages/ag-charts-vue",
"parallel": false,
"commands": ["mkdir -p ../../dist/packages", "yarn pack -f ../../dist/packages/ag-charts-vue.tgz"]

@@ -34,4 +35,6 @@ }

"dependsOn": ["pack"],
"inputs": ["{workspaceRoot}/dist/{projectRoot}.tgz"],
"outputs": ["{workspaceRoot}/dist/packages/contents/ag-charts-vue/"],
"options": {
"parallel": false,
"commands": [

@@ -46,2 +49,3 @@ "mkdir -p dist/packages/contents/ag-charts-vue",

"dependsOn": ["pack:extract"],
"inputs": ["{workspaceRoot}/dist/packages/contents/ag-charts-vue/"],
"options": {

@@ -48,0 +52,0 @@ "commands": ["node tools/sanity-check-package.js dist/packages/contents/ag-charts-vue/package"]

@@ -32,3 +32,3 @@ <picture><source media="(prefers-color-scheme: dark)" srcset="./.github/banner-dark.png"><source media="(prefers-color-scheme: light)" srcset="./.github/banner-light.png"><img alt="AG Charts canvas-based charting trusted by the community, built for enterprise." src="./.github/banner-light.png"></picture>

- Pie
- Doughnut
- Donut
- Histogram

@@ -35,0 +35,0 @@ - Box Plot \*

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