Socket
Socket
Sign inDemoInstall

ngx-avatar-ng13

Package Overview
Dependencies
6
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.1 to 4.2.2

esm2020/lib/avatar-config.mjs

23

package.json
{
"name": "ngx-avatar-ng13",
"description": "A universal avatar component for Angular applications that fetches / generates avatar based on the information you have about the user.",
"version": "4.2.1",
"version": "4.2.2",
"keywords": [

@@ -24,3 +24,22 @@ "angular",

"@angular/core": "^13.0.1"
},
"module": "fesm2015/ngx-avatar.mjs",
"es2020": "fesm2020/ngx-avatar.mjs",
"esm2020": "esm2020/ngx-avatar.mjs",
"fesm2020": "fesm2020/ngx-avatar.mjs",
"fesm2015": "fesm2015/ngx-avatar.mjs",
"typings": "ngx-avatar.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./ngx-avatar.d.ts",
"esm2020": "./esm2020/ngx-avatar.mjs",
"es2020": "./fesm2020/ngx-avatar.mjs",
"es2015": "./fesm2015/ngx-avatar.mjs",
"node": "./fesm2015/ngx-avatar.mjs",
"default": "./fesm2020/ngx-avatar.mjs"
}
}
}
}
karma.conf.js
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc