
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
yarn add GVCode
import gvcode from 'gccdoe'
const instance = gvcode({
wdith: 100,
height: 30,
});
const code = instance.value() // 获得图片验证码base64数据
| 属性名 | 说明 | 类型 | 可选值 | 默认值 |
|---|---|---|---|---|
| width | 图片验证码的宽度 | numner | 100 | |
| height | 图片验证码的高度 | numner | 30 | |
| type | 图片验证码中字符串的类型 | string | letter(字母)/digital(数字 0-9) | -(数字和字母) |
| type | 图片验证码中字符串的类型 | string | letter(字母)/digital(数字 0-9) | -(数字和字母) |
| 方法名 | 说明 |
|---|---|
| refresh | 刷新验证码 |
| value | 获取图片验证的 base64 数据 |
feat:
- 生成验证码
- 刷新验证码
— 获取验证码
fix:
- 修复刷新验证码没有返回的 bug
fix:
- 修复typeOf方法错误
fix:
- 优化传值不是object类型时的错误提示
fix:
- 修复type传值无效的问题
FAQs
We found that gvcode 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.