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.2.0 to 3.2.1

5

dist/types/common.d.ts

@@ -31,2 +31,5 @@ import { IncomingTransfer, ModuleTransaction, MultisigTransaction, Page } from '..';

}
/**
* @see https://github.com/safe-global/safe-client-gateway/blob/main/src/common/models/backend/balances.rs
*/
export declare type TokenInfo = {

@@ -38,3 +41,3 @@ type: TokenType;

name: string;
logoUri: string | null;
logoUri: string;
};

@@ -41,0 +44,0 @@ export declare type SafeBalanceResponse = {

@@ -35,2 +35,5 @@ import { IncomingTransfer, ModuleTransaction, MultisigTransaction, Page } from '..'

/**
* @see https://github.com/safe-global/safe-client-gateway/blob/main/src/common/models/backend/balances.rs
*/
export type TokenInfo = {

@@ -42,3 +45,3 @@ type: TokenType

name: string
logoUri: string | null
logoUri: string
}

@@ -45,0 +48,0 @@

4

dist/types/decoded-data.d.ts

@@ -15,6 +15,6 @@ export declare type DecodedDataRequest = {

data: string;
dataDecoded: {
dataDecoded?: {
method: string;
parameters: DecodedDataBasicParameter[];
} | null;
};
};

@@ -21,0 +21,0 @@ export declare type DecodedDataParameter = {

@@ -18,6 +18,6 @@ export type DecodedDataRequest = {

data: string
dataDecoded: {
dataDecoded?: {
method: string
parameters: DecodedDataBasicParameter[]
} | null
}
}

@@ -24,0 +24,0 @@

{
"name": "@gnosis.pm/safe-react-gateway-sdk",
"version": "3.2.0",
"version": "3.2.1",
"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