Socket
Socket
Sign inDemoInstall

@safe-global/safe-gateway-typescript-sdk

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@safe-global/safe-gateway-typescript-sdk - npm Package Compare versions

Comparing version 3.21.0-alpha.1 to 3.21.0-alpha.2

4

dist/index.d.ts

@@ -8,3 +8,3 @@ import type { operations } from './types/api';

import type { MasterCopyReponse } from './types/master-copies';
import type { DecodedDataResponse } from './types/decoded-data';
import type { BaselineConfirmationView, CowSwapConfirmationView, DecodedDataResponse } from './types/decoded-data';
import type { SafeMessage, SafeMessageListPage } from './types/safe-messages';

@@ -104,3 +104,3 @@ import type { DelegateResponse, DelegatesRequest } from './types/delegates';

*/
export declare function getConfirmationView(chainId: string, safeAddress: string, encodedData: operations['data_decoder']['parameters']['body']['data'], to?: operations['data_decoder']['parameters']['body']['to']): Promise<DecodedDataResponse>;
export declare function getConfirmationView(chainId: string, safeAddress: string, encodedData: operations['data_decoder']['parameters']['body']['data'], to?: operations['data_decoder']['parameters']['body']['to']): Promise<BaselineConfirmationView | CowSwapConfirmationView>;
/**

@@ -107,0 +107,0 @@ * Returns all defined chain configs

@@ -234,2 +234,6 @@ import type { AddressEx, Page, TokenInfo } from './common';

executedSurplusFee?: string | null;
/** @description The (optional) address to receive the proceeds of the trade */
receiver?: string | null;
/** @description The App Data for this order */
fullAppData?: Record<string, unknown> | null;
};

@@ -236,0 +240,0 @@ export type TransactionInfo = Transfer | SettingsChange | Custom | MultiSend | Cancellation | Creation | SwapOrder;

{
"name": "@safe-global/safe-gateway-typescript-sdk",
"version": "3.21.0-alpha.1",
"version": "3.21.0-alpha.2",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

Sorry, the diff of this file is not supported yet

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