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.30 to 1.0.0-beta.31

16

package.json
{
"name": "web3-eth-contract",
"namespace": "ethereum",
"version": "1.0.0-beta.30",
"version": "1.0.0-beta.31",
"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.30",
"web3-core-helpers": "1.0.0-beta.30",
"web3-core-method": "1.0.0-beta.30",
"web3-core-promievent": "1.0.0-beta.30",
"web3-core-subscriptions": "1.0.0-beta.30",
"web3-eth-abi": "1.0.0-beta.30",
"web3-utils": "1.0.0-beta.30"
"web3-core": "1.0.0-beta.31",
"web3-core-helpers": "1.0.0-beta.31",
"web3-core-method": "1.0.0-beta.31",
"web3-core-promievent": "1.0.0-beta.31",
"web3-core-subscriptions": "1.0.0-beta.31",
"web3-eth-abi": "1.0.0-beta.31",
"web3-utils": "1.0.0-beta.31"
}
}

@@ -768,3 +768,3 @@ /*

var payload = {
params: [formatters.inputCallFormatter.call(this._parent, args.options), formatters.inputDefaultBlockNumberFormatter.call(this._parent, args.defaultBlock)],
params: [formatters.inputCallFormatter.call(this._parent, args.options)],
callback: args.callback

@@ -774,2 +774,3 @@ };

if(args.type === 'call') {
payload.params.push(formatters.inputDefaultBlockNumberFormatter.call(this._parent, args.defaultBlock));
payload.method = 'eth_call';

@@ -776,0 +777,0 @@ payload.format = this._parent._decodeMethodReturn.bind(null, this._method.outputs);

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