
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
ac-file-list
Advanced tools
react ac-file-list component for tinper-bee
附件管理组件
项目中需要引入tinper-bee
的样式文件
import Btns from 'ac-file-list';
import 'ac-file-list/build/FileList.css';
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
id | 必填,单据唯一标示 | string | - |
disabled | 上传按钮是否禁用 | bool | false |
getListNow | 组件渲染时,是否立即请求附件列表接口。例如:单据详情编辑时需要立即请求,新增时不需要 | bool | false |
url | 列表、上传、删除、详情(查询下载地址)接口地址 | object | 默认值往下看url配置 |
uploadProps | 上传参数,参考 bee-upload API | object | {} |
{// {id} 替换为 props.id
"list": `https://ezone-u8c-daily.yyuap.com/cooperation/rest/v1/file/caep/{id}/files`,//文件列表
"upload": `https://ezone-u8c-daily.yyuap.com/cooperation/rest/v1/file/caep/{id}/`,//上传
"delete": `https://ezone-u8c-daily.yyuap.com/cooperation/rest/v1/file/{id}`,//下载 cooperation/rest/v1/file/5d639caaa957bd001936cec9 此处id为附件id
"info":`https://ezone-u8c-daily.yyuap.com/cooperation/rest/v1/file/{id}/info/ `,//文件信息
}
$ npm install -g bee-tools
$ git clone https://github.com/tinper-bee/ac-file-list
$ cd ac-file-list
$ npm install
$ npm run dev
FAQs
FileList ui component for react
The npm package ac-file-list receives a total of 3 weekly downloads. As such, ac-file-list popularity was classified as not popular.
We found that ac-file-list demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 21 open source maintainers 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.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.