Socket
Socket
Sign inDemoInstall

web3-eth-contract

Package Overview
Dependencies
Maintainers
4
Versions
452
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-eth-contract - npm Package Compare versions

Comparing version 4.4.1-dev.53e2466.0 to 4.4.1-dev.553f270.0

2

lib/commonjs/log_subscription.d.ts

@@ -76,3 +76,3 @@ import { AbiEventFragment, HexString, Topic, DataFormat, EventLog, ContractAbiWithSignature } from 'web3-types';

/**
* The {@doclink glossary/json_interface | JSON Interface} of the event.
* The {@doclink glossary#json-interface-abi | JSON Interface} of the event.
*/

@@ -79,0 +79,0 @@ readonly abi: AbiEventFragment & {

@@ -76,3 +76,3 @@ import { AbiEventFragment, HexString, Topic, DataFormat, EventLog, ContractAbiWithSignature } from 'web3-types';

/**
* The {@doclink glossary/json_interface | JSON Interface} of the event.
* The {@doclink glossary#json-interface-abi | JSON Interface} of the event.
*/

@@ -79,0 +79,0 @@ readonly abi: AbiEventFragment & {

{
"name": "web3-eth-contract",
"version": "4.4.1-dev.53e2466.0+53e2466",
"version": "4.4.1-dev.553f270.0+553f270",
"description": "Web3 module to interact with Ethereum smart contracts.",

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

"build:check": "node -e \"require('./lib')\"",
"lint": "eslint --ext .js,.ts .",
"lint": "eslint --cache --cache-strategy content --ext .ts .",
"lint:fix": "eslint --fix --ext .js,.ts .",

@@ -49,9 +49,9 @@ "format": "prettier --write '**/*'",

"dependencies": {
"web3-core": "4.3.3-dev.53e2466.0+53e2466",
"web3-errors": "1.1.5-dev.53e2466.0+53e2466",
"web3-eth": "4.6.1-dev.53e2466.0+53e2466",
"web3-eth-abi": "4.2.2-dev.53e2466.0+53e2466",
"web3-types": "1.6.1-dev.53e2466.0+53e2466",
"web3-utils": "4.2.4-dev.53e2466.0+53e2466",
"web3-validator": "2.0.6-dev.53e2466.0+53e2466"
"web3-core": "4.3.3-dev.553f270.0+553f270",
"web3-errors": "1.1.5-dev.553f270.0+553f270",
"web3-eth": "4.6.1-dev.553f270.0+553f270",
"web3-eth-abi": "4.2.2-dev.553f270.0+553f270",
"web3-types": "1.6.1-dev.553f270.0+553f270",
"web3-utils": "4.2.4-dev.553f270.0+553f270",
"web3-validator": "2.0.6-dev.553f270.0+553f270"
},

@@ -73,6 +73,6 @@ "devDependencies": {

"typescript": "^4.7.4",
"web3-eth-accounts": "4.1.3-dev.53e2466.0+53e2466",
"web3-providers-ws": "4.0.8-dev.53e2466.0+53e2466"
"web3-eth-accounts": "4.1.3-dev.553f270.0+553f270",
"web3-providers-ws": "4.0.8-dev.553f270.0+553f270"
},
"gitHead": "53e24664e4c660826eb10207b480848e677a73e6"
"gitHead": "553f270e49c35b68adec64454db8d32a03646de7"
}

@@ -104,3 +104,3 @@ /*

/**
* The {@doclink glossary/json_interface | JSON Interface} of the event.
* The {@doclink glossary#json-interface-abi | JSON Interface} of the event.
*/

@@ -107,0 +107,0 @@ public readonly abi: AbiEventFragment & { signature: HexString };

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