Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@fox-js/foxui
Advanced tools
Fox phone 端 UI 框架
正式版
npm install @fox-js/foxui
测试版
npm install @fox-js/foxui@beta
import foxUI from '@fox-js/foxui'
//安装Fox UI
Vue.use(foxUI, {
//head bar height
headBarHeight: 74 + 50, //(标题栏高度+面包屑标签高度)
//foot bar height
footBarHeight: 0,
//默认label宽度
labelWidth: '138px',
//输入item的最小宽度
minItemWidth: 250,
//item的间隔
itemSpacing: 32,
//label显示最大字数
labelMaxCharCount: 16
})
开发版本
npm run dev
正式版本
npm run prod
测试版本
npm run publish:beta
正式版本(慎重)
npm run publish:latest
FAQs
Fox phone端UI框架
We found that @fox-js/foxui 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.