Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

abitype

Package Overview
Dependencies
Maintainers
2
Versions
181
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 0.8.10 to 0.8.11

2

dist/cjs/version.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '0.8.10';
exports.version = '0.8.11';
//# sourceMappingURL=version.js.map

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

export const version = '0.8.10';
export const version = '0.8.11';
//# sourceMappingURL=version.js.map

@@ -134,8 +134,6 @@ import type { ResolvedConfig } from './config.js';

*/
export type TypedData = Pretty<{
[key: string]: readonly TypedDataParameter[];
} & {
[_ in TypedDataType]?: never | undefined;
export type TypedData = Pretty<Record<string, readonly TypedDataParameter[]> & {
[_ in TypedDataType]?: never;
}>;
export {};
//# sourceMappingURL=abi.d.ts.map

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

export declare const version = "0.8.10";
export declare const version = "0.8.11";
//# sourceMappingURL=version.d.ts.map

@@ -13,3 +13,3 @@ {

},
"version": "0.8.10",
"version": "0.8.11",
"files": [

@@ -16,0 +16,0 @@ "dist",

@@ -243,8 +243,6 @@ import type { ResolvedConfig } from './config.js'

export type TypedData = Pretty<
{
[key: string]: readonly TypedDataParameter[]
} & {
Record<string, readonly TypedDataParameter[]> & {
// Disallow `TypedDataType` as key names (e.g. `address`)
[_ in TypedDataType]?: never | undefined
[_ in TypedDataType]?: never
}
>

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

export const version = '0.8.10'
export const version = '0.8.11'

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