New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

web3-types

Package Overview
Dependencies
Maintainers
5
Versions
385
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-types - npm Package Compare versions

Comparing version 1.5.1-dev.6187f30.0 to 1.5.1-dev.67d8a74.0

2

lib/commonjs/eth_abi_types.d.ts

@@ -48,2 +48,4 @@ import { Address } from './eth_types.js';

readonly payable?: boolean;
readonly signature?: string;
readonly methodNameWithInputs?: string;
};

@@ -50,0 +52,0 @@ export declare type AbiFallbackFragment = AbiBaseFragment & {

@@ -48,2 +48,4 @@ import { Address } from './eth_types.js';

readonly payable?: boolean;
readonly signature?: string;
readonly methodNameWithInputs?: string;
};

@@ -50,0 +52,0 @@ export declare type AbiFallbackFragment = AbiBaseFragment & {

4

package.json
{
"name": "web3-types",
"version": "1.5.1-dev.6187f30.0+6187f30",
"version": "1.5.1-dev.67d8a74.0+67d8a74",
"description": "Provide the common data structures and interfaces for web3 modules.",

@@ -59,3 +59,3 @@ "main": "./lib/commonjs/index.js",

},
"gitHead": "6187f308480f8c6b526995b3e89aa0fc73a017d3"
"gitHead": "67d8a74386047de866456badb5ae3dae7cd4a9e6"
}

@@ -113,2 +113,5 @@ /*

readonly payable?: boolean; // stateMutability == 'payable'
readonly signature?: string;
readonly methodNameWithInputs?: string; // like: funcWithParamsOverloading(uint8)
};

@@ -115,0 +118,0 @@

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