Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@safe-global/types-kit

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@safe-global/types-kit - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
+3
-3
dist/src/types.d.ts

@@ -204,7 +204,7 @@ export { type Hex } from 'viem';

readonly gasToken: string;
readonly safeTxGas: string;
readonly baseGas: string;
readonly safeTxGas: number;
readonly baseGas: number;
readonly gasPrice: string;
readonly refundReceiver?: string;
readonly nonce: string;
readonly nonce: number;
readonly executionDate: string;

@@ -211,0 +211,0 @@ readonly submissionDate: string;

{
"name": "@safe-global/types-kit",
"version": "1.0.3",
"version": "1.0.4",
"description": "Types for use with the Safe Core SDK packages",

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

Sorry, the diff of this file is not supported yet