Socket
Socket
Sign inDemoInstall

web3-eth-ens

Package Overview
Dependencies
Maintainers
4
Versions
421
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-eth-ens - npm Package Compare versions

Comparing version 1.8.2 to 1.9.0-rc.0

18

package.json
{
"name": "web3-eth-ens",
"version": "1.8.2",
"version": "1.9.0-rc.0",
"description": "ENS support for web3.",

@@ -19,8 +19,8 @@ "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-ens",

"eth-ens-namehash": "2.0.8",
"web3-core": "1.8.2",
"web3-core-helpers": "1.8.2",
"web3-core-promievent": "1.8.2",
"web3-eth-abi": "1.8.2",
"web3-eth-contract": "1.8.2",
"web3-utils": "1.8.2"
"web3-core": "1.9.0-rc.0",
"web3-core-helpers": "1.9.0-rc.0",
"web3-core-promievent": "1.9.0-rc.0",
"web3-eth-abi": "1.9.0-rc.0",
"web3-eth-contract": "1.9.0-rc.0",
"web3-utils": "1.9.0-rc.0"
},

@@ -30,5 +30,5 @@ "devDependencies": {

"typescript": "4.1",
"web3-eth": "1.8.2"
"web3-eth": "1.9.0-rc.0"
},
"gitHead": "5442ce929ce1e2d33fd16afb0dd239a3d1f369f8"
"gitHead": "c564ebe63f9bc15e8f8f9e50f690be534534a917"
}

@@ -405,1 +405,3 @@ /*

}
export default Ens

@@ -23,5 +23,9 @@ /*

import { Contract } from 'web3-eth-contract';
import { Ens, ContentHash } from 'web3-eth-ens';
import EnsDefault, { Ens, ContentHash } from 'web3-eth-ens';
import { Eth } from 'web3-eth';
// $ExpectType Ens
const ens_default = new EnsDefault(new Eth('http://localhost:8545'));
// $ExpectType Ens
const ens = new Ens(new Eth('http://localhost:8545'));

@@ -28,0 +32,0 @@

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