
Security News
Open VSX Unblocks Extension IDs Used in Malware Campaign
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.
@daflow-ui/ui-avatar
Advanced tools
Avatar component for DaFlow UI component library.
pnpm add @daflow-ui/ui-avatar
全局引入样式(在 main.ts 中):
import '@daflow-ui/ui-avatar/style.css';
在组件中使用:
<script setup lang="ts">
import { DfAvatar } from '@daflow-ui/ui-avatar';
</script>
<template>
<DfAvatar
src="https://i.pravatar.cc/120?img=12"
fallback="DF"
/>
</template>
pnpm install
cd ../.. # 回到 monorepo 根目录
pnpm dev # 启动统一 playground,自动发现组件
组件会自动出现在 playground 导航中(通过 dev/index.vue)。
pnpm build
pnpm typecheck
pnpm lint
pnpm lint:fix
MIT
FAQs
Avatar component for DaFlow UI
We found that @daflow-ui/ui-avatar demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.