Socket
Socket
Sign inDemoInstall

aion-web3-core-method

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aion-web3-core-method - npm Package Compare versions

Comparing version 1.1.0 to 1.1.2

12

package.json
{
"name": "aion-web3-core-method",
"namespace": "aion",
"version": "1.1.0",
"version": "1.1.2",
"description": "Creates the methods on the web3 modules. This is an internal package.",

@@ -10,9 +10,9 @@ "repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-core-method",

"dependencies": {
"aion-web3-core-helpers": "1.1.0",
"aion-web3-core-promievent": "1.1.0",
"aion-web3-core-subscriptions": "1.1.0",
"aion-web3-utils": "1.1.0",
"aion-web3-core-helpers": "1.1.2",
"aion-web3-core-promievent": "1.1.2",
"aion-web3-core-subscriptions": "1.1.2",
"aion-web3-utils": "1.1.2",
"underscore": "1.8.3"
},
"gitHead": "b9adc81c487ef3be6e4a1cac9827b6224b61a95e"
"gitHead": "4a22092c98059e52f15a3d38317b6136e040b498"
}

@@ -258,11 +258,6 @@ /*

return (existingReceipt ? promiEvent.resolve(existingReceipt) : _ethereumCall.getTransactionReceipt(result))
// catch error from requesting receipt
.catch(function (err) {
sub.unsubscribe();
promiseResolved = true;
utils._fireError({message: 'Failed to check for transaction receipt:', data: err}, defer.eventEmitter, defer.reject);
})
// if CONFIRMATION listener exists check for confirmations, by setting canUnsubscribe = false
.then(function(receipt) {
if (!receipt || !receipt.blockHash) {
if (!receipt.blockHash) {
throw new Error('Receipt missing or blockHash null');

@@ -269,0 +264,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