🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

abitype

Package Overview
Dependencies
Maintainers
2
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abitype - npm Package Compare versions

Comparing version
1.2.1
to
1.2.2
+1
-1
dist/cjs/version.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '1.2.1';
exports.version = '1.2.2';
//# sourceMappingURL=version.js.map

@@ -1,2 +0,2 @@

export const version = '1.2.1';
export const version = '1.2.2';
//# sourceMappingURL=version.js.map

@@ -1,2 +0,2 @@

export declare const version = "1.2.1";
export declare const version = "1.2.2";
//# sourceMappingURL=version.d.ts.map

@@ -45,4 +45,4 @@ import { z } from 'zod';

payable?: boolean | undefined;
constant?: boolean | undefined;
gas?: number | undefined;
constant?: boolean | undefined;
}, {

@@ -55,4 +55,4 @@ inputs: readonly AbiParameterType[];

payable?: boolean | undefined;
constant?: boolean | undefined;
gas?: number | undefined;
constant?: boolean | undefined;
}>, {

@@ -65,4 +65,4 @@ inputs: readonly AbiParameterType[];

payable?: boolean | undefined;
constant?: boolean | undefined;
gas?: number | undefined;
constant?: boolean | undefined;
}, unknown>;

@@ -210,8 +210,8 @@ export declare const AbiConstructor: z.ZodEffects<z.ZodObject<{

payable?: boolean | undefined;
constant?: boolean | undefined;
gas?: number | undefined;
constant?: boolean | undefined;
}, {
payable?: boolean | undefined;
constant?: boolean | undefined;
gas?: number | undefined;
constant?: boolean | undefined;
}>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{

@@ -270,4 +270,4 @@ type: z.ZodLiteral<"function">;

payable?: boolean | undefined;
constant?: boolean | undefined;
gas?: number | undefined;
constant?: boolean | undefined;
} & ({

@@ -274,0 +274,0 @@ inputs: readonly AbiParameterType[];

{
"name": "abitype",
"description": "Strict TypeScript types for Ethereum ABIs",
"version": "1.2.1",
"version": "1.2.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": "wevm/abitype",

@@ -1,1 +0,1 @@

export const version = '1.2.1'
export const version = '1.2.2'

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display