Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@onbright/oui-pc
Advanced tools
oui-pc 基于ant design vue二次开发的UI框架,用于管理平台界面的快速开发。 它帮助您构建大型复杂的单页应用程序。我相信无论你需要什么,这个框架都会帮助你。
# npm方式安装
npm i oui-pc
main.js
引入框架文件//全部组件引入
import OUiPc from 'oui-pc';
Vue.use(OUiPc);
//按需引入
import {OSelect,OCaptcha} from 'oui-pc';
Vue.component('OSelect',OSelect);
Vue.component('OCaptcha', OCaptcha);
main.js
引入框架样式import 'oui-pc/lib/ty-ui.css'
无需import
组件,直接引用即可。
<template>
<o-select v-model="area"></o-select>
</template>
## 更新记录
## 0.0.1 20210901
* pc端组件库添加
## 0.0.2 20210902
* 修改表单设计器样式
FAQs
昂宝pc端UI库
We found that @onbright/oui-pc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.