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

ng-apexcharts

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-apexcharts - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

esm2020/lib/chart/chart.component.mjs

3

lib/chart/chart.component.d.ts
import { OnChanges, OnInit, OnDestroy, SimpleChanges } from "@angular/core";
import { ApexAnnotations, ApexAxisChartSeries, ApexChart, ApexDataLabels, ApexFill, ApexGrid, ApexLegend, ApexNonAxisChartSeries, ApexMarkers, ApexNoData, ApexPlotOptions, ApexResponsive, ApexStates, ApexStroke, ApexTheme, ApexTitleSubtitle, ApexTooltip, ApexXAxis, ApexYAxis } from "../model/apex-types";
import * as i0 from "@angular/core";
export declare class ChartComponent implements OnInit, OnChanges, OnDestroy {

@@ -52,2 +53,4 @@ chart: ApexChart;

dataURI(options?: any): Promise<void>;
static ɵfac: i0.ɵɵFactoryDeclaration<ChartComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent, "apx-chart", never, { "chart": "chart"; "annotations": "annotations"; "colors": "colors"; "dataLabels": "dataLabels"; "series": "series"; "stroke": "stroke"; "labels": "labels"; "legend": "legend"; "markers": "markers"; "noData": "noData"; "fill": "fill"; "tooltip": "tooltip"; "plotOptions": "plotOptions"; "responsive": "responsive"; "xaxis": "xaxis"; "yaxis": "yaxis"; "grid": "grid"; "states": "states"; "title": "title"; "subtitle": "subtitle"; "theme": "theme"; "autoUpdateSeries": "autoUpdateSeries"; }, {}, never, never>;
}

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

import * as i0 from "@angular/core";
import * as i1 from "./chart/chart.component";
declare global {

@@ -7,2 +9,5 @@ interface Window {

export declare class NgApexchartsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgApexchartsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgApexchartsModule, [typeof i1.ChartComponent], never, [typeof i1.ChartComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgApexchartsModule>;
}
/**
* Generated bundle index. Do not edit.
*/
/// <amd-module name="ng-apexcharts" />
export * from './public_api';

44

package.json
{
"name": "ng-apexcharts",
"version": "1.6.0",
"version": "1.7.0",
"description": "An angular implementation of ApexCharts",
"peerDependencies": {
"@angular/common": ">=9.0.0 <13.0.0",
"@angular/core": ">=9.0.0 <13.0.0",
"rxjs": "^6.5.5",
"@angular/common": ">=13.0.0",
"@angular/core": ">=13.0.0",
"rxjs": "^6.5.3 || ^7.4.0",
"apexcharts": "^3.31.0"

@@ -26,2 +26,5 @@ },

"homepage": "https://github.com/apexcharts/ng-apexcharts",
"dependencies": {
"tslib": "^2.0.0"
},
"repository": {

@@ -31,15 +34,22 @@ "type": "git",

},
"main": "bundles/ng-apexcharts.umd.js",
"module": "fesm5/ng-apexcharts.js",
"es2015": "fesm2015/ng-apexcharts.js",
"esm5": "esm5/ng-apexcharts.js",
"esm2015": "esm2015/ng-apexcharts.js",
"fesm5": "fesm5/ng-apexcharts.js",
"fesm2015": "fesm2015/ng-apexcharts.js",
"module": "fesm2015/ng-apexcharts.mjs",
"es2020": "fesm2020/ng-apexcharts.mjs",
"esm2020": "esm2020/ng-apexcharts.mjs",
"fesm2020": "fesm2020/ng-apexcharts.mjs",
"fesm2015": "fesm2015/ng-apexcharts.mjs",
"typings": "ng-apexcharts.d.ts",
"metadata": "ng-apexcharts.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.10.0"
}
}
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./ng-apexcharts.d.ts",
"esm2020": "./esm2020/ng-apexcharts.mjs",
"es2020": "./fesm2020/ng-apexcharts.mjs",
"es2015": "./fesm2015/ng-apexcharts.mjs",
"node": "./fesm2015/ng-apexcharts.mjs",
"default": "./fesm2020/ng-apexcharts.mjs"
}
},
"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