Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ethereum-web3-plus

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereum-web3-plus - npm Package Compare versions

Comparing version 0.1.9 to 0.2.0

2

index.js

@@ -165,3 +165,3 @@

txwait.startBlock=block.number;
txwait.receipt=self.web3.eth.getTransactionReceipt(tx);
txwait.receipt=self.web3.eth.getTransactionReceipt(txHash);
} // end if tx exists in the wait dictionary

@@ -168,0 +168,0 @@ } // end for each transaction

{
"name": "ethereum-web3-plus",
"version": "0.1.9",
"version": "0.2.0",
"description": "Adds some simplifications to the web3 package such as compilation, instance creation, call sequencing",

@@ -17,5 +17,4 @@ "main": "index.js",

"dependencies": {
"bignumber": "^1.1.0",
"web3": "^0.18.2"
}
}
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