ngx-skeleton-loader
Advanced tools
Comparing version 7.0.0 to 8.0.0
@@ -10,2 +10,14 @@ # Change Log | ||
## [8.0.0][] - 2023-06-20 | ||
### Updated | ||
- Updating project to support Angular v16; | ||
- Updating NodeJS version to v18; | ||
- Updating peerDependencies to point to latest `@angular/*` packages; | ||
### Removed | ||
- Removing `perf-marks` dependency library; | ||
## [7.0.0][] - 2023-02-04 | ||
@@ -560,5 +572,4 @@ | ||
[6.0.0]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v6.0.0 | ||
[Unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v7.0.0...HEAD | ||
[7.0.0]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v7.0.0 | ||
[Unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v8.0.0...HEAD | ||
[8.0.0]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v7.0.0...v8.0.0 | ||
[7.0.0]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v7.0.0 |
import { InjectionToken } from '@angular/core'; | ||
export declare type NgxSkeletonLoaderConfigTheme = { | ||
export type NgxSkeletonLoaderConfigTheme = { | ||
extendsFromRoot?: boolean; | ||
@@ -4,0 +4,0 @@ [k: string]: any; |
@@ -1,5 +0,5 @@ | ||
import { OnInit, OnDestroy, AfterViewInit, OnChanges, SimpleChanges } from '@angular/core'; | ||
import { OnInit, OnChanges, SimpleChanges } from '@angular/core'; | ||
import { NgxSkeletonLoaderConfig, NgxSkeletonLoaderConfigTheme } from './ngx-skeleton-loader-config.types'; | ||
import * as i0 from "@angular/core"; | ||
export declare class NgxSkeletonLoaderComponent implements OnInit, AfterViewInit, OnDestroy, OnChanges { | ||
export declare class NgxSkeletonLoaderComponent implements OnInit, OnChanges { | ||
private config?; | ||
@@ -19,6 +19,4 @@ static ngAcceptInputType_count: number | string; | ||
ngOnChanges(changes: SimpleChanges): void; | ||
ngAfterViewInit(): void; | ||
ngOnDestroy(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxSkeletonLoaderComponent, [{ optional: true; }]>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NgxSkeletonLoaderComponent, "ngx-skeleton-loader", never, { "count": "count"; "loadingText": "loadingText"; "appearance": "appearance"; "animation": "animation"; "ariaLabel": "ariaLabel"; "theme": "theme"; }, {}, never, ["*"], false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NgxSkeletonLoaderComponent, "ngx-skeleton-loader", never, { "count": { "alias": "count"; "required": false; }; "loadingText": { "alias": "loadingText"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>; | ||
} |
{ | ||
"name": "ngx-skeleton-loader", | ||
"description": "Make beautiful, animated loading skeletons that automatically adapt to your Angular apps", | ||
"version": "7.0.0", | ||
"version": "8.0.0", | ||
"peerDependencies": { | ||
"@angular/common": ">=8.0.0", | ||
"@angular/core": ">=8.0.0" | ||
"@angular/common": ">=16.0.0", | ||
"@angular/core": ">=16.0.0" | ||
}, | ||
@@ -24,3 +24,2 @@ "license": "MIT", | ||
"dependencies": { | ||
"perf-marks": "^1.13.4", | ||
"tslib": "^2.0.0" | ||
@@ -36,7 +35,3 @@ }, | ||
"homepage": "https://github.com/willmendesneto/ngx-skeleton-loader#readme", | ||
"module": "fesm2015/ngx-skeleton-loader.mjs", | ||
"es2020": "fesm2020/ngx-skeleton-loader.mjs", | ||
"esm2020": "esm2020/ngx-skeleton-loader.mjs", | ||
"fesm2020": "fesm2020/ngx-skeleton-loader.mjs", | ||
"fesm2015": "fesm2015/ngx-skeleton-loader.mjs", | ||
"module": "fesm2022/ngx-skeleton-loader.mjs", | ||
"typings": "index.d.ts", | ||
@@ -49,7 +44,5 @@ "exports": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ngx-skeleton-loader.mjs", | ||
"es2020": "./fesm2020/ngx-skeleton-loader.mjs", | ||
"es2015": "./fesm2015/ngx-skeleton-loader.mjs", | ||
"node": "./fesm2015/ngx-skeleton-loader.mjs", | ||
"default": "./fesm2020/ngx-skeleton-loader.mjs" | ||
"esm2022": "./esm2022/ngx-skeleton-loader.mjs", | ||
"esm": "./esm2022/ngx-skeleton-loader.mjs", | ||
"default": "./fesm2022/ngx-skeleton-loader.mjs" | ||
} | ||
@@ -56,0 +49,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
3
4
94986
17
343
1
- Removedperf-marks@^1.13.4
- Removedperf-marks@1.14.2(transitive)