Socket
Socket
Sign inDemoInstall

ngx-avatars

Package Overview
Dependencies
6
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.2 to 1.4.0

index.d.ts

2

lib/avatar.component.d.ts

@@ -108,4 +108,4 @@ import { EventEmitter, OnChanges, SimpleChanges, OnDestroy } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "ngx-avatars", never, { "round": "round"; "size": "size"; "textSizeRatio": "textSizeRatio"; "bgColor": "bgColor"; "fgColor": "fgColor"; "borderColor": "borderColor"; "style": "style"; "cornerRadius": "cornerRadius"; "facebook": "facebookId"; "twitter": "twitterId"; "google": "googleId"; "instagram": "instagramId"; "vkontakte": "vkontakteId"; "skype": "skypeId"; "gravatar": "gravatarId"; "github": "githubId"; "custom": "src"; "initials": "name"; "value": "value"; "referrerpolicy": "referrerpolicy"; "placeholder": "placeholder"; "initialsSize": "initialsSize"; }, { "clickOnAvatar": "clickOnAvatar"; }, never, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "ngx-avatars", never, { "round": "round"; "size": "size"; "textSizeRatio": "textSizeRatio"; "bgColor": "bgColor"; "fgColor": "fgColor"; "borderColor": "borderColor"; "style": "style"; "cornerRadius": "cornerRadius"; "facebook": "facebookId"; "twitter": "twitterId"; "google": "googleId"; "instagram": "instagramId"; "vkontakte": "vkontakteId"; "skype": "skypeId"; "gravatar": "gravatarId"; "github": "githubId"; "custom": "src"; "initials": "name"; "value": "value"; "referrerpolicy": "referrerpolicy"; "placeholder": "placeholder"; "initialsSize": "initialsSize"; }, { "clickOnAvatar": "clickOnAvatar"; }, never, never, false>;
}
export {};
{
"name": "ngx-avatars",
"description": "A universal avatar component for Angular applications that fetches / generates avatar based on the information you have about the user.",
"version": "1.3.2",
"version": "1.4.0",
"keywords": [

@@ -30,4 +30,4 @@ "angular",

"peerDependencies": {
"@angular/common": "^13.3.9",
"@angular/core": "^13.3.9"
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0"
},

@@ -39,3 +39,3 @@ "module": "fesm2015/ngx-avatars.mjs",

"fesm2015": "fesm2015/ngx-avatars.mjs",
"typings": "ngx-avatars.d.ts",
"typings": "index.d.ts",
"exports": {

@@ -46,3 +46,3 @@ "./package.json": {

".": {
"types": "./ngx-avatars.d.ts",
"types": "./index.d.ts",
"esm2020": "./esm2020/ngx-avatars.mjs",

@@ -49,0 +49,0 @@ "es2020": "./fesm2020/ngx-avatars.mjs",

@@ -265,2 +265,3 @@ ## &lt;ngx-avatars&gt;

## Release Notes & History
* 1.4.0: Migrate to Angular V14
* 1.3.2: Add referrerpolicy configuration to img tag. Update dependencies. Remove codelyzer.

@@ -267,0 +268,0 @@ * 1.3.1: Update dependencies

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc