
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
mini-ground
Advanced tools
npm install mini-ground (-g)
npmreg
// npmreg 更换npm源
current Get current registry | 获取当前镜像
list View current registries | 查看当前镜像
set <name> Set registry | 设置镜像
use Select registry | 更换镜像
add Add registry | 添加自定义镜像
del Delete registry | 删除自定义镜像
rename Rename registry | 重命名自定义镜像
edit Edit registry | 编辑自定义镜像路径
ping 测试镜像地址速度
gradient
// gradient 生成渐变颜色
import { createGradientClass } from 'mini-ground';
const linearGradient = createGradientClass('45deg', '#16c8c8', '#40a440')
export default () => {
return <ConfigProvider
button={{
className: linearGradient,
}}
>
<Button>Login</Button>
</ConfigProvider>
}
Contributions are welcome! Please read the contribution guidelines first.
This project is licensed under the MIT License - see the LICENSE file for details.
MIT License
Copyright (c) 2024 LukeMatch
FAQs
messy toolbox
We found that mini-ground demonstrated a not healthy version release cadence and project activity because the last version was released 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.