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
2
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
2.0.1
to
3.0.0
+3
-3
dist/src/types.d.ts

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

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

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

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

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