
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.
@public-js/keep-updated
Advanced tools
Hassle-free dependency updates
Add the package to your project by running:
npm i -D @public-js/keep-updated
Add the following array to your package.json
:
"keepUpdated": []
Populate the array with desired packages either manually or by running npx @public-js/keep-updated add package1 package2
.
Execute it directly:
npx @public-js/keep-updated update --audit-fix
or add the following to your root package.json
file:
"scripts": {
"keep-updated": "keep-updated update --audit-fix"
}
Run npx @public-js/keep-updated --help
to find out about other options.
The package will identify your preferred manager based on the lock-file,
fetch all the dependencies listed in the keepUpdated
(or keep-updated
) array and install
the latest desired versions of the listed packages.
Then all changes, except sorting, made to the package.json
will be reverted
retaining only lock-file changes.
You might want to include this package as an additional step to your CI pipeline
e.g. prior to merging branches into main
.
MIT, full license text. Read more about it on TLDRLegal.
FAQs
Hassle-free dependency updates
The npm package @public-js/keep-updated receives a total of 3 weekly downloads. As such, @public-js/keep-updated popularity was classified as not popular.
We found that @public-js/keep-updated 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.