New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-jazzicon

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-jazzicon - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

13

package.json
{
"name": "react-jazzicon",
"version": "0.0.0",
"description": "React component for flyswatter/jazzicon",
"version": "0.0.1",
"description": "React component for danfinlay/jazzicon",
"main": "lib/index.js",

@@ -11,2 +11,9 @@ "scripts": {

},
"repository": {
"type": "git",
"url": "git+https://github.com/marcusmolchany/react-jazzicon.git"
},
"bugs": {
"url": "https://github.com/marcusmolchany/react-jazzicon/issues"
},
"keywords": [

@@ -18,3 +25,3 @@ "jazzicon",

],
"author": "",
"author": "marcusmolchany",
"license": "MIT",

@@ -21,0 +28,0 @@ "dependencies": {

react-jazzicon
==============
[![NPM version][npm-image]][npm-url] [![dependencies Status][david-dep-image]][david-dep-url] [![devDependencies Status][david-devDep-image]][david-devDep-url]
# demo page
This is a react component for [Dan Finlay's](https://github.com/danfinlay)
[jazzicon](https://github.com/danfinlay/jazzicon).
# usage
```js
import Jazzicon from 'react-jazzicon'
export default class App extends React.Component {
render() {
return (
<Jazzicon diameter={100} seed={Math.random(100).toString()} />
)
}
}
```
# setup
```sh
$ https://github.com/marcusmolchany/react-jazzicon
$ cd react-jazzicon
$ yarn # or npm i
```
## demo page
the demo page is on the `gh-pages` branch in the `demo` folder.

@@ -10,8 +39,15 @@

# first install dependencies in the top level package
$ npm i # or yarn
$ yarn # or npm i
# then checkout the gh-pages branch and install dependencies in the "demo" folder
$ git checkout gh-pages
$ cd demo && npm i # or yarn
$ npm run start # or yarn start
$ cd demo && yarn # or npm i
$ yarn start # or npm run start
```
[david-dep-image]: https://david-dm.org/marcusmolchany/react-jazzicon/status.svg
[david-dep-url]: https://david-dm.org/marcusmolchany/react-jazzicon
[david-devDep-image]: https://david-dm.org/marcusmolchany/react-jazzicon/dev-status.svg
[david-devDep-url]: https://david-dm.org/marcusmolchany/react-jazzicon?type=dev
[npm-image]: https://badge.fury.io/js/react-jazzicon.svg
[npm-url]: https://npmjs.org/package/react-jazzicon
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