Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
一套基于 Weui 的 React Native 组件库
rn-weui
├── README.md
├── assets # 资源
├── docs # 文档说明
├── fonts # 字体
├── example # 示例代码
├── package.json # package.json
├── src # rn-weui 组件源码
└── test # 测试文件
# install
npm i rn-weui --save
# link
rnpm link
rnpm link react-native-image-picker
For iOS 10+, Add the NSPhotoLibraryUsageDescription, NSCameraUsageDescription, and NSMicrophoneUsageDescription (if allowing video) keys to your Info.plist with strings describing why your app needs these permissions
import { Button } from 'rn-weui'
export default () =>
<Button type="primary" onPress={() => {}}></Button>
The MIT License(http://opensource.org/licenses/MIT)
FAQs
weui for react-native
The npm package rn-weui receives a total of 10 weekly downloads. As such, rn-weui popularity was classified as not popular.
We found that rn-weui 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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.