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

ngx-heatmap

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-heatmap - npm Package Compare versions

Comparing version 0.0.6 to 1.0.0

bundles/ngx-heatmap.umd.js

2

ngx-heatmap.d.ts
/**
* Generated bundle index. Do not edit.
*/
export * from './index';
export * from './public-api';

@@ -1,1 +0,1 @@

{"__symbolic":"module","version":4,"metadata":{"NgxHeatMapModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":6,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":8,"character":4}],"declarations":[{"__symbolic":"reference","name":"HeatMapComponent"}],"exports":[{"__symbolic":"reference","name":"HeatMapComponent"}]}]}],"members":{},"statics":{"forRoot":{"__symbolic":"function","parameters":[],"value":{"ngModule":{"__symbolic":"reference","name":"NgxHeatMapModule"}}}}},"HeatMapComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":4,"character":1},"arguments":[{"selector":"ngx-heatmap","template":"<div #heatMap [style.width.px]=\"width? width: 500\" [style.height.px]=\"height? height: 500\"></div>"}]}],"members":{"heatMapDiv":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":11,"character":3},"arguments":["heatMap"]}]}],"height":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":14,"character":3}}]}],"width":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":17,"character":3}}]}],"configurations":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":20,"character":3}}]}],"heatPoints":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":35,"character":3}}]}],"maxDataPoints":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":43,"character":3}}]}],"minDataPoints":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":51,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"addPoint":[{"__symbolic":"method"}]}}},"origins":{"NgxHeatMapModule":"./index","HeatMapComponent":"./ngx-heatmap.component"},"importAs":"ngx-heatmap"}
{"__symbolic":"module","version":4,"metadata":{"NgxHeatmapComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":4,"character":1},"arguments":[{"selector":"lib-ngx-heatmap","styles":[],"template":"<div #heatMap [style.width.px]=\"width? width: 500\" [style.height.px]=\"height? height: 500\"></div>\n"}]}],"members":{"heatMapDiv":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":11,"character":3},"arguments":["heatMap",{"static":false}]}]}],"height":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":14,"character":3}}]}],"width":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":17,"character":3}}]}],"configurations":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":20,"character":3}}]}],"heatPoints":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":35,"character":3}}]}],"maxDataPoints":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":43,"character":3}}]}],"minDataPoints":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":51,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"addPoint":[{"__symbolic":"method"}]}},"NgxHeatmapModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":5,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"NgxHeatmapComponent"}],"imports":[],"exports":[{"__symbolic":"reference","name":"NgxHeatmapComponent"}]}]}],"members":{}}},"origins":{"NgxHeatmapComponent":"./lib/ngx-heatmap.component","NgxHeatmapModule":"./lib/ngx-heatmap.module"},"importAs":"ngx-heatmap"}
{
"name": "ngx-heatmap",
"version": "0.0.6",
"repository": {
"type": "git",
"url": "https://github.com/sanuradhag/ngx-heatmap"
"version": "1.0.0",
"peerDependencies": {
"@angular/common": "^9.1.4",
"@angular/core": "^9.1.4",
"tslib": "^1.10.0",
"heatmap.js": "git+https://github.com/ionata/heatmap.js.git"
},
"author": {
"name": "Anuradha Gunasekara",
"email": "saggunasekara@gmail.com"
},
"keywords": [
"angular heatmap",
"heatmap",
"ngx-heatmap",
"ng-heatmap",
"ng2-heatmap"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sanuradhag/ngx-heatmap/issues"
},
"main": "ngx-heatmap.umd.js",
"module": "ngx-heatmap.js",
"jsnext:main": "ngx-heatmap.js",
"main": "bundles/ngx-heatmap.umd.js",
"module": "fesm5/ngx-heatmap.js",
"es2015": "fesm2015/ngx-heatmap.js",
"esm5": "esm5/ngx-heatmap.js",
"esm2015": "esm2015/ngx-heatmap.js",
"fesm5": "fesm5/ngx-heatmap.js",
"fesm2015": "fesm2015/ngx-heatmap.js",
"typings": "ngx-heatmap.d.ts",
"peerDependencies": {
"@angular/core": "^4.0.0",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4",
"@types/heatmap.js": "^2.0.35",
"heatmap.js": "^2.0.5"
}
"metadata": "ngx-heatmap.metadata.json",
"sideEffects": false
}
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