
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
Erc20 Token Kit
const erc20kit = require('erc20kit');
let node = 'https://ropsten.infura.io/v3/1d106c3131ba40c898b399c3b52d78ed'
let privateKey = '3de74458eda1772ba5594964381233f97b889e9e8a4c2282028e4742cbdbd5dc'
let token = '0x78349dDd1F9a731fee7C9A2c56aA7C602762e466'
let sendTo = '0x78349dDd1F9a731fee7C9A2c56aA7C602762e466'
async function main() {
try {
const a1 = await erc20kit.send(node, privateKey, token, sendTo, 0.001);
console.log(a1);
const a2 = await erc20kit.sendPercentage(node, privateKey, token, sendTo, 1);
console.log(a2);
const a3 = await erc20kit.balance(node, privateKey, token);
console.log(a3);
} catch (e) {
console.log(e);
}
}
main();
FAQs
Erc20 Token Kit
We found that erc20kit 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.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.