New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

highcharts-angular

Package Overview
Dependencies
Maintainers
6
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

highcharts-angular - npm Package Compare versions

Comparing version 3.1.2 to 4.0.0

esm2022/highcharts-angular.mjs

2

lib/highcharts-chart.component.d.ts

@@ -24,3 +24,3 @@ import { ElementRef, EventEmitter, OnDestroy, NgZone, OnChanges, SimpleChanges } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<HighchartsChartComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<HighchartsChartComponent, "highcharts-chart", never, { "Highcharts": "Highcharts"; "constructorType": "constructorType"; "callbackFunction": "callbackFunction"; "oneToOne": "oneToOne"; "runOutsideAngular": "runOutsideAngular"; "options": "options"; "update": "update"; }, { "updateChange": "updateChange"; "chartInstance": "chartInstance"; }, never, never, false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<HighchartsChartComponent, "highcharts-chart", never, { "Highcharts": { "alias": "Highcharts"; "required": false; }; "constructorType": { "alias": "constructorType"; "required": false; }; "callbackFunction": { "alias": "callbackFunction"; "required": false; }; "oneToOne": { "alias": "oneToOne"; "required": false; }; "runOutsideAngular": { "alias": "runOutsideAngular"; "required": false; }; "options": { "alias": "options"; "required": false; }; "update": { "alias": "update"; "required": false; }; }, { "updateChange": "updateChange"; "chartInstance": "chartInstance"; }, never, never, false, never>;
}
{
"name": "highcharts-angular",
"description": "Highcharts component for Angular.",
"version": "3.1.2",
"version": "4.0.0",
"license": "SEE LICENSE IN <LICENSE>",

@@ -22,4 +22,4 @@ "author": "Black Label <start@blacklabel.pl> (http://blacklabel.pl)",

"peerDependencies": {
"@angular/common": ">=11.0.0",
"@angular/core": ">=11.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"highcharts": ">=9.0.0"

@@ -30,7 +30,3 @@ },

},
"module": "fesm2015/highcharts-angular.mjs",
"es2020": "fesm2020/highcharts-angular.mjs",
"esm2020": "esm2020/highcharts-angular.mjs",
"fesm2020": "fesm2020/highcharts-angular.mjs",
"fesm2015": "fesm2015/highcharts-angular.mjs",
"module": "fesm2022/highcharts-angular.mjs",
"typings": "index.d.ts",

@@ -43,7 +39,5 @@ "exports": {

"types": "./index.d.ts",
"esm2020": "./esm2020/highcharts-angular.mjs",
"es2020": "./fesm2020/highcharts-angular.mjs",
"es2015": "./fesm2015/highcharts-angular.mjs",
"node": "./fesm2015/highcharts-angular.mjs",
"default": "./fesm2020/highcharts-angular.mjs"
"esm2022": "./esm2022/highcharts-angular.mjs",
"esm": "./esm2022/highcharts-angular.mjs",
"default": "./fesm2022/highcharts-angular.mjs"
}

@@ -50,0 +44,0 @@ },

@@ -34,19 +34,10 @@ # Highcharts Angular

**The highcharts-angular version >=3.1.0 requires:**
* **node >=14.13**
* **npm >=8.0.0**
* **angular/cli >=11.0.0**
* **Highcharts >=9.0.0**
| Version | Node | Angular | Highcharts |
|---------------|---------------|---------------|---------------|
| 4.0.0 | >=16.14 | >=16.0.0 | >=11.0.0 |
| 3.1.2 | >=14.13 | >=15.0.0 | >=10.3.3 |
| 3.0.0 | >=14.13 | >=9.0.0 | >=8.0.0 |
| <2.10.0 | >=6.10.2 | >=6.0.0 | >=6.0.0 |
highcharts-angular version 3.0.0 requires:
* node 14.13
* npm >=8.0.0
* angular/cli 9.0.0+
Previous versions were tested and required versions:
* node 6.10.2+
* npm 4.6.1+
* angular/cli 6.0.0+
### Installing

@@ -87,3 +78,3 @@

```html
<highcharts-chart
<highcharts-chart
[Highcharts]="Highcharts"

@@ -90,0 +81,0 @@

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