Socket
Socket
Sign inDemoInstall

aion-web3-eth

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aion-web3-eth - npm Package Compare versions

Comparing version 1.2.6-beta.2 to 1.2.6-beta.4

24

package.json
{
"name": "aion-web3-eth",
"namespace": "aion",
"version": "1.2.6-beta.2",
"version": "1.2.6-beta.4",
"description": "Web3 module to interact with the Ethereum blockchain and smart contracts.",

@@ -10,15 +10,15 @@ "repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-eth",

"dependencies": {
"aion-web3-core": "1.2.6-beta.2",
"aion-web3-core-helpers": "1.2.6-beta.2",
"aion-web3-core-method": "1.2.6-beta.2",
"aion-web3-core-subscriptions": "1.2.6-beta.2",
"aion-web3-eth-abi": "1.2.6-beta.2",
"aion-web3-eth-accounts": "1.2.6-beta.2",
"aion-web3-eth-contract": "1.2.6-beta.2",
"aion-web3-eth-personal": "1.2.6-beta.2",
"aion-web3-net": "1.2.6-beta.2",
"aion-web3-utils": "1.2.6-beta.2",
"aion-web3-core": "1.2.6-beta.4",
"aion-web3-core-helpers": "1.2.6-beta.4",
"aion-web3-core-method": "1.2.6-beta.4",
"aion-web3-core-subscriptions": "1.2.6-beta.4",
"aion-web3-eth-abi": "1.2.6-beta.4",
"aion-web3-eth-accounts": "1.2.6-beta.4",
"aion-web3-eth-contract": "1.2.6-beta.4",
"aion-web3-eth-personal": "1.2.6-beta.4",
"aion-web3-net": "1.2.6-beta.4",
"aion-web3-utils": "1.2.6-beta.4",
"underscore": "1.8.3"
},
"gitHead": "26d0739d1a736a34a936744d12da2ec2a668dfd7"
"gitHead": "4b48e2dd4a8acc1ef30c0b2fd2f1a08fea0f9c6b"
}

@@ -24,2 +24,7 @@ /*

*/
/**
*
* @namespace web3-eth
*
*/

@@ -343,4 +348,19 @@ "use strict";

inputFormatter: [formatter.inputZipfileBase64EncodingFormatter, null]
}),
new Method({
name: 'submitSeed',
call: 'submitseed',
params: 3,
}),
new Method({
name: 'getSeed',
call: 'getseed',
params: 0,
}),
new Method({
name: 'submitSignature',
call: 'submitsignature',
params: 2,
})
];
];

@@ -347,0 +367,0 @@ methods.forEach(function(method) {

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