Socket
Socket
Sign inDemoInstall

web3-eth-contract

Package Overview
Dependencies
Maintainers
1
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 1.0.0-beta.20 to 1.0.0-beta.21

17

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

@@ -10,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.20",
"web3-core-helpers": "^1.0.0-beta.20",
"web3-core-method": "^1.0.0-beta.20",
"web3-core-promievent": "^1.0.0-beta.17",
"web3-core-subscriptions": "^1.0.0-beta.20",
"web3-eth-abi": "^1.0.0-beta.20",
"web3-utils": "^1.0.0-beta.20"
"web3-core": "^1.0.0-beta.21",
"web3-core-helpers": "^1.0.0-beta.21",
"web3-core-method": "^1.0.0-beta.21",
"web3-core-promievent": "^1.0.0-beta.21",
"web3-core-subscriptions": "^1.0.0-beta.21",
"web3-eth-abi": "^1.0.0-beta.21",
"web3-utils": "^1.0.0-beta.21"
}
}

@@ -820,11 +820,3 @@ /*

this._parent._ethereumCall.call.method.outputFormatter = function (result) {
if(result) {
// if decoding throws, ctach it here and send to the promise, or callback
try {
result = _this._parent._decodeMethodReturn(_this._method.outputs, result);
} catch(error) {
utils._fireError(error, defer.eventEmitter, defer.reject, args.callback);
}
}
return result;
return _this._parent._decodeMethodReturn(_this._method.outputs, result);
};

@@ -831,0 +823,0 @@

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