Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
6
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 2.5.2 to 2.5.3

1

dist/types/transactions.d.ts

@@ -251,2 +251,3 @@ export declare type ParamValue = string | ParamValue[];

export declare type TransactionDetails = {
txId: string;
executedAt: number | null;

@@ -253,0 +254,0 @@ txStatus: TransactionStatus;

@@ -306,2 +306,3 @@ export type ParamValue = string | ParamValue[]

export type TransactionDetails = {
txId: string
executedAt: number | null

@@ -308,0 +309,0 @@ txStatus: TransactionStatus

2

package.json
{
"name": "@gnosis.pm/safe-react-gateway-sdk",
"version": "2.5.2",
"version": "2.5.3",
"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