Socket
Socket
Sign inDemoInstall

web3-eth-contract

Package Overview
Dependencies
Maintainers
1
Versions
425
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta.28 to 1.0.0-beta.29

package-lock.json

16

package.json
{
"name": "web3-eth-contract",
"namespace": "ethereum",
"version": "1.0.0-beta.28",
"version": "1.0.0-beta.29",
"description": "Web3 module to interact with Ethereum smart contracts.",

@@ -11,10 +11,10 @@ "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth-contract",

"underscore": "1.8.3",
"web3-core": "1.0.0-beta.28",
"web3-core-helpers": "1.0.0-beta.28",
"web3-core-method": "1.0.0-beta.28",
"web3-core-promievent": "1.0.0-beta.28",
"web3-core-subscriptions": "1.0.0-beta.28",
"web3-eth-abi": "1.0.0-beta.28",
"web3-utils": "1.0.0-beta.28"
"web3-core": "1.0.0-beta.29",
"web3-core-helpers": "1.0.0-beta.29",
"web3-core-method": "1.0.0-beta.29",
"web3-core-promievent": "1.0.0-beta.29",
"web3-core-subscriptions": "1.0.0-beta.29",
"web3-eth-abi": "1.0.0-beta.29",
"web3-utils": "1.0.0-beta.29"
}
}

@@ -699,3 +699,3 @@ /*

txObject._parent = this.parent;
txObject._ethAccounts = this.constructor._ethAccounts || this._ethAccounts;
txObject._ethAccounts = this.parent.constructor._ethAccounts || this._ethAccounts;

@@ -702,0 +702,0 @@ if(this.deployData) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc