
Research
TeamPCP-Linked Supply Chain Attack Hits SAP CAP and Cloud MTA npm Packages
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.
@craydel-v3/craydel-avatar-with-details
Advanced tools
A custom Vuetify avatar with details component for Craydel.
Get the latest version by NPM:
$ npm i @craydel-v3/craydel-avatar-with-details
Import the module chosen directly in your component
<script>
import CraydelAvatarWithDetails from "@craydel-v3/craydel-avatar-with-details/src/CraydelAvatarWithDetails.vue";
export default {
components: {CraydelAvatarWithDetails}
}
</script>
| Name | Type | Default | Description |
|---|---|---|---|
| photo | string | undefined | Sets the avatar as an image. |
| display-name | string | undefined | Generates a random color that is applied to the avatar based on the display-name. This also sets the title of the avatar as part of the details. |
| acronym | string | undefined | Sets the avatar as an acronym. |
| text | string | undefined | Sets the text for the avatar as part of the details. |
| avatar-size | number | string | 40 | Sets the height and width of the avatar. |
| clickable | boolean | false | If set, the component will be rendered as clickable that has @click handler. |
| dense | boolean | false | Reduces the height of the component. |
| Name | Description |
|---|---|
| click | Event that is emitted when the component is clicked. |
An example showing an avatar that will display the name, initials and an email address.
<craydel-avatar-with-details
display-name="John Doe"
acronym="JD"
text="john.doe@gmail.com"
></craydel-avatar-with-details>
FAQs
A custom Vuetify avatar with details component for Craydel.
We found that @craydel-v3/craydel-avatar-with-details demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.

Research
/Security News
Socket is tracking cloned Open VSX extensions tied to GlassWorm, with several updated from benign-looking sleepers into malware delivery vehicles.