
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
yarn add xuliang_bp
import {draws} from 'xuliang_bp'
const Ocan = new draws({
arr: arr,
dom: '#myCanvas',
maxHeight: maxHeight,
onChange:onChange.bind(this), // 点击canvas调整进度 会返回点击处百分比
});
function onChange(percent){
console.log(percent); // 0.45 0.56 0.87
audio.currentTime = audio.duration*percent;
}
audio.ontimeupdate=function(){
const width = (audio.currentTime / audio.duration)*canvasWidth;
Ocan.beginDraw(width);
}
//Ocan.beginDraw(200); // 播放时 刷新已播放进度 可以用 百分比 * canvas宽度
onChange:onChange.bind(this), // 点击canvas调整进度 会返回点击处百分比
arr: 谱段height数组 [1,2,34,12,3,412,12,41]]
dom: canvas标签class || id '.canvas' || '#canvas'
FAQs
专供CY使用
We found that xuliang_bp 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
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.