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.1.5 to 1.1.6

24

package.json
{
"name": "aion-web3-eth",
"namespace": "aion",
"version": "1.1.5",
"version": "1.1.6",
"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.1.5",
"aion-web3-core-helpers": "1.1.5",
"aion-web3-core-method": "1.1.5",
"aion-web3-core-subscriptions": "1.1.5",
"aion-web3-eth-abi": "1.1.5",
"aion-web3-eth-accounts": "1.1.5",
"aion-web3-eth-contract": "1.1.5",
"aion-web3-eth-personal": "1.1.5",
"aion-web3-net": "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-core-subscriptions": "1.1.6",
"aion-web3-eth-abi": "1.1.6",
"aion-web3-eth-accounts": "1.1.6",
"aion-web3-eth-contract": "1.1.6",
"aion-web3-eth-personal": "1.1.6",
"aion-web3-net": "1.1.6",
"aion-web3-utils": "1.1.6",
"underscore": "1.8.3"
},
"gitHead": "d8bffb9a9d03f669c60d864807763e17db53edc8"
"gitHead": "6cdda35e1124fb489ee6809dcd068c85ed1dfa01"
}

@@ -28,2 +28,3 @@ /*

var _ = require('underscore');
var fs = require('fs');
var core = require('aion-web3-core');

@@ -336,2 +337,8 @@ var helpers = require('aion-web3-core-helpers');

params: 1
}),
new Method({
name: 'compileSolidityZip',
call: 'eth_compileSolidityZip',
params: 2,
inputFormatter: [formatter.inputZipfileBase64EncodingFormatter, null]
})

@@ -352,3 +359,2 @@ ];

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