New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@happeouikit/avatar

Package Overview
Dependencies
Maintainers
8
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@happeouikit/avatar - npm Package Compare versions

Comparing version 1.4.9 to 1.4.11

8

CHANGELOG.md
# Changelog
## 1.4.11
- [Optimize] Minor accessibility improvements.
## 1.4.10
- [Optimize] Minor accessibility improvements.
## 1.4.9

@@ -4,0 +12,0 @@

7

dist/Avatar.js

@@ -198,3 +198,4 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray";

return React.createElement(AvatarDiv, {
size: size
size: size,
tabIndex: "0"
}, React.createElement(VioletGroupIcon, {

@@ -208,4 +209,6 @@ width: sizeMap[size].avatar,

return React.createElement(AvatarDiv, {
size: size
size: size,
tabIndex: "0"
}, React.createElement(Image, {
alt: "".concat(user.fullName, " avatar"),
src: user.thumbnailPhotoUrl,

@@ -212,0 +215,0 @@ onError: function onError() {

{
"name": "@happeouikit/avatar",
"version": "1.4.9",
"version": "1.4.11",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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