
Research
/Security News
jscrambler npm Package Compromised in Supply Chain Attack
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.
@21cnfe/vui
Advanced tools
v1.2.0版本对组件名前缀进行统一,原am前缀组件更改为ok前缀。组件库内部class类名由am-前缀调整为ok-。若在旧项目中对组件样式做过调整,在使用新版本组件时,注意要更改对应使用组件的前缀名为ok-。
nrm use npm21cnnpm i @cn21/fe-vui全量引入方式
import Vui from '@cn21/fe-vui'
import '@cn21/fe-vui/styles/antd-mobile.css'
Vue.use(Vui)
按需引入方式
-1、全局注册
import { Actionsheet } from '@cn21/fe-vui'
Vue.component('actionsheet', Actionsheet)
-2、局部注册
import { Actionsheet } from '@cn21/fe-vui'
export default {
components: {
Actionsheet
}
}
nrm add npm21cn http://npm.tech.21cn.comnrm use npm21cnFAQs
基于 Ant Design 和 Vue 的移动端UI组件库。
The npm package @21cnfe/vui receives a total of 65 weekly downloads. As such, @21cnfe/vui popularity was classified as not popular.
We found that @21cnfe/vui 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.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.

Research
/Security News
A malicious .NET package is typosquatting the Braintree SDK to steal live payment card data, merchant API keys, and host secrets from production apps.

Security News
/Research
Compromised Injective SDK npm version 1.20.21 exfiltrates wallet private keys and mnemonics through fake telemetry functionality.