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

ag-charts-vue3

Package Overview
Dependencies
Maintainers
0
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-charts-vue3 - npm Package Compare versions

Comparing version 10.2.0 to 10.3.0

6

dist/package/package.json
{
"name": "ag-charts-vue3",
"description": "AG Charts Vue 3 Component",
"version": "10.2.0",
"version": "10.3.0",
"author": "AG Grid <info@ag-grid.com>",

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

"devDependencies": {
"ag-charts-community": "10.2.0",
"ag-charts-community": "10.3.0",
"@types/node": "18.18.11",

@@ -53,3 +53,3 @@ "typescript": "^5.4.5",

"peerDependencies": {
"ag-charts-community": "10.2.0",
"ag-charts-community": "10.3.0",
"vue": "^3.0.0"

@@ -56,0 +56,0 @@ },

{
"name": "ag-charts-vue3",
"description": "AG Charts Vue 3 Component",
"version": "10.2.0",
"version": "10.3.0",
"author": "AG Grid <info@ag-grid.com>",

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

"devDependencies": {
"ag-charts-community": "10.2.0",
"ag-charts-community": "10.3.0",
"@types/node": "18.18.11",

@@ -53,3 +53,3 @@ "typescript": "^5.4.5",

"peerDependencies": {
"ag-charts-community": "10.2.0",
"ag-charts-community": "10.3.0",
"vue": "^3.0.0"

@@ -56,0 +56,0 @@ },

The MIT License
Copyright (c) 2015-2019 AG GRID LTD
Copyright (c) 2015-2024 AG GRID LTD

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "ag-charts-vue3",
"description": "AG Charts Vue 3 Component",
"version": "10.2.0",
"version": "10.3.0",
"author": "AG Grid <info@ag-grid.com>",

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

"devDependencies": {
"ag-charts-community": "10.2.0",
"ag-charts-community": "10.3.0",
"@types/node": "18.18.11",

@@ -53,3 +53,3 @@ "typescript": "^5.4.5",

"peerDependencies": {
"ag-charts-community": "10.2.0",
"ag-charts-community": "10.3.0",
"vue": "^3.0.0"

@@ -56,0 +56,0 @@ },

@@ -18,60 +18,10 @@ {

"build:types": {
"executor": "@nx/js:tsc",
"dependsOn": ["^build:types"],
"inputs": [
"{projectRoot}/package.json",
"{projectRoot}/src/**/*",
"{projectRoot}/tsconfig.*.json",
"tsDeclarations",
"sharedGlobals",
"defaultExcludes",
{
"externalDependencies": ["npm:typescript"]
}
],
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "packages/ag-charts-vue3/dist/types",
"main": "packages/ag-charts-vue3/src/index.ts",
"tsConfig": "packages/ag-charts-vue3/tsconfig.types.json",
"compiler": "tsc"
},
"configurations": {
"watch": {},
"production": {}
"main": "{projectRoot}/src/index.ts"
}
},
"build:package": {
"executor": "@nx/esbuild:esbuild",
"dependsOn": ["^build"],
"inputs": [
"{projectRoot}/package.json",
"{projectRoot}/src/**/*",
"{projectRoot}/tsconfig.*.json",
"tsDeclarations",
"sharedGlobals",
"defaultExcludes"
],
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "packages/ag-charts-vue3/dist/package",
"main": "packages/ag-charts-vue3/src/index.ts",
"tsConfig": "packages/ag-charts-vue3/tsconfig.lib.json",
"external": ["ag-charts-community", "vue"],
"esbuildConfig": "esbuild.config.cjs",
"platform": "browser",
"target": "es2020",
"format": ["cjs", "esm"],
"sourcemap": true
},
"configurations": {
"watch": {
"tsConfig": "packages/ag-charts-vue3/tsconfig.watch.json"
},
"staging": {
"sourcemap": false
},
"production": {
"sourcemap": false
}
"main": "{projectRoot}/src/index.ts",
"external": ["ag-charts-community", "vue"]
}

@@ -85,3 +35,3 @@ },

"options": {
"cwd": "packages/ag-charts-vue3",
"cwd": "{projectRoot}",
"parallel": false,

@@ -88,0 +38,0 @@ "commands": ["mkdir -p ../../dist/packages", "yarn pack -f ../../dist/packages/ag-charts-vue3.tgz"]

{
"extends": "./tsconfig.lib.json",
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"types": ["node"]
},
"include": ["src/*.ts"]
"extends": "./tsconfig.lib.json",
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"types": ["node"]
},
"include": ["src/*.ts"]
}
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