@syncfusion/ej2-angular-heatmap
Advanced tools
Comparing version 21.1.37 to 21.1.41-ngcc
{ | ||
"_from": "@syncfusion/ej2-angular-heatmap@*", | ||
"_id": "@syncfusion/ej2-angular-heatmap@21.1.35", | ||
"_id": "@syncfusion/ej2-angular-heatmap@21.1.37", | ||
"_inBundle": false, | ||
"_integrity": "sha512-sl9IybxV3rAZ91kuuzAzCQ6Lz3+HHyIJ6vYSNHShQnq6vX2iJ5s1wwgtxAVU4PKRYyuel2cXOFjP2iwxN9AQ7w==", | ||
"_integrity": "sha512-EBT19pkmTQ/RO0Z04xVMbW8yQYPhrLdZ83gibyyr3ZFdQlmT8/2nvmUS+fv2TUtrN2c0WZjRPAV0uGNIgZmT7Q==", | ||
"_location": "/@syncfusion/ej2-angular-heatmap", | ||
@@ -22,6 +22,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-heatmap/-/ej2-angular-heatmap-21.1.35.tgz", | ||
"_shasum": "9f8a0d0ec922c90db12dfb44a08cf433e04c085d", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-heatmap/-/ej2-angular-heatmap-21.1.37.tgz", | ||
"_shasum": "639895d17b4daf0be27f6de54ecd884aa1146241", | ||
"_spec": "@syncfusion/ej2-angular-heatmap@*", | ||
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included", | ||
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included", | ||
"author": { | ||
@@ -35,26 +35,10 @@ "name": "Syncfusion Inc." | ||
"dependencies": { | ||
"@syncfusion/ej2-angular-base": "~21.1.37", | ||
"@syncfusion/ej2-base": "~21.1.37", | ||
"@syncfusion/ej2-heatmap": "21.1.37", | ||
"tslib": "^2.3.0" | ||
"@syncfusion/ej2-angular-base": "~21.1.41", | ||
"@syncfusion/ej2-base": "~21.1.40", | ||
"@syncfusion/ej2-heatmap": "21.1.41" | ||
}, | ||
"deprecated": false, | ||
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Angular", | ||
"es2020": "fesm2020/syncfusion-ej2-angular-heatmap.mjs", | ||
"esm2020": "esm2020/syncfusion-ej2-angular-heatmap.mjs", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./syncfusion-ej2-angular-heatmap.d.ts", | ||
"esm2020": "./esm2020/syncfusion-ej2-angular-heatmap.mjs", | ||
"es2020": "./fesm2020/syncfusion-ej2-angular-heatmap.mjs", | ||
"es2015": "./fesm2015/syncfusion-ej2-angular-heatmap.mjs", | ||
"node": "./fesm2015/syncfusion-ej2-angular-heatmap.mjs", | ||
"default": "./fesm2020/syncfusion-ej2-angular-heatmap.mjs" | ||
} | ||
}, | ||
"fesm2015": "fesm2015/syncfusion-ej2-angular-heatmap.mjs", | ||
"fesm2020": "fesm2020/syncfusion-ej2-angular-heatmap.mjs", | ||
"devDependencies": {}, | ||
"es2015": "@syncfusion/ej2-angular-heatmap.js", | ||
"homepage": "https://www.syncfusion.com/angular-components", | ||
@@ -68,3 +52,5 @@ "keywords": [ | ||
"license": "SEE LICENSE IN license", | ||
"module": "fesm2015/syncfusion-ej2-angular-heatmap.mjs", | ||
"main": "dist/ej2-angular-heatmap.umd.js", | ||
"metadata": "ej2-angular-heatmap.metadata.json", | ||
"module": "@syncfusion/ej2-angular-heatmap.es5.js", | ||
"name": "@syncfusion/ej2-angular-heatmap", | ||
@@ -77,4 +63,4 @@ "repository": { | ||
"sideEffects": false, | ||
"typings": "syncfusion-ej2-angular-heatmap.d.ts", | ||
"version": "21.1.37" | ||
"typings": "ej2-angular-heatmap.d.ts", | ||
"version": "21.1.41-ngcc" | ||
} |
export declare const pkgName = "@syncfusion/ej2-angular-heatmap"; | ||
export declare const pkgVer = "^21.1.35"; | ||
export declare const pkgVer = "^21.1.37"; | ||
export declare const moduleName = "HeatMapModule"; | ||
export declare const themeVer = "~21.1.35"; | ||
export declare const themeVer = "~21.1.37"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pkgName = '@syncfusion/ej2-angular-heatmap'; | ||
exports.pkgVer = '^21.1.37'; | ||
exports.pkgVer = '^21.1.41'; | ||
exports.moduleName = 'HeatMapModule'; | ||
exports.themeVer = '~21.1.37'; | ||
exports.themeVer = '~21.1.41'; |
export const pkgName = '@syncfusion/ej2-angular-heatmap'; | ||
export const pkgVer = '^21.1.37'; | ||
export const pkgVer = '^21.1.41'; | ||
export const moduleName = 'HeatMapModule'; | ||
export const themeVer = '~21.1.37'; | ||
export const themeVer = '~21.1.41'; |
import { ValueProvider } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./heatmap.module"; | ||
export declare const LegendService: ValueProvider; | ||
@@ -12,5 +9,2 @@ export declare const TooltipService: ValueProvider; | ||
export declare class HeatMapAllModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<HeatMapAllModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<HeatMapAllModule, never, [typeof i1.CommonModule, typeof i2.HeatMapModule], [typeof i2.HeatMapModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<HeatMapAllModule>; | ||
} |
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core'; | ||
import { IComponentBase } from '@syncfusion/ej2-angular-base'; | ||
import { HeatMap } from '@syncfusion/ej2-heatmap'; | ||
import * as i0 from "@angular/core"; | ||
export declare const inputs: string[]; | ||
@@ -39,4 +38,2 @@ export declare const outputs: string[]; | ||
addTwoWay: (propList: string[]) => void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<HeatMapComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<HeatMapComponent, "ejs-heatmap", never, { "allowSelection": "allowSelection"; "backgroundColor": "backgroundColor"; "cellSettings": "cellSettings"; "dataSource": "dataSource"; "dataSourceSettings": "dataSourceSettings"; "enableMultiSelect": "enableMultiSelect"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "height": "height"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "paletteSettings": "paletteSettings"; "renderingMode": "renderingMode"; "showTooltip": "showTooltip"; "theme": "theme"; "titleSettings": "titleSettings"; "tooltipSettings": "tooltipSettings"; "width": "width"; "xAxis": "xAxis"; "yAxis": "yAxis"; }, { "cellClick": "cellClick"; "cellRender": "cellRender"; "cellSelected": "cellSelected"; "created": "created"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "resized": "resized"; "tooltipRender": "tooltipRender"; }, never, never>; | ||
} |
@@ -1,4 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./heatmap.component"; | ||
import * as i2 from "@angular/common"; | ||
/** | ||
@@ -8,5 +5,2 @@ * NgModule definition for the HeatMap component. | ||
export declare class HeatMapModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<HeatMapModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<HeatMapModule, [typeof i1.HeatMapComponent], [typeof i2.CommonModule], [typeof i1.HeatMapComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<HeatMapModule>; | ||
} |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
148107
3
79
1884
2
3
+ Added@syncfusion/ej2-heatmap@21.1.41(transitive)
- Removedtslib@^2.3.0
- Removed@syncfusion/ej2-heatmap@21.1.37(transitive)
- Removedtslib@2.8.1(transitive)