Gathering detailed insights and metrics for polkadot-identicon
Gathering detailed insights and metrics for polkadot-identicon
Gathering detailed insights and metrics for polkadot-identicon
Gathering detailed insights and metrics for polkadot-identicon
@polkadot/react-identicon
Renders an SVG picture representing an address
@polkadot/ui-identicon
Renders an SVG picture representing an address
@polkadot/reactnative-identicon
Renders an SVG picture representing an address
@polkadot/vue-identicon
Renders an SVG picture representing an address
npm install polkadot-identicon
Typescript
Module System
JavaScript (99.91%)
Shell (0.09%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
54 Stars
426 Commits
15 Forks
9 Watchers
41 Branches
33 Contributors
Updated on Feb 17, 2025
Latest Version
1.1.45
Package Id
polkadot-identicon@1.1.45
Size
6.30 kB
Published on
Apr 24, 2019
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
3
A Polkadot-themed SS58 identicon
To install the component, do npm install --save polkadot-identicon
Inside a React component, you can now render any Polkadot account with the associated icon -
1import Identicon from 'polkadot-identicon'; 2 3... 4render () { 5 // address is either string (ss58-encoded address) or Uint8Array (publicKey) 6 const { address } = this.props; 7 // size is a number, indicating the size (in pixels) 8 const size = 32; 9 10 return ( 11 <Identicon 12 className='my-class' 13 account={address} 14 size={size} 15 /> 16 ); 17} 18...
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
Found 1/20 approved changesets -- score normalized to 0
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
95 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