
Security News
Rust RFC Proposes a Security Tab on crates.io for RustSec Advisories
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.
@imtbl/checkout-sdk
Advanced tools
The Checkout SDK folder provides both functions and user interfaces for interacting with various wallets and L2 networks. It provides all the tools to enable transaction ready gamers including on ramping, dex swaps, bridging and more.
Read more about the Checkout SDK in our docs here.
You can find example usages of this package in the examples set up here
To install this package, run the following command:
npm add @imtbl/checkout-sdk
# or
pnpm add @imtbl/checkout-sdk
# or
pnpm add @imtbl/checkout-sdk
This package is also included within the @imtbl/sdk NPM package and can be re-exported directly from there.
If your environment supports conditional exports, you can import the contents of this package directly from the @imtbl/sdk package using the @imtbl/sdk/checkout import path like so:
import { Checkout } from '@imtbl/sdk/checkout';
This is the recommended way of consuming this package, as it allows for better tree-shaking and smaller bundle sizes.
If your environment does not support conditional exports, you will need to import the contents of this package directly from the @imtbl/sdk package like so:
import { checkout } from '@imtbl/sdk';
const { Checkout } = checkout;
However this method will result in a larger bundle size as the entire @imtbl/checkout-sdk package will be included in your bundle.
FAQs
Immutable Checkout SDK
The npm package @imtbl/checkout-sdk receives a total of 3,194 weekly downloads. As such, @imtbl/checkout-sdk popularity was classified as popular.
We found that @imtbl/checkout-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.

Security News
/Research
Socket found a Rust typosquat (finch-rust) that loads sha-rust to steal credentials, using impersonation and an unpinned dependency to auto-deliver updates.

Research
/Security Fundamentals
A pair of typosquatted Go packages posing as Google’s UUID library quietly turn helper functions into encrypted exfiltration channels to a paste site, putting developer and CI data at risk.