Socket
Socket
Sign inDemoInstall

@truffle/abi-utils

Package Overview
Dependencies
Maintainers
7
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@truffle/abi-utils - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

dist/lib/normalize.d.ts

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

import { Abi as SchemaAbi } from "@truffle/contract-schema/spec";
import { Abi, Entry } from "./types";
import type { Abi as SchemaAbi } from "@truffle/contract-schema/spec";
import type { Abi, Entry } from "./types";
export declare const normalize: (looseAbi: SchemaAbi | Abi) => Abi;

@@ -4,0 +4,0 @@ declare type Item<A> = A extends (infer I)[] ? I : never;

{
"name": "@truffle/abi-utils",
"version": "0.2.1",
"version": "0.2.2",
"description": "Utilities for working with ABIs",

@@ -51,3 +51,3 @@ "keywords": [

},
"gitHead": "d7dc01aed1995edf19db2c621df7ed03bf05521f"
"gitHead": "bd53ee4a4bdc107c12a2ddf50bab81036ccfccb7"
}

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