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
17
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.0.1 to 2.1.0

3

dist/index.d.ts

@@ -19,2 +19,5 @@ import { operations, definitions } from './types/gateway';

}[];
guard: {
value: string;
};
fallbackHandler: {

@@ -21,0 +24,0 @@ value: string;

@@ -91,2 +91,3 @@ import { TokenType, TransactionListItem, MultisigTransactionRequest, TransactionDetails } from './transactions';

modules: StringValue[];
guard: StringValue;
fallbackHandler: StringValue;

@@ -93,0 +94,0 @@ version: string;

@@ -95,2 +95,3 @@ import { TokenType, TransactionListItem, MultisigTransactionRequest, TransactionDetails } from './transactions'

modules: StringValue[]
guard: StringValue
fallbackHandler: StringValue

@@ -97,0 +98,0 @@ version: string

2

dist/types/transactions.d.ts

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

sender: string;
signature: string | null;
signature?: string | null;
origin: string | null;

@@ -195,0 +195,0 @@ };

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

sender: string
signature: string | null
signature?: string | null
origin: string | null

@@ -241,0 +241,0 @@ }

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