
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.
vue-waveview
Advanced tools
import TLWaveView from 'vue-waveview'
import 'vue-waveview/vue-waveview.css'
<div style="width: 200px;height: 200px;">
<TLWaveView
:waveAmplitude="waveAmplitude"
:waveHeight="waveHeight"
:width="200"
:height="200"
bgColor="gainsboro"
:isCycle="true"
:styleObj="{border: '1px solid white', borderRadius: '50%'}"
waveColor="rgba(0, 255, 255, 255)"
></TLWaveView>
</div>
| 字段 | 类型 | 版本 | 说明 |
|---|---|---|---|
| isCycle | Boolean | 1.1.0 | 是否圆形化,组件长宽一样才有效 |
| waveColor | String | 1.0.3 | 水波纹的颜色 |
| bgColor | String | 1.0.1 | 组件背景,默认为white,圆形化才会有效 |
| styleObj | Object | 1.0.1 | 样式对象,例如添加圆边框、使组件圆形化 |
| waveHeight | Number | 1.0.1 | 波纹高度,介于0到组件高度之间 |
| waveAmplitude | Number | 1.0.1 | 波纹振幅,默认等于1/4组件宽度 |




FAQs
The npm package vue-waveview receives a total of 4 weekly downloads. As such, vue-waveview popularity was classified as not popular.
We found that vue-waveview 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.