Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
3
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.22.3-beta.5 to 3.22.3-beta.6

3

dist/types/decoded-data.d.ts

@@ -49,3 +49,3 @@ import type { TokenInfo } from './common';

type: ConfirmationViewTypes.KILN_NATIVE_STAKING_DEPOSIT;
status: 'unknown';
status: string;
estimatedEntryTime: number;

@@ -63,4 +63,5 @@ estimatedExitTime: number;

expectedFiatMonthlyReward: number;
numValidators: number;
} & DecodedDataResponse;
export type AnyConfirmationView = BaselineConfirmationView | SwapOrderConfirmationView | TwapOrderConfirmationView | NativeStakingDepositConfirmationView;
export {};

@@ -291,5 +291,5 @@ import type { AddressEx, Page, TokenInfo } from './common';

export type Order = SwapOrder | SwapTransferOrder | TwapOrder;
export type StakingTxInfo = NativeStakingDepositConfirmationView & {
export type StakingTxInfo = {
type: TransactionInfoType.NATIVE_STAKING_DEPOSIT;
};
} & Omit<NativeStakingDepositConfirmationView, 'type'>;
export type TransactionInfo = Transfer | SettingsChange | Custom | MultiSend | Cancellation | Creation | Order | StakingTxInfo;

@@ -296,0 +296,0 @@ export type ModuleExecutionInfo = {

{
"name": "@safe-global/safe-gateway-typescript-sdk",
"version": "3.22.3-beta.5",
"version": "3.22.3-beta.6",
"main": "dist/index.js",

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

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