Socket
Socket
Sign inDemoInstall

ag-charts-angular

Package Overview
Dependencies
6
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.0 to 9.0.1

esm2020/ag-charts-angular.mjs

73

package.json
{
"name": "ag-charts-angular",
"version": "9.0.0",
"scripts": {
"ng": "ng",
"build": "ng build",
"build-prod": "npm run build",
"lint": "# ng lint"
},
"version": "9.0.1",
"repository": {

@@ -21,3 +15,2 @@ "type": "git",

],
"author": "AG Grid <info@ag-grid.com>",
"license": "MIT",

@@ -28,42 +21,30 @@ "bugs": {

"homepage": "https://charts.ag-grid.com/",
"private": false,
"module": "./dist/ag-charts-angular/fesm2015/ag-charts-angular.mjs",
"typings": "./dist/ag-charts-angular/index.d.ts",
"peerDependencies": {
"@angular/common": ">= 14.0.0",
"@angular/core": ">= 14.0.0"
},
"dependencies": {
"@angular/animations": "^14.3.0",
"@angular/common": "^14.3.0",
"@angular/compiler": "^14.3.0",
"@angular/core": "^14.3.0",
"@angular/forms": "^14.3.0",
"@angular/platform-browser": "^14.3.0",
"@angular/platform-browser-dynamic": "^14.3.0",
"@angular/router": "^14.3.0",
"ag-charts-community": "9.0.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
"ag-charts-community": "9.0.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.12",
"@angular-eslint/builder": "12.7.0",
"@angular-eslint/eslint-plugin": "12.7.0",
"@angular-eslint/eslint-plugin-template": "12.7.0",
"@angular-eslint/schematics": "12.7.0",
"@angular-eslint/template-parser": "12.7.0",
"@angular/cli": "^14.2.12",
"@angular/compiler-cli": "^14.3.0",
"@types/jasmine": "~4.0.0",
"@types/node": "^18.18.10",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"eslint": "^7.26.0",
"jasmine-core": "~4.3.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ng-packagr": "^14.2.2",
"typescript": "~4.7.4"
}
}
"module": "fesm2015/ag-charts-angular.mjs",
"es2020": "fesm2020/ag-charts-angular.mjs",
"esm2020": "esm2020/ag-charts-angular.mjs",
"fesm2020": "fesm2020/ag-charts-angular.mjs",
"fesm2015": "fesm2015/ag-charts-angular.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/ag-charts-angular.mjs",
"es2020": "./fesm2020/ag-charts-angular.mjs",
"es2015": "./fesm2015/ag-charts-angular.mjs",
"node": "./fesm2015/ag-charts-angular.mjs",
"default": "./fesm2020/ag-charts-angular.mjs"
}
},
"sideEffects": false
}

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

@@ -11,3 +11,3 @@ [![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)

# AG Charts React Community
# AG Charts Angular Community

@@ -14,0 +14,0 @@ AG Charts is a fully-featured and highly customizable JavaScript charting library. The professional choice for developers building enterprise applications

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