
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
@open-node/bitmap
Advanced tools
const Bitmap = require('@open-node/bitmap')
const bitmap = new Bitmap(canvas); // canvas 是 canvas 的dom对象,或者node-canvas 服务器端创建的实例
bitmap.init(red, green, blue); // 初始化,code是函数的代码,参数分别是红绿蓝三种颜色的控制函数, 函数体
bitmap.draw(); // 静态绘制
// bitmap.play(); // 动态播放
// bitmap.stop(); // 停止播放
canvas dom canvas dom objectReturns Bitmap Instance
初始化r,g,b函数
Returns void
静态绘制
Returns void
动画绘制开启
Returns void
重置帧计数
Returns void
动画绘制关闭
Returns void
FAQs
rgb-bitmap
The npm package @open-node/bitmap receives a total of 1 weekly downloads. As such, @open-node/bitmap popularity was classified as not popular.
We found that @open-node/bitmap 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
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.