
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Megalo UI 是基于 Megalo 框架开发的多端UI组件库
使用微信扫一扫体验小程序组件示例
npm install @megalo/ui
组件使用了scss以及px2rpx两个loader, 因此需要在配置文件中引用
{
test: /\.scss$/,
use: [
'css-loader',
{
loader: 'px2rpx-loader',
options: {
rpxUnit: 1,
rpxPrecision: 6
}
},
'sass-loader'
]
}
配置路径alias(小程序中解析vue组件路径比较特殊,后续会做优化,优化后可直接在组件库根目录引用组件)
alias: {
'megalo-ui': '@megalo/ui/dist/components'
}
在代码中 import 需要的组件并使用
import { mgAvatar } from 'megalo-ui/avatar'
如果你在使用 Megalo UI 时遇到问题,或者有好的建议,欢迎给我们提 Issue 或 Pull Request。在开始之前,请阅读 贡献指南
MIT
FAQs
UI KIT for Megalo
We found that @megalo/ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.