Socket
Socket
Sign inDemoInstall

aion-web3

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aion-web3 - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

15

package.json
{
"name": "aion-web3",
"namespace": "aion",
"version": "1.1.5",
"version": "1.1.6",
"description": "Aion JavaScript API",

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

"dependencies": {
"aion-web3-core": "1.1.5",
"aion-web3-eth": "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-eth": "1.1.6",
"aion-web3-eth-personal": "1.1.6",
"aion-web3-net": "1.1.6",
"aion-web3-utils": "1.1.6"
},
"gitHead": "d8bffb9a9d03f669c60d864807763e17db53edc8"
"gitHead": "6cdda35e1124fb489ee6809dcd068c85ed1dfa01"
}

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

var Personal = require('aion-web3-eth-personal');
var errors = require('aion-web3-core-helpers').errors;
var utils = require('aion-web3-utils');

@@ -53,2 +54,3 @@

var setProvider = this.setProvider;
this.setProvider = function (provider, net) {

@@ -55,0 +57,0 @@ setProvider.apply(_this, arguments);

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