highcharts-angular
Advanced tools
Comparing version 3.1.2 to 4.0.0
@@ -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 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
47517
13
237
454
2