
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.
suppress-experimental-warnings
Advanced tools
Filters experimental warnings from Node.js CLI output.
Filters experimental warnings from Node.js CLI output.
When using experimental Node.js features like experimental loaders, Node.js outputs some annoying warnings that clutter the CLI:
(node:1710) ExperimentalWarning: Custom ESM Loaders is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
This package filters those warnings but leaves the others where they are.
# npm
$ npm install suppress-experimental-warnings
# Yarn
$ yarn add suppress-experimental-warnings
$ node --require=suppress-experimental-warnings --experimental-loader=node-esm-loader index.js
$ NODE_OPTIONS="--require=suppress-experimental-warnings --experimental-loader=node-esm-loader" index.js
Since imports in ESM run async, we have to make sure that the import runs before all other imports. This is needed when you cannot pass suppress-experimental-warnings
via a a CLI argument. Note that at the time of writing this documentation, the import order seems to be non-deterministic (also for sync import).
import 'suppress-experimental-warnings';
await import('./your-app.js');
Are you missing something or want to contribute? Feel free to file an issue or a pull request! ⚙️
Hey, I am Sebastian Landwehr, a freelance web developer, and I love developing web apps and open source packages. If you want to support me so that I can keep packages up to date and build more helpful tools, you can donate here:
If you want to send me a one time donation. The coffee is pretty good 😊.
Also for one time donations if you like PayPal.
Here you can support me regularly, which is great so I can steadily work on projects.
Thanks a lot for your support! ❤️
FAQs
Filters experimental warnings from Node.js CLI output.
The npm package suppress-experimental-warnings receives a total of 4,436 weekly downloads. As such, suppress-experimental-warnings popularity was classified as popular.
We found that suppress-experimental-warnings 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.