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

ag-charts-vue

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-charts-vue - npm Package Compare versions

Comparing version 9.1.1 to 9.2.0

7

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

@@ -27,3 +27,2 @@ "license": "MIT",

"clean": "rimraf dist lib",
"build": "tsc -p tsconfig-lib.json && NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build --target lib src/AgChartsVue.ts",
"lint": "# npx vue-cli-service lint"

@@ -35,3 +34,3 @@ },

"@vue/cli-service": "3.12.1",
"ag-charts-community": "9.1.1",
"ag-charts-community": "9.2.0",
"rimraf": "3.0.2",

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

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

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

@@ -8,13 +8,8 @@ {

"build": {
"executor": "nx:run-script",
"inputs": [
"tsDefaults",
"{projectRoot}/(vue|postcss).config.js",
"{projectRoot}/src/**",
"{projectRoot}/main.(js|d.ts)",
"{projectRoot}/node_modules/vue/package.json"
],
"dependsOn": ["ag-charts-community:build:types"],
"inputs": ["{projectRoot}/(vue|postcss).config.js", "{projectRoot}/src/**", "{projectRoot}/main.(js|d.ts)"],
"outputs": ["{projectRoot}/dist"],
"command": "tsc -p tsconfig-lib.json && NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build --target lib src/AgChartsVue.ts",
"options": {
"script": "build"
"cwd": "{projectRoot}"
}

@@ -54,3 +49,3 @@ },

},
"tags": []
"tags": ["fw"]
}
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