Socket
Socket
Sign inDemoInstall

aion-web3-eth-accounts

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-eth-accounts - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

14

package.json
{
"name": "aion-web3-eth-accounts",
"namespace": "aion",
"version": "1.1.2",
"version": "1.1.3",
"description": "Web3 module to generate Ethereum accounts and sign data and transactions.",

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

"dependencies": {
"aion-lib": "1.1.2",
"aion-lib": "1.1.0",
"aion-rlp": "^0.0.1",
"aion-web3-core": "1.1.2",
"aion-web3-core-helpers": "1.1.2",
"aion-web3-core-method": "1.1.2",
"aion-web3-utils": "1.1.2",
"aion-web3-core": "1.1.0",
"aion-web3-core-helpers": "1.1.0",
"aion-web3-core-method": "1.1.0",
"aion-web3-utils": "1.1.0",
"any-promise": "1.3.0",

@@ -21,3 +21,3 @@ "underscore": "1.8.3",

},
"gitHead": "4a22092c98059e52f15a3d38317b6136e040b498"
"gitHead": "52453c82aa353f74f66f17f67d7d1f796c238d99"
}

@@ -35,3 +35,3 @@ /*

var isHexStrict = utils.isHexStrict;
// var helpers = require('aion-web3-core-helpers');
var formatters = require('aion-web3-core-helpers').formatters;
var aionLib = require('aion-lib');

@@ -206,3 +206,3 @@ var blake2b256 = aionLib.crypto.blake2b256;

try {
// tx = helpers.formatters.inputCallFormatter(tx);
tx = formatters.inputCallFormatter(tx);

@@ -209,0 +209,0 @@ var transaction = tx;

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