
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
rainbow-waves
Advanced tools
rainbow-waves is a wave component on Vue by z7xisoo in github.
npm i --save rainbow-waves
import RainbowWaves from 'rainbow-waves'
<rainbow-waves :config="config"></rainbow-waves>
| key | type | default | use |
|---|---|---|---|
| el | String | "rainbow-waves" | canvas id |
| new | Boolean | true | create new canvas |
| clear | Boolean | true | clear canvas when animation |
| width | Number | 1920 | canvas width |
| height | Number | 1080 | canvas height |
| direction | String | "bottom" | waves direction |
| background | Object | {...} | canvas background |
| key | type | default | use | range |
|---|---|---|---|---|
| jitter | Number | 0.04 | 波浪抖动频率 | [0.01 - 1.00] |
| restore | Number | 0.03 | 波峰差值恢复速度 | [0.01 - 1.00] |
| waveGap | Number | 80 | 波浪峰差 | - |
| waterGap | Number | 20 | 水位差 | - |
| waveUps | Number | 6 | 波浪起伏频率 | [1 - 10] |
| bit | Number | 0.45 | 波浪占比 | [0.01 - 1.00] |
| background | Object | {...} | canvas background | - |
| key | type | default | use | range |
|---|---|---|---|---|
| type | String | "" | type | "color","image","gradient" |
| color | String Array | "" | color | - |
| position | Array | "" | image-gradient-positon | [0,0,width,0] |
| src | String | "" | image-url | "color","image","gradient" |
| repetition | String | "" | image-repetition | "color","image","gradient" |
import image from "rainbow-waves.png";
background = {
type: "gradient",
color: ["red", "orange", "green", "blue"],
position:[0,0,1920,1080]
};
background = {
type: "image",
src:image,
repetition:"repeat", // "repeat","repeat-x","repeat-y","no-repeat"
};
background = {
type: "color",
color: "green",
};
MIT

FAQs
z7xisoo rainbow-waves vue
We found that rainbow-waves 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.