Socket
Socket
Sign inDemoInstall

aion-web3-eth-accounts

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

Comparing version 1.1.5 to 1.1.6

14

package.json
{
"name": "aion-web3-eth-accounts",
"namespace": "aion",
"version": "1.1.5",
"version": "1.1.6",
"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.5",
"aion-lib": "1.1.6",
"aion-rlp": "^0.0.1",
"aion-web3-core": "1.1.5",
"aion-web3-core-helpers": "1.1.5",
"aion-web3-core-method": "1.1.5",
"aion-web3-utils": "1.1.5",
"aion-web3-core": "1.1.6",
"aion-web3-core-helpers": "1.1.6",
"aion-web3-core-method": "1.1.6",
"aion-web3-utils": "1.1.6",
"any-promise": "1.3.0",

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

},
"gitHead": "d8bffb9a9d03f669c60d864807763e17db53edc8"
"gitHead": "6cdda35e1124fb489ee6809dcd068c85ed1dfa01"
}

@@ -287,3 +287,3 @@ /*

var messageBuffer = Buffer.from(message);
var preamble = "\Aion Signed Message:\n" + message.length;
var preamble = "\u0015Aion Signed Message:\n" + message.length;
var preambleBuffer = Buffer.from(preamble);

@@ -578,2 +578,2 @@ var ethMessage = Buffer.concat([preambleBuffer, messageBuffer]);

module.exports = Accounts;
module.exports = Accounts;
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