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

ngx-skeleton-loader

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-skeleton-loader - npm Package Compare versions

Comparing version 7.0.0 to 8.0.0

esm2022/lib/ngx-skeleton-loader-config.types.mjs

19

CHANGELOG.md

@@ -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 @@ },

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