
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
foundry-js
Advanced tools
The foundry binary published to npmjs. See all the available versions here.
npm install foundry-js@nightly
# or install globally
# npm install -g foundry-js@nightly-0.2.0
# or specify a release tag (version)
# npm install foundry-js@nightly-0.2.0-a170021
If installed globally:
forge -V
# forge 0.2.0 (a170021 2024-02-16T00:17:36.445247161Z)
If installed locally:
npx forge -V
# forge 0.2.0 (a170021 2024-02-16T00:17:36.445247161Z)
package.json. Don't alter the version (leave it to 1.0.0), as the version will be self managed by the Github Actions..github/workflows/publish.yml is triggered either scheduled-ly or manually.ci.sh.ci.sh, it will fetch all releases of foundry, and check if there is a new release.download.js and publish it to npm.bin/<>-delegate.sh (e.g., bin/forge-delegate.sh) will link the pre-compiled binary to the PATH while installing the package, and handle different architectures (currently support linux-amd64, linux-arm64, darwin-amd64 and darwin-arm64).FAQs
The foundry binary published to npmjs.
The npm package foundry-js receives a total of 673 weekly downloads. As such, foundry-js popularity was classified as not popular.
We found that foundry-js 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.