Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@bazel/worker
Advanced tools
Bazel workers allow actions to be executed by a program that stays running.
Learn more about Bazel workers from Mike Morearty's medium article
Read index.d.ts
for the worker API. Essentially you call runWorkerLoop
passing it a function to call back when each build request arrives.
See the worker example for a full example with comments.
Accept arguments as a params file
stdin and stdout of the process are reserved for the worker protocol with Bazel.
That means anything that does a console.log
can cause an error.
Bazel prints a snippet of whatever was printed to stdout to help you track it down.
Writing to stderr is fine, for example with console.error
.
In the future, we might improve this worker library to patch out the nodejs console.log function so that it doesn't interfere with the worker protocol.
FAQs
Adapt Node programs to run as a Bazel worker
We found that @bazel/worker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.