Gathering detailed insights and metrics for @polkadot/react-identicon
Gathering detailed insights and metrics for @polkadot/react-identicon
Gathering detailed insights and metrics for @polkadot/react-identicon
Gathering detailed insights and metrics for @polkadot/react-identicon
Re-usable browser libraries and React UI components used inside the polkadot.{js} family of Polkadot and Substrate applications. Full documentation & examples available
npm install @polkadot/react-identicon
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (98.21%)
JavaScript (1.19%)
HTML (0.6%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
122 Stars
1,648 Commits
74 Forks
4 Watchers
3 Branches
46 Contributors
Updated on Jul 02, 2025
Latest Version
3.15.2
Package Id
@polkadot/react-identicon@3.15.2
Unpacked Size
175.51 kB
Size
48.81 kB
File Count
57
NPM Version
10.9.2
Node Version
22.16.0
Published on
Jul 02, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
A generic identity icon that can render icons based on the theme, be it Substrate or Polkadot
To install the component, do yarn add @polkadot/react-identicon
Inside a React component, you can now render any account with the associated icon -
1import Identicon from '@polkadot/react-identicon'; 2 3... 4render () { 5 // address is an ss58-encoded address or publicKey (hex string or Uint8Array) 6 const { address } = this.props; 7 // size (optional) is a number, indicating the size (in pixels, 64 as default) 8 const size = 32; 9 // theme (optional), depicts the type of icon, one of 10 // 'polkadot', 'substrate' (default), 'beachball' or 'jdenticon' 11 const theme = 'polkadot'; 12 13 // standard className & style props are also available 14 return ( 15 <Identicon 16 value={address} 17 size={size} 18 theme={theme} 19 /> 20 ); 21} 22...
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
18 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 7
Details
Reason
Found 15/30 approved changesets -- score normalized to 5
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
56 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More