
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.
A typescript library for spawning and executing child processes.
A common implementation is the following:
import ray from 'r4y';
const response = await ray.execute('echo $WHATEVER');
console.log(response);
await ray.spawn('find . -type f | wc');
import ray from 'r4y';
ray.config.set({
debug: false,
spin: false,
spawn: {
log: {
stdout: 'trace',
stderr: 'error',
}
},
});
Parameter name | Parameter type | Parameter description |
---|---|---|
debug | boolean | Wheater or not to console log debugging information like child ID |
spin | boolean | Wheater or not to show a spinning console log |
spawn.log.stdout | LogMethod | How the child process should log its stdout |
spawn.log.stderr | LogMethod | How the child process should log its stderr |
type LogMethod = 'trace' | 'debug' | 'info' | 'warn' | 'error';
This repo try to follow the Unix philosophy.
r4y
stands for ray, like in Radioactive ray.
3xp
A typescript library for validating objects.
i0n
A typescript library for console logging.
w3i
A typescript library for handling configurations.
FAQs
A NodeJS library for managing child processes
The npm package r4y receives a total of 0 weekly downloads. As such, r4y popularity was classified as not popular.
We found that r4y demonstrated a healthy version release cadence and project activity because the last version was released less than 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.