Socket
Socket
Sign inDemoInstall

react-useravatar

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-useravatar - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

lib/UserAvatar.js

@@ -5,2 +5,6 @@ 'use strict';

Object.defineProperty(exports, "__esModule", {
value: true
});
var _react = require('react');

@@ -24,3 +28,3 @@

* @url https://github.com/bltnico/react-user-avatar
* @version 1.0.1
* @version 1.0.2
*

@@ -180,2 +184,3 @@ * @example

exports.default = UserAvatar;
UserAvatar.propTypes = {

@@ -182,0 +187,0 @@ username: _react2.default.PropTypes.string.isRequired,

2

package.json
{
"name": "react-useravatar",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

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

@@ -11,3 +11,3 @@ 'use strict';

* @url https://github.com/bltnico/react-user-avatar
* @version 1.0.1
* @version 1.0.2
*

@@ -23,3 +23,3 @@ * @example

*/
class UserAvatar extends React.Component {
export default class UserAvatar extends React.Component {

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