Socket
Socket
Sign inDemoInstall

primer-avatars

Package Overview
Dependencies
Maintainers
7
Versions
843
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primer-avatars - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# v0.4.6
* bump package version - broccolini [github/github@2034aeb](https://github.com/github/github/commit/2034aeb)
# v0.4.5

@@ -2,0 +6,0 @@

2

package.json
{
"version": "0.4.5",
"version": "0.4.6",
"name": "primer-avatars",

@@ -4,0 +4,0 @@ "description": "Basic styles for user profile avatars.",

@@ -40,3 +40,3 @@ # Primer CSS Avatars

title: Avatars
status: New release
status: Stable
-->

@@ -55,3 +55,3 @@

```html
<img class="avatar" src="/jonrohan.png?v=3&s=144" width="72" height="72">
<img class="avatar" alt="jonrohan" src="/jonrohan.png?v=3&s=144" width="72" height="72">
```

@@ -64,3 +64,3 @@

```html
<img class="avatar avatar-small" src="/jonrohan.png?v=3&s=64" width="32" height="32">
<img class="avatar avatar-small" alt="jonrohan" src="/jonrohan.png?v=3&s=64" width="32" height="32">
```

@@ -74,4 +74,4 @@

<div class="avatar-parent-child float-left">
<img class="avatar" src="/jonrohan.png?v=3&s=96" width="48" height="48">
<img class="avatar avatar-child" src="/josh.png?v=3&s=40" width="20" height="20">
<img class="avatar" alt="jonrohan" src="/jonrohan.png?v=3&s=96" width="48" height="48">
<img class="avatar avatar-child" alt="josh" src="/josh.png?v=3&s=40" width="20" height="20">
</div>

@@ -86,5 +86,5 @@ ```

<span class="avatar-stack tooltipped tooltipped-s" aria-label="jonrohan, aaronshekey, and josh">
<img alt="@jonrohan" class="avatar" height="39" src="/jonrohan.png" width="39">
<img alt="@aaronshekey" class="avatar" height="39" src="/aaronshekey.png" width="39">
<img alt="@josh" class="avatar" height="39" src="/josh.png" width="39">
<img alt="@jonrohan" class="avatar" height="39" alt="jonrohan" src="/jonrohan.png" width="39">
<img alt="@aaronshekey" class="avatar" height="39" alt="aaronshekey" src="/aaronshekey.png" width="39">
<img alt="@josh" class="avatar" height="39" alt="josh" src="/josh.png" width="39">
</span>

@@ -138,3 +138,3 @@ ```

<li class="CircleBadge CircleBadge--small" aria-label="Slack">
<img src="<%= image_path "modules/site/slack-logo.png" %>" alt="" class="CircleBadge-icon">
<img src="<%= image_path "modules/site/logos/slack-logo.png" %>" alt="" class="CircleBadge-icon">
</li>

@@ -141,0 +141,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