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

@atlaskit/avatar

Package Overview
Dependencies
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/avatar - npm Package Compare versions

Comparing version 10.0.1 to 10.0.2

3

CHANGELOG.md
# @atlaskit/avatar
## 10.0.2
- [patch] Fix native tooltips appearing for avatars without a src prop [6a3fb67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6a3fb67)
## 10.0.1

@@ -4,0 +7,0 @@

5

dist/cjs/components/AvatarImage.js

@@ -70,7 +70,2 @@ 'use strict';

},
!!title && _react2.default.createElement(
'title',
null,
title
),
appearance === 'circle' ? _react2.default.createElement(

@@ -77,0 +72,0 @@ ShapeGroup,

@@ -36,7 +36,2 @@ import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';

},
!!title && React.createElement(
'title',
null,
title
),
appearance === 'circle' ? React.createElement(

@@ -43,0 +38,0 @@ ShapeGroup,

{
"name": "@atlaskit/avatar",
"version": "10.0.0",
"version": "10.0.1",
"sideEffects": false
}
{
"name": "@atlaskit/avatar",
"version": "10.0.1",
"version": "10.0.2",
"description": "A component that represents a user",

@@ -41,2 +41,2 @@ "license": "Apache-2.0",

]
}
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc