Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@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库
The npm package @onbright/oui-pc receives a total of 0 weekly downloads. As such, @onbright/oui-pc popularity was classified as not popular.
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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.