
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.
aws-sdk-sugar
Advanced tools
I just noticed a big spike in downloads on npm. I'm hoping this is mirrors/bots and not real people.
This package isn't even remotely stable right now.
This module is a collection of method wrappers to (hopefully) lower the barrier to entry for interacting with AWS services.
My uses cases are primarily focused on EC2/ELB automation.
I'm happy to accept PRs for additional services.
npm install aws-sdk-sugar
var elb = require('aws-sdk-sugar').elb;
//log a list of instances in the 'prod-web' ELB
elb.list('prod-web',console.log);
//add an instance to prod-web
elb.add('prod-web','ia232342324', someCallback);
//add multiple instances to prod-web
elb.add('prod-web',['ia22222','ia44444444','ia3873737373'], someCallback);
FAQs
This tries to make working with AWS-sdk less painful
We found that aws-sdk-sugar 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.