
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@solana-program/address-lookup-table
Advanced tools
The Solana Address Lookup Table program and its clients
A generated JavaScript library for the Address Lookup Table program.
To build and test your JavaScript client from the root of the repository, you may use the following command.
pnpm clients:js:test
This will start a new local validator, if one is not already running, and run the tests for your JavaScript client.
Alternatively, you can go into the client directory and run the tests directly.
# Build your programs and start the validator.
pnpm programs:build
pnpm validator:restart
# Go into the client directory and run the tests.
cd clients/js
pnpm install
pnpm build
pnpm test
You may also use the following scripts to lint and/or format your JavaScript client.
pnpm lint
pnpm lint:fix
pnpm format
pnpm format:fix
FAQs
The Solana Address Lookup Table program and its clients
We found that @solana-program/address-lookup-table demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.