
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
npm install --save vuc-image
yarn add vuc-image
全局
import vucImage from 'vuc-image'
Vue.use(vucImage)
局部
import {vucImage} from 'vuc-image'
export default {
components: {vucImage}
}
| 属性 | 类型 | 默认值 | 说明 |
|---|---|---|---|
| type | string | blur | 图像模式 (blur inverse blackWhite monochrome prints blur watermark cameo) |
| mode | string | red | monochrome模式下的色值选择(red green blue |
| tone | number | 126 | prints 模式下对比值 |
| imgageMode | boolean | false | 图像模式 |
| H | number | 300 | 高 |
| W | number | 600 | 宽 |
| waterText | string | loo41 | watermark模式下的水印文字 |
| waterLocation | array | [30, 100] | watermark模式文字的起始坐标 |
| font | string | 30px Georgia | watermark模式文字样式 |
| fontColor | string | white | watermark模式文字颜色 |
| cameoConst | number | 128 | cameo 模式下对比值 |
| imgUrl | Array | [] | 图片只取第一张 |
| click | fun | 图片点击事件 |
FAQs
A vue-canvas effects components
We found that vuc-image 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.