Socket
Socket
Sign inDemoInstall

@gnosis.pm/safe-react-gateway-sdk

Package Overview
Dependencies
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gnosis.pm/safe-react-gateway-sdk - npm Package Compare versions

Comparing version 3.3.5 to 3.4.0

1

dist/types/api.d.ts

@@ -491,2 +491,3 @@ import { FiatCurrencies, OwnedSafes, SafeBalanceResponse, SafeCollectibleResponse, SafeCollectiblesPage } from './common';

client_url?: string;
url?: string;
};

@@ -493,0 +494,0 @@ };

@@ -508,2 +508,3 @@ import {

client_url?: string
url?: string
}

@@ -510,0 +511,0 @@ }

8

dist/types/transactions.d.ts

@@ -76,3 +76,3 @@ import { AddressEx, Page, TokenInfo } from './common';

export declare type TransferInfo = Erc20Transfer | Erc721Transfer | NativeCoinTransfer;
export interface Transfer {
export declare type Transfer = {
type: 'Transfer';

@@ -83,3 +83,3 @@ sender: AddressEx;

transferInfo: TransferInfo;
}
};
export declare type SetFallbackHandler = {

@@ -133,3 +133,3 @@ type: SettingsInfoType.SET_FALLBACK_HANDLER;

};
export interface Custom {
export declare type Custom = {
type: 'Custom';

@@ -142,3 +142,3 @@ to: AddressEx;

isCancellation: boolean;
}
};
export declare type MultiSend = {

@@ -145,0 +145,0 @@ type: 'Custom';

@@ -91,3 +91,3 @@ import { AddressEx, Page, TokenInfo } from './common'

export interface Transfer {
export type Transfer = {
type: 'Transfer'

@@ -170,3 +170,3 @@ sender: AddressEx

export interface Custom {
export type Custom = {
type: 'Custom'

@@ -173,0 +173,0 @@ to: AddressEx

{
"name": "@gnosis.pm/safe-react-gateway-sdk",
"version": "3.3.5",
"version": "3.4.0",
"main": "dist/index.min.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