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.
alice-button
Advanced tools
全站通用按钮组件,无图片纯 css 实现,IE8 以下无圆角。
可以很方便的和 alice.iconfont 配合使用。
<a href="javascript:;" class="ui-button ui-button-lorange">橙色大按钮</a>
<a href="javascript:;" class="ui-button ui-button-morange">橙色中按钮</a>
<a href="javascript:;" class="ui-button ui-button-sorange">橙色小按钮</a>
<input type="button" class="ui-button ui-button-lorange" value="橙色大按钮">
<input type="button" class="ui-button ui-button-morange" value="橙色中按钮">
<input type="button" class="ui-button ui-button-sorange" value="橙色小按钮">
<button class="ui-button ui-button-lorange">橙色大按钮</button>
<button class="ui-button ui-button-morange">橙色中按钮</button>
<button class="ui-button ui-button-sorange">橙色小按钮</button>
<a href="javascript:;" class="ui-button ui-button-lwhite">白色大按钮</a>
<a href="javascript:;" class="ui-button ui-button-mwhite">白色中按钮</a>
<a href="javascript:;" class="ui-button ui-button-swhite">白色小按钮</a>
<input type="button" class="ui-button ui-button-lwhite" value="白色大按钮">
<input type="button" class="ui-button ui-button-mwhite" value="白色中按钮">
<input type="button" class="ui-button ui-button-swhite" value="白色小按钮">
<button class="ui-button ui-button-lwhite">白色大按钮</button>
<button class="ui-button ui-button-mwhite">白色中按钮</button>
<button class="ui-button ui-button-swhite">白色小按钮</button>
<a href="javascript:;" class="ui-button ui-button-ldisable">灰色大按钮</a>
<a href="javascript:;" class="ui-button ui-button-mdisable">灰色中按钮</a>
<a href="javascript:;" class="ui-button ui-button-sdisable">灰色小按钮</a>
<input type="button" class="ui-button ui-button-ldisable" value="灰色大按钮">
<input type="button" class="ui-button ui-button-mdisable" value="灰色中按钮">
<input type="button" class="ui-button ui-button-sdisable" value="灰色小按钮">
<button class="ui-button ui-button-ldisable">灰色大按钮</button>
<button class="ui-button ui-button-mdisable">灰色中按钮</button>
<button class="ui-button ui-button-sdisable">灰色小按钮</button>
<a href="javascript:;" class="ui-button ui-button-lblue">蓝色大按钮</a>
<a href="javascript:;" class="ui-button ui-button-mblue">蓝色中按钮</a>
<a href="javascript:;" class="ui-button ui-button-sblue">蓝色小按钮</a>
<input type="button" class="ui-button ui-button-lblue" value="蓝色大按钮">
<input type="button" class="ui-button ui-button-mblue" value="蓝色中按钮">
<input type="button" class="ui-button ui-button-sblue" value="蓝色小按钮">
<button class="ui-button ui-button-lblue">蓝色大按钮</button>
<button class="ui-button ui-button-mblue">蓝色中按钮</button>
<button class="ui-button ui-button-sblue">蓝色小按钮</button>
<a href="javascript:;" class="ui-button ui-button-lgreen">绿色大按钮</a>
<a href="javascript:;" class="ui-button ui-button-mgreen">绿色中按钮</a>
<a href="javascript:;" class="ui-button ui-button-sgreen">绿色小按钮</a>
<input type="button" class="ui-button ui-button-lgreen" value="绿色大按钮">
<input type="button" class="ui-button ui-button-mgreen" value="绿色中按钮">
<input type="button" class="ui-button ui-button-sgreen" value="绿色小按钮">
<button class="ui-button ui-button-lgreen">绿色大按钮</button>
<button class="ui-button ui-button-mgreen">绿色中按钮</button>
<button class="ui-button ui-button-sgreen">绿色小按钮</button>
FAQs
We found that alice-button 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.