
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
一个简单的省区市滑动选择插件
yarn add ay-color
or
npm i ay-color --S
//ES6引入
import colorsel from 'ay-color'
Vue.use(colorsel);
//require引入
var colorsel = require('colorsel_ay')
Vue.use(colorsel)
//组件中使用
```html
<ay-color :colorArr=colorArr :show=show @getColor=getc></ay-color>
| 参数 | 作用 | 类型 | 默认值 |
|---|---|---|---|
| colorArr | 定义的颜色数组 | ||
| show | 展示与隐藏 |
| name | Description |
|---|---|
| getColor | 获取选中的颜色 |
FAQs
The npm package colorsel receives a total of 8 weekly downloads. As such, colorsel popularity was classified as not popular.
We found that colorsel 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.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.