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

6

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

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

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

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

"peerDependencies": {
"ag-charts-community": "9.0.1",
"ag-charts-community": "9.0.2",
"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"

@@ -13,3 +13,4 @@ {

"{projectRoot}/src/**",
"{projectRoot}/main.(js|d.ts)"
"{projectRoot}/main.(js|d.ts)",
"{projectRoot}/node_modules/vue/package.json"
],

@@ -27,10 +28,3 @@ "outputs": ["{projectRoot}/dist"],

"cwd": "packages/ag-charts-vue",
"commands": [
{
"command": "mkdir -p ../../dist/packages"
},
{
"command": "yarn pack -f ../../dist/packages/ag-charts-vue.tgz"
}
]
"commands": ["mkdir -p ../../dist/packages", "yarn pack -f ../../dist/packages/ag-charts-vue.tgz"]
}

@@ -44,8 +38,4 @@ },

"commands": [
{
"command": "mkdir -p dist/packages/contents/ag-charts-vue"
},
{
"command": "tar -xzf dist/packages/ag-charts-vue.tgz -C dist/packages/contents/ag-charts-vue/"
}
"mkdir -p dist/packages/contents/ag-charts-vue",
"tar -xzf dist/packages/ag-charts-vue.tgz -C dist/packages/contents/ag-charts-vue/"
]

@@ -58,7 +48,3 @@ }

"options": {
"commands": [
{
"command": "node tools/sanity-check-package.js dist/packages/contents/ag-charts-vue/package"
}
]
"commands": ["node tools/sanity-check-package.js dist/packages/contents/ag-charts-vue/package"]
}

@@ -65,0 +51,0 @@ }

@@ -1,2 +0,2 @@

<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>
<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>

@@ -3,0 +3,0 @@ [![Github Stars](https://img.shields.io/github/stars/ag-grid/ag-charts?style=social)](https://github.com/ag-grid/ag-charts) [![Twitter](https://img.shields.io/twitter/follow/ag_grid?style=social)](https://twitter.com/ag_grid)

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