Socket
Socket
Sign inDemoInstall

web3-types

Package Overview
Dependencies
Maintainers
0
Versions
326
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.8.1-dev.76c468a.0 to 1.8.1-dev.7c207b8.0

2

lib/commonjs/eth_types.d.ts

@@ -428,3 +428,3 @@ import { Bytes, HexString, Numbers } from './primitives_types.js';

readonly oldestBlock: NumberType;
readonly baseFeePerGas: NumberType;
readonly baseFeePerGas: NumberType[];
readonly reward: NumberType[][];

@@ -431,0 +431,0 @@ readonly gasUsedRatio: NumberType[];

@@ -428,3 +428,3 @@ import { Bytes, HexString, Numbers } from './primitives_types.js';

readonly oldestBlock: NumberType;
readonly baseFeePerGas: NumberType;
readonly baseFeePerGas: NumberType[];
readonly reward: NumberType[][];

@@ -431,0 +431,0 @@ readonly gasUsedRatio: NumberType[];

{
"name": "web3-types",
"version": "1.8.1-dev.76c468a.0+76c468a",
"version": "1.8.1-dev.7c207b8.0+7c207b8",
"description": "Provide the common data structures and interfaces for web3 modules.",

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

},
"gitHead": "76c468ad490ba7a50229acb12690e0239870d8fb"
"gitHead": "7c207b8953b9d5aff369d0300498a42e46f11a2e"
}

@@ -518,3 +518,3 @@ /*

readonly oldestBlock: NumberType;
readonly baseFeePerGas: NumberType;
readonly baseFeePerGas: NumberType[];
readonly reward: NumberType[][];

@@ -521,0 +521,0 @@ readonly gasUsedRatio: NumberType[];

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