Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@lifi/wallet-management
Advanced tools
This repository contains LI.FI Widget and supporting libraries.
LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.
LI.FI Wallet Management is our library of hooks that can help you gain complete control over your app's wallet management.
LI.FI Widget is available as an npm package.
npm:
npm install @lifi/widget
yarn:
yarn add @lifi/widget
LI.FI Wallet Management is available as an npm package.
npm:
npm install @lifi/wallet-management
yarn:
yarn add @lifi/wallet-management
Here is an example of a basic app using LI.FI Widget:
import { LiFiWidget, WidgetConfig } from '@lifi/widget';
import { useMemo } from 'react';
export const WidgetPage = () => {
const widgetConfig: WidgetConfig = useMemo(() => {
return {
containerStyle: {
border: '1px solid rgb(234, 234, 234)',
borderRadius: '16px',
},
};
}, []);
return <LiFiWidget config={widgetConfig} />;
};
Visit our playground to see how you can customize your LI.FI Widget experience.
The changelog is regularly updated to reflect what's changed in each new release.
This project is licensed under the terms of the Apache-2.0.
FAQs
LI.FI Wallet Management solution.
The npm package @lifi/wallet-management receives a total of 3,653 weekly downloads. As such, @lifi/wallet-management popularity was classified as popular.
We found that @lifi/wallet-management demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.