Socket
Socket
Sign inDemoInstall

boring-avatars

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boring-avatars - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

components/avatar-abstract.jsx

@@ -48,3 +48,3 @@ import * as React from "react"

function AvatarAbstract(props) {
const AvatarAbstract = ( props ) => {
const properties = generateColors(props.name, props.colors)

@@ -51,0 +51,0 @@

@@ -50,3 +50,3 @@ import React from 'react'

function AvatarGeometric(props) {
const AvatarGeometric = ( props ) => {
const cellColors = generateColors(props.colors, props.name)

@@ -61,3 +61,3 @@

>
<path d="M80 40A40 40 0 0040 0v40h40z" fill={cellColors[0]} />
<path d="M80 40A40 40 0 0040 0v40h40z" fill={cellColors[0]} />
<path d="M40 0A40 40 0 000 40h40V0z" fill={cellColors[1]} />

@@ -64,0 +64,0 @@ <path d="M0 40a40 40 0 0040 40V40H0z" fill={cellColors[2]} />

{
"name": "boring-avatars",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "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