Gathering detailed insights and metrics for @polkadot/vue-identicon
Gathering detailed insights and metrics for @polkadot/vue-identicon
Gathering detailed insights and metrics for @polkadot/vue-identicon
Gathering detailed insights and metrics for @polkadot/vue-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/vue-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/vue-identicon@3.15.2
Unpacked Size
75.07 kB
Size
18.67 kB
File Count
49
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
3
A generic identity icon that can render icons based on an address.
To install the component, do yarn add @polkadot/vue-identicon
and then use it with import Identicon from '@polkadot/vue-identicon';
Inside a Vue component, you can now render any account with the associated icon, with associated props -
value
- the address you wish to displaysize
(optional, defaults to 64
) - the size in pixelstheme
(optional, defaults to substrate
) - the theme to use, one of
polkadot
orsubstrate
(equivalent to jdenticon
) orbeachball
orempty
(displays nothing)<template>
<Identicon
:size="128"
:theme="'polkadot'"
:value="'5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY'"
/>
</template>
<script>
import Identicon from '@polkadot/vue-identicon';
export default {
...
components: { Identicon }
...
};
</script>
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