
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
@mamba-le/plugin-umi
Advanced tools
umi 扩展插件库
components
├── actions # 操作按钮
│ ├── index.tsx
│ └── style.less
├── designPro # Pro 组件扩展 引入mobx绑定
│ ├── field.tsx
│ ├── icons.ts
│ └── index.tsx
├── grid # Aggird 数据扩展
│ ├── defaultOptions.ts # Aggird 默认配置
│ ├── frameworks # Aggird 显示组件扩展
│ │ ├── image.tsx
│ │ ├── index.ts
│ │ ├── loadingOverlayComponent.tsx
│ │ ├── noRowsOverlayComponent.tsx
│ │ └── style.less
│ ├── grid.tsx # Aggird 组件引用 懒加载
│ ├── index.tsx # 组件导出 扩展 配合控制器使用
│ └── style.less
├── locales # 多语言
│ ├── en
│ │ ├── action.ts
│ │ ├── index.ts
│ │ ├── other.ts
│ │ └── tips.ts
│ ├── index.ts
│ └── zh
│ ├── action.ts
│ ├── index.ts
│ ├── other.ts
│ └── tips.ts
├── views # pages 视图扩展
│ ├── details.tsx # 详情表单
│ ├── filter.tsx # 搜索表单
│ ├── style.module.less
│ └── view.tsx # 弹出框视图 路由参数扩展版本
├── global.d.ts
├── index.ts # 统一的导出文件
├── patchRoutes.ts
├── prototype.ts # 原型方法扩展
├── userAgent.ts # 浏览器环境
FAQs
umi 的配置扩展以及 配合基础库使用的 页面组件
We found that @mamba-le/plugin-umi 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.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.