New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

foundry-up

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

foundry-up

The NPM package that simply loads Foundry executable.

unpublished
latest
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

Foundry up @ NPM

This package simply publishes Foundry executables to NPM, so that run forge build by simply installing this package.

When installing, this package will install the latest nightly version of Foundry.

Usage

Install

npm install -g foundry-up

Note that you can install this package locally, but in this case you won't be able to execute the commands globally. See below for more details.

Usage

Install globally

forge -V

# forge 0.2.0 (b174c3a 2024-02-09T00:16:22.953958126Z)

Install locally

npx forge -V # or npm exec forge -V

# forge 0.2.0 (b174c3a 2024-02-09T00:16:22.953958126Z)

Update

You can reinstall the package to get the latest version of Foundry.

npm uninstall -g foundry-up && npm install -g foundry-up

FAQs

Package last updated on 12 Feb 2024

Did you know?

Socket

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.

Install

Related posts