
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@daflow-ui/ui-select
Advanced tools
DaFlow UI Select 组件 - 下拉选择器。
pnpm add @daflow-ui/ui-select
<template>
<DfSelect v-model="value" placeholder="请选择">
<DfSelectOption label="选项 1" value="1" />
<DfSelectOption label="选项 2" value="2" />
</DfSelect>
<!-- 多选 tags 展示 -->
<DfSelect
v-model="values"
multiple
multiple-display="tags"
collapse-tags-tooltip
:max-collapse-tags="1"
clearable
placeholder="请选择"
>
<DfSelectOption label="Option1" value="1" />
<DfSelectOption label="Option2" value="2" />
<DfSelectOption label="Option3" value="3" />
<DfSelectOption label="Option4" value="4" />
</DfSelect>
</template>
<script setup>
import { DfSelect, DfSelectOption } from '@daflow-ui/ui-select';
import '@daflow-ui/ui-select/style.css';
</script>
MIT
FAQs
Select component for DaFlow UI
The npm package @daflow-ui/ui-select receives a total of 4 weekly downloads. As such, @daflow-ui/ui-select popularity was classified as not popular.
We found that @daflow-ui/ui-select demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.