
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.
imx-widgets-react
Advanced tools
A collection of widgets for use with React apps for displaying data from [Immutable X](https://www.immutable.com/).
A collection of widgets for use with React apps for displaying data from Immutable X.
npm install imx-widgets-react
// or
yarn install imx-widgets-react
Opens the window to link your wallet with IMX.

import { IMXLinkWallet } from 'imx-widgets-react';
<IMXLinkWallet
// (optional) string: IMX Link URL, will default to mainnet
imxLinkAddress=""
// (optional) string: IMX API URL, will default to mainnet
imxApiAddress=""
// (optional) string: CSS class name for for the container that the button is in
containerClassName=""
// (optional) React.Component: Component that will be displayed when the wallet has been linked
linkedComponent={<MyComponent />}
// (optional) React.Component: Component that will be displayed when the wallet is not linked.
unlinkedComponent={<MyComponent />}
/>
Displays the linked wallets IMX balance.
NOTE: Requires the IMXLinkWidget to be used and for a wallet to have been linked before a balance will be displayed.

import { IMXBalance } from 'imx-widgets-react';
<IMXBalance
imxLinkAddress="" // (optional) string: IMX Link URL, will default to mainnet
imxApiAddress="" // (optional) string: IMX API URL, will default to mainnet
/>
Displays the linked wallets IMX balance and deposit funds to IMX.
NOTE: Requires the IMXLinkWidget to be used and for a wallet to have been linked before a balance will be displayed and funds can be deposited.

import { IMXDeposit } from 'imx-widgets-react';
<IMXDeposit
imxLinkAddress="" // (optional) string: IMX Link URL, will default to mainnet
imxApiAddress="" // (optional) string: IMX API URL, will default to mainnet
/>
FAQs
A collection of widgets for use with React apps for displaying data from [Immutable X](https://www.immutable.com/).
The npm package imx-widgets-react receives a total of 1 weekly downloads. As such, imx-widgets-react popularity was classified as not popular.
We found that imx-widgets-react 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.