Socket
Socket
Sign inDemoInstall

web3-types

Package Overview
Dependencies
Maintainers
4
Versions
306
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.0.1 to 1.0.2-dev.602dada.0

1

lib/commonjs/eth_types.d.ts

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

readonly address?: Address | Address[];
readonly blockHash?: Address;
readonly topics?: (null | Topic | Topic[])[];

@@ -189,0 +190,0 @@ readonly filter?: FilterOption;

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

readonly address?: Address | Address[];
readonly blockHash?: Address;
readonly topics?: (null | Topic | Topic[])[];

@@ -189,0 +190,0 @@ readonly filter?: FilterOption;

4

package.json
{
"name": "web3-types",
"version": "1.0.1",
"version": "1.0.2-dev.602dada.0+602dada",
"description": "Provide the common data structures and interfaces for web3 modules.",

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

},
"gitHead": "47583e7c1500ab087f922370293aa25dbce0d5af"
"gitHead": "602dadaca529afa8f4a04f789b64a4ec5b12a695"
}

@@ -229,3 +229,3 @@ /*

readonly address?: Address | Address[];
readonly blockHash?: Address;
// Using "null" type intentionally to match specifications

@@ -232,0 +232,0 @@ // eslint-disable-next-line @typescript-eslint/ban-types

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