
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
@yidun/alipay-ne-captcha
Advanced tools
在根目录执行下述命令,https://opendocs.alipay.com/mini/ide/npm-manage
npm install @yidun/alipay-ne-captcha
在页面或组件的 json 文件中声明引组件
{ "usingComponents": { "ne-captcha": "path-to-component/ne-captcha/index" } } 注意:在支付宝小程序开发者工具中,请务必在详情-项目配置下,勾选启用component2编译。
<view>
<ne-captcha
ref="saveCaptchaRef"
captchaId="CAPTCHA_ID"
width="320rpx"
onError="handlerError"></ne-captcha>
<view>
<button onTap="handleOpenCaptcha">点击验证</button>
</view>
</view>
Page({
saveCaptchaRef (ref) {
this.captchaRef = ref
},
handlerError (error) {},
handleOpenCaptcha () {
this.captchaRef.popup()
}
})
| 可配项 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| captchaId | String | 无 | 验证码ID |
| lang | String | 'zh-CN' | 语言 |
| width | String | 'auto' | 验证码弹框宽度,接受单位'rpx'/'px'/'rem'/'%' |
| customStyles | Object | null | 自定义验证码样式,详情查看下面 |
| 注意: 小程序的超时设置可在 app.json 全局配置 |
| 事件名 | 参数 | 描述 |
|---|---|---|
| onError | 无 | 验证码配置失败 |
| onInit | 无 | 验证码配置成功(初始化) |
| onReady | 无 | 验证码准备就绪 |
| onVerify | err, validate 验证码验证完成 | |
| onClose | 无 | 验证码弹框准备关闭 |
FAQs
neCaptcha component for alipay miniprogram
We found that @yidun/alipay-ne-captcha demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers 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.

Research
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.