New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rainbow-swap-sdk

Package Overview
Dependencies
Maintainers
0
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rainbow-swap-sdk - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

dist/types/best-route-params.type.d.ts

1

dist/index.d.ts

@@ -11,2 +11,3 @@ export { mapSwapRouteToRoute } from './dexes/shared/calculated-swap-route.utils';

export type { AssetsRecord } from './types/assets-record.type';
export type { BestRouteParams } from './types/best-route-params.type';
export type { BestRouteResponse } from './types/best-route-response.type';

@@ -13,0 +14,0 @@ export type { CalculatedSwapRoute } from './types/calculated-swap-route.type';

10

dist/utils/api.utils.d.ts
import { AppStatus } from '../types/app-status.type';
import { AssetsRecord } from '../types/assets-record.type';
import { BestRouteParams } from '../types/best-route-params.type';
import { BestRouteResponse } from '../types/best-route-response.type';
export declare const getAssetsRecord: () => Promise<AssetsRecord>;
export declare const getBestRoute: (params: {
inputAssetAmount: string;
inputAssetAddress: string;
outputAssetAddress: string;
maxDepth?: number;
senderAddress?: string;
maxSlippage?: number;
}) => Promise<BestRouteResponse>;
export declare const getBestRoute: (params: BestRouteParams) => Promise<BestRouteResponse>;
export declare const getAppStatus: () => Promise<AppStatus>;
{
"name": "rainbow-swap-sdk",
"version": "1.3.4",
"version": "1.3.5",
"description": "SDK for building applications on top of Rainbow Swap 🌈 - The Next Gen DEX Aggregator on TON 💎.",

@@ -5,0 +5,0 @@ "repository": "https://github.com/0xblackbot/rainbow-swap-sdk.git",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc