
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
miniui-components
Advanced tools
http://miniui.com 发布的MiniUI前端组件库非常适合于企业信息化类应用的开发。但该库是基于JAVAScript开发,没有相应的类型库,导致开发者使用极为不变,因此,我详细分析原代码,并实现了该库的全部类型定义。以方便开发者使用。
//引用miniui库
import { mini } from "miniui-components"
//miniui的分析
mini.parse();
//实例化组件变量
const btn1 = mini.get("btn1") as mini.Button;
const btn_start = mini.get("btn_start") as mini.Button;
const btn_mode_signal = mini.get("radio_btn_signal") as mini.Button;
const btn_mode_scan = mini.get("radio_btn_scan") as mini.Button;
const btn_mode_bode = mini.get("radio_btn_bode") as mini.Button;
//监听事件
btn1.on("click", async e => {
})
这个库使用的MiniUI原码来源于其官方开放的测试原代码,并不能用于生产目的!如果需要在生产中使用,请联系MiniUI团队,在经过MiniUI团队的许可后,可与我联系获取正式版本.
我的邮箱:shuaihuxiao@qq.com
联系电话:13120118297
FAQs
miniui components
The npm package miniui-components receives a total of 8 weekly downloads. As such, miniui-components popularity was classified as not popular.
We found that miniui-components 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.
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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.