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.1.10 to 1.1.11

dist/types/assets-record.type.d.ts

2

dist/index.d.ts

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

export type { Asset } from './types/asset.type';
export type { AssetsRecord } from './types/assets-record.type';
export type { BestRouteResponse } from './types/best-route-response.type';
export type { CalculatedSwapRoute } from './types/calculated-swap-route.type';

@@ -10,0 +12,0 @@ export { getAssetsRecord, getBestRoute } from './utils/api.utils';

4

dist/utils/api.utils.d.ts

@@ -1,4 +0,4 @@

import { AssetsRecordResponse } from '../types/assets-record-response.type';
import { AssetsRecord } from '../types/assets-record.type';
import { BestRouteResponse } from '../types/best-route-response.type';
export declare const getAssetsRecord: () => Promise<AssetsRecordResponse>;
export declare const getAssetsRecord: () => Promise<AssetsRecord>;
export declare const getBestRoute: (params: {

@@ -5,0 +5,0 @@ inputAssetAmount: string;

{
"name": "rainbow-swap-sdk",
"version": "1.1.10",
"version": "1.1.11",
"description": "An SDK for building applications on top of Rainbow Swap",

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

"@ton/core": "^0.56.3",
"@ton/crypto": "^3.2.0",
"@ton/ton": "^13.11.2",

@@ -27,2 +28,3 @@ "axios": "^1.7.2",

"devDependencies": {
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.16.0",

@@ -29,0 +31,0 @@ "@typescript-eslint/parser": "^7.16.0",

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