
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
AlertOver (https://www.alertover.com ) client for Node.js
AlertOver Node.js 客户端
npm install alertover --save
const AlertOver = require('alertover');
const client = new AlertOver({
source: 's-f01ff252-6609-47f3-a7ae-xxxxxx', // 默认发送源
receiver: 'g-04523131-19b3-4abd-89f7-xxxxx', // 默认接收组
})
client.send('Hello', 'World').then(console.log).catch(console.log)
详情参数指定
/**
* 发送 Alert
*
* @param {String} title 发送标题
* @param {Stringany} content 发送内容
* @param {boolean} [urgency=false] 是否紧急
* @param {String} [receiver=this.receiver] 接收组
* @param {String} [source=this.source] 发送源
* @returns {Promise}
* @memberof AlertOver
*/
send(title, content, urgency = false, receiver = this.receiver, source = this.source)
FAQs
AlertOver (https://www.alertover.com ) client for Node.js
The npm package alertover receives a total of 0 weekly downloads. As such, alertover popularity was classified as not popular.
We found that alertover 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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.