Socket
Socket
Sign inDemoInstall

web3-eth-contract

Package Overview
Dependencies
114
Maintainers
1
Versions
390
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta.14 to 1.0.0-beta.15

16

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

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

"underscore": "1.8.3",
"web3-core": "^1.0.0-beta.14",
"web3-core-helpers": "^1.0.0-beta.14",
"web3-core-method": "^1.0.0-beta.14",
"web3-core-promievent": "^1.0.0-beta.14",
"web3-core-subscriptions": "^1.0.0-beta.14",
"web3-eth-abi": "^1.0.0-beta.14",
"web3-utils": "^1.0.0-beta.14"
"web3-core": "^1.0.0-beta.15",
"web3-core-helpers": "^1.0.0-beta.15",
"web3-core-method": "^1.0.0-beta.15",
"web3-core-promievent": "^1.0.0-beta.15",
"web3-core-subscriptions": "^1.0.0-beta.15",
"web3-eth-abi": "^1.0.0-beta.15",
"web3-utils": "^1.0.0-beta.15"
}
}

@@ -210,3 +210,5 @@ /*

Contract.setProvider = function(provider, accounts) {
Contract.currentProvider = provider;
// Contract.currentProvider = provider;
core.packageInit(Contract, [provider]);
Contract._ethAccounts = accounts;

@@ -213,0 +215,0 @@ };

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc