Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.1.1 to 3.1.2

7

dist/types/transactions.d.ts

@@ -151,2 +151,5 @@ import { AddressEx, TokenInfo } from './common';

};
export declare type Cancellation = Custom & {
isCancellation: true;
};
export declare type Creation = {

@@ -159,3 +162,3 @@ type: 'Creation';

};
export declare type TransactionInfo = Transfer | SettingsChange | Custom | MultiSend | Creation;
export declare type TransactionInfo = Transfer | SettingsChange | Custom | MultiSend | Cancellation | Creation;
export declare type ModuleExecutionInfo = {

@@ -226,3 +229,3 @@ type: 'MODULE';

};
export declare type TransactionListItem = Transaction | Label | ConflictHeader;
export declare type TransactionListItem = Transaction | DateLabel | Label | ConflictHeader;
export declare type Page<T> = {

@@ -229,0 +232,0 @@ next?: string;

@@ -191,2 +191,6 @@ import { AddressEx, TokenInfo } from './common'

export type Cancellation = Custom & {
isCancellation: true
}
export type Creation = {

@@ -200,3 +204,3 @@ type: 'Creation'

export type TransactionInfo = Transfer | SettingsChange | Custom | MultiSend | Creation
export type TransactionInfo = Transfer | SettingsChange | Custom | MultiSend | Cancellation | Creation

@@ -278,3 +282,3 @@ export type ModuleExecutionInfo = {

export type TransactionListItem = Transaction | Label | ConflictHeader
export type TransactionListItem = Transaction | DateLabel | Label | ConflictHeader

@@ -281,0 +285,0 @@ export type Page<T> = {

{
"name": "@gnosis.pm/safe-react-gateway-sdk",
"version": "3.1.1",
"version": "3.1.2",
"main": "dist/index.min.js",

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

@@ -5,5 +5,5 @@ # Safe Gateway TypeScript SDK

A TypeScript SDK for the [Safe Client Gateway](https://github.com/gnosis/safe-client-gateway)
A TypeScript SDK for the [Safe Client Gateway](https://github.com/safe-global/safe-client-gateway)
📖 [API reference](https://gnosis.github.io/safe-react-gateway-sdk/modules.html#getBalances)
📖 [API reference](https://safe-global.github.io/safe-react-gateway-sdk/modules.html#getBalances)

@@ -45,3 +45,3 @@ ## Usage policy

The full SDK reference can be found [here](https://gnosis.github.io/safe-react-gateway-sdk/modules.html#getBalances).
The full SDK reference can be found [here](https://safe-global.github.io/safe-react-gateway-sdk/modules.html#getBalances).

@@ -82,2 +82,2 @@ ## Adding an endpoint

The TypeScript types in this SDK are based on [Rust types](https://gnosis.github.io/safe-client-gateway/docs/routes/index.html) from the Gateway API.
The TypeScript types in this SDK are based on [Rust types](https://safe-global.github.io/safe-client-gateway/docs/routes/index.html) from the Gateway API.

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