
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
waterfall-cli
Advanced tools
TODO
TODO
Read the docs at: https://waterfallcli.io/docs/
TODO
We love contributions! Contributing is easy; learn how.
The printError()
function prints a message in a standardized way. The message will be sent to stderr
, and it is possible that this might appear before un-flushed content in the stdout
stream has been flushed. So, care may be needed to ensure stdout
is flushed before calling printError()
if you want the error message to always appear last. Also, it's your responsibility what happens after the message is output. ie: If you want to exit the program, and you're not within asynchronously executed code, you might be fine using process.exit()
to immediately exit. But, if within asynchronous or callback code, you will likely find that process.exit()
does not immediately exit, but instead, the 'exit' is scheduled for execution after currently executing code is done, so you'll need to use other flow control approaches (eg: return
or throw an Error
) to prevent subsequent code from executing.
FAQs
Effortlessly create CLIs powered by Node.js
The npm package waterfall-cli receives a total of 84 weekly downloads. As such, waterfall-cli popularity was classified as not popular.
We found that waterfall-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.