
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.
check-n-continue-cli
Advanced tools
A CLI that blocks until a test passes (or fails after after too many retries)
A simple cli tool that exits successfully only after a test routine passes or fails after a configurable number of retries.
Disclaimer: I quickly published this as I wanted to ship it before 2017, I'll document it properly in the coming days.
Uses cases:
wait for a DB instance to be accessible before running migrations
make sure an API is available before start a service
check-n-continue -m|--module <path to the test module> [-d|--delay <delay between retries in ms, 3000>] [-r|--retries <number of retries, 20> [-v|--versbose]
Example:
check-n-continue -m test/testDBconnection.js && npm run migrations
The only mandatory argument is the path to the test module, which is of the form:
// export a function that receives args from minimist
module.exports = function configureTester(args) {
// return a function that will be called many time
return function test() {
// always return a promise
return Promise.resolve('always pass');
}
}
FAQs
A CLI that blocks until a test passes (or fails after after too many retries)
The npm package check-n-continue-cli receives a total of 0 weekly downloads. As such, check-n-continue-cli popularity was classified as not popular.
We found that check-n-continue-cli 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.