New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gnosis.pm/safe-apps-sdk

Package Overview
Dependencies
Maintainers
6
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
5.0.0-next.1

6

CHANGELOG.md
# @gnosis.pm/safe-apps-sdk
## 5.0.0-next.1
### Major Changes
- 9a4d3a4: Fix type prop not matching backend response
## 4.3.1-next.0

@@ -4,0 +10,0 @@

2

dist/package.json
{
"name": "@gnosis.pm/safe-apps-sdk",
"version": "4.3.1-next.0",
"version": "5.0.0-next.1",
"description": "SDK developed to integrate third-party apps with Safe-Multisig app.",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

@@ -145,5 +145,5 @@ export declare type TransferDirection = 'INCOMING' | 'OUTGOING';

};
export declare type TokenType = 'ERC721' | 'ERC20' | 'ETHER';
export declare type TokenType = 'ERC721' | 'ERC20' | 'NATIVE_TOKEN';
export declare type TokenInfo = {
tokenType: TokenType;
type: TokenType;
address: string;

@@ -150,0 +150,0 @@ decimals: number;

{
"name": "@gnosis.pm/safe-apps-sdk",
"version": "4.3.1-next.0",
"version": "5.0.0-next.1",
"description": "SDK developed to integrate third-party apps with Safe-Multisig app.",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

@@ -170,3 +170,3 @@ # Safe Apps SDK

It will return a [TxServiceModel](src/types.ts#L164-L194) structure or throw an error if the backend hasn't synced the transaction yet
It will return a [GatewayTransactionDetails](src/types/gateway.ts#L222-L230) structure or throw an error if the backend hasn't synced the transaction yet

@@ -173,0 +173,0 @@ ## RPC Calls