Socket
Socket
Sign inDemoInstall

web3-core-method

Package Overview
Dependencies
25
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

10

package.json
{
"name": "web3-core-method",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"description": "Creates the methods on the web3 modules. This is an internal package.",

@@ -10,7 +10,7 @@ "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core-method",

"underscore": "1.8.3",
"web3-core-helpers": "^1.0.0-beta.13",
"web3-core-promievent": "^1.0.0-beta.13",
"web3-core-subscriptions": "^1.0.0-beta.13",
"web3-utils": "^1.0.0-beta.13"
"web3-core-helpers": "^1.0.0-beta.14",
"web3-core-promievent": "^1.0.0-beta.14",
"web3-core-subscriptions": "^1.0.0-beta.14",
"web3-utils": "^1.0.0-beta.14"
}
}

@@ -241,3 +241,3 @@ /*

// if we have a valid receipt we don't need to send a request
(existingReceipt ? promiEvent.resolve(existingReceipt) : method._ethereumCall.getTransactionReceipt(result))
return (existingReceipt ? promiEvent.resolve(existingReceipt) : method._ethereumCall.getTransactionReceipt(result))
// catch error from requesting receipt

@@ -244,0 +244,0 @@ .catch(function (err) {

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