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

react-nice-avatar

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-nice-avatar - npm Package Compare versions

Comparing version 1.1.3 to 1.2.0

report.20210628.162748.16434.0.001.json

2

dist/react-nice-avatar.d.ts

@@ -12,3 +12,3 @@ import * as React from 'react';

hairColor?: string,
hairStyle?: 'normal' | 'thick' | 'mohawk' | 'womanLong' | 'womanShort',
hairStyle?: 'normal' | 'thick' | 'mohawk' | 'womanLong' | 'womanShort' | 'beanie' |'turban',
eyeStyle?: 'circle' | 'oval' | 'smile',

@@ -15,0 +15,0 @@ glassesStyle?: 'round' | 'square' | 'none',

{
"name": "react-nice-avatar",
"version": "1.1.3",
"version": "1.2.0",
"description": "react library for generating avatar",
"main": "dist/index.js",
"types": "dist/react-nice-avatar.d.ts",
"scripts": {},
"scripts": {
"prepublish": "make build"
},
"keywords": [

@@ -9,0 +11,0 @@ "react",

@@ -12,3 +12,3 @@ import * as React from 'react';

hairColor?: string,
hairStyle?: 'normal' | 'thick' | 'mohawk' | 'womanLong' | 'womanShort',
hairStyle?: 'normal' | 'thick' | 'mohawk' | 'womanLong' | 'womanShort' | 'beanie' |'turban',
eyeStyle?: 'circle' | 'oval' | 'smile',

@@ -15,0 +15,0 @@ glassesStyle?: 'round' | 'square' | 'none',

@@ -73,2 +73,4 @@ # react-nice-avatar

| `hairColorRandom` | boolean | false | | thick,mohawk default only be black |
| `hatColor` | string | | | |
| `hatStyle` | string | | none, beanie, turban | Usually is none |
| `eyeStyle` | string | | circle, oval, smile | |

@@ -75,0 +77,0 @@ | `glassesStyle` | string | | none, round, square | Usually is none |

Sorry, the diff of this file is too big to display

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