🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

nimbus-universal-swap

Package Overview
Dependencies
Maintainers
1
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nimbus-universal-swap

Nimbus Swap Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

latest
npmnpm
Version
5.31.53
Version published
Weekly downloads
238
1222.22%
Maintainers
1
Weekly downloads
 
Created
Source

Nimbus Universal Swap Widget

Supported chains:

  • EVM
  • TON
  • SUI
  • SOL
  • ECLIPSE

Installation

Nimbus Universal Swap Widget

Nimbus Universal Swap Widget is available as an npm package. Inspired by LiFi widget

npm:

npm install nimbus-universal-swap

yarn:

yarn add nimbus-universal-swap

Getting started with Nimbus Widget

Here is an example of a basic app using Nimbus Widget:

import { NimbusSwapWidget, WidgetConfig } from 'nimbus-universal-swap';

const widgetConfig: WidgetConfig = {
  theme: {
    container: {
      border: '1px solid rgb(234, 234, 234)',
      borderRadius: '16px',
    },
  },
};

export const WidgetPage = () => {
  return (
    <NimbusSwapWidget
      integrator="Your dApp/company name"
      config={widgetConfig}
    />
  );
};

Examples

See examples folder in this repository.

Changelog

The changelog is regularly updated to reflect what's changed in each new release.

License

This project is licensed under the terms of the Apache-2.0.

Keywords

widget

FAQs

Package last updated on 03 Nov 2025

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