
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.
ac-qrcodes
Advanced tools
二维码组件

在线演示:https://tinper-acs.github.io/ac-qrcode/
React二维码组件,使用底层核心算法qr.js进行组件封装,提供标准的功能展示,具有Level、前景、背景颜色设置、大小设置、边框间距设置、SVG和Canvas格式等
npm安装
npm install ac-qrcodes --save
cnpm安装
cnpm install ac-qrcodes --save
ynpm安装
ynpm install ac-qrcodes --save
import AcQrcode from "ac-qrcodes";
render(){
return (<div>
<AcQrcode
value={"http://tinper.org/"}
size={128}
bgColor={"#ffffff"}
fgColor={"#000000"}
level={"L"}
includeMargin={false}
renderAs={"svg"}
/>
</div>)
}
| 参数 | 类型 | 默认值 |
|---|---|---|
| value | string | |
| renderAs | string ('canvas' 'svg') | 'canvas' |
| size | number | 128 |
| bgColor | string (CSS color) | "#FFFFFF" |
| fgColor | string (CSS color) | "#000000" |
| level | string ('L' 'M' 'Q' 'H') | 'L' |
| includeMargin | boolean | false |
FAQs
We found that ac-qrcodes demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 12 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.