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.2.1 to 1.2.2

.github/workflows/npm-publish.yml

26

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

@@ -28,5 +26,10 @@ "react",

"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.14.5",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@rollup/plugin-typescript": "^8.2.1",
"@types/jest": "^26.0.24",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"babel-eslint": "^10.1.0",

@@ -42,2 +45,3 @@ "classnames": "^2.3.1",

"file-saver": "^2.0.5",
"jest": "^27.0.6",
"prop-types": "^15.7.2",

@@ -50,7 +54,10 @@ "rc-slider": "^9.7.2",

"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-scss": "^2.6.1",
"rollup-plugin-serve": "^1.1.0"
"rollup-plugin-serve": "^1.1.0",
"standard-version": "^9.3.1",
"ts-jest": "^27.0.4",
"tslib": "^2.3.0",
"typescript": "^4.3.5"
},

@@ -60,3 +67,6 @@ "repository": {

"url": "https://github.com/chilllab/react-nice-avatar"
}
},
"browserslist": [
"last 2 versions"
]
}

@@ -5,2 +5,3 @@ # react-nice-avatar

[![npm download][download-image]][download-url]
[![Build Status](https://travis-ci.com/chilllab/react-nice-avatar.svg?branch=main)](https://travis-ci.org/chilllab/react-nice-avatar)
[![Netlify Status](https://api.netlify.com/api/v1/badges/df23baf6-daac-4ce5-a0b6-5baade2cb822/deploy-status)](https://app.netlify.com/sites/gracious-turing-db4aa3/deploys)

@@ -103,9 +104,20 @@

```
5. Open the browser to reivew the demo:
4. Open the browser to reivew the demo:
```sh
$ open http://localhost:5555
```
7. Edit the files inside [src](/src).
5. Edit the files inside [src](/src).
## Test
1. Lint test:
```sh
$ make lint-test
```
2. code test:
```sh
$ make test
```
## License

@@ -112,0 +124,0 @@

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