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

ng-chartist

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-chartist - npm Package Compare versions

Comparing version 8.3.2 to 9.0.0

2

lib/chartist.component.d.ts

@@ -69,4 +69,4 @@ import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from "@angular/core";

static ɵfac: i0.ɵɵFactoryDeclaration<ChartistComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ChartistComponent, "x-chartist", never, { "configuration": { "alias": "configuration"; "required": false; }; "events": { "alias": "events"; "required": false; }; }, { "initialized": "initialized"; }, never, never, false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ChartistComponent, "x-chartist", never, { "configuration": { "alias": "configuration"; "required": false; }; "events": { "alias": "events"; "required": false; }; }, { "initialized": "initialized"; }, never, never, true, never>;
}
export {};

@@ -5,4 +5,4 @@ import * as i0 from "@angular/core";

static ɵfac: i0.ɵɵFactoryDeclaration<ChartistModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ChartistModule, [typeof i1.ChartistComponent], never, [typeof i1.ChartistComponent]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ChartistModule, never, [typeof i1.ChartistComponent], [typeof i1.ChartistComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ChartistModule>;
}
{
"name": "ng-chartist",
"version": "8.3.2",
"version": "9.0.0",
"description": "Chartist component for Angular",

@@ -25,7 +25,7 @@ "keywords": [

"dependencies": {
"tslib": "2.6.3"
"tslib": "2.8.1"
},
"peerDependencies": {
"@angular/common": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@angular/core": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"chartist": "^1.0.0"

@@ -41,4 +41,2 @@ },

"types": "./index.d.ts",
"esm2022": "./esm2022/ng-chartist.mjs",
"esm": "./esm2022/ng-chartist.mjs",
"default": "./fesm2022/ng-chartist.mjs"

@@ -45,0 +43,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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