Socket
Socket
Sign inDemoInstall

web3-eth-ens

Package Overview
Dependencies
Maintainers
2
Versions
411
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.0.0 to 2.0.0-alpha

dist/web3-eth-ens.cjs.js

48

package.json
{
"name": "web3-eth-ens",
"version": "1.0.0",
"version": "2.0.0-alpha",
"description": "ENS support for web3.",
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth-ens",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-eth-ens",
"license": "LGPL-3.0",
"main": "src/index.js",
"engines": {
"node": ">=8.0.0"
},
"main": "dist/web3-eth-ens.cjs.js",
"module": "dist/web3-eth-ens.esm.js",
"browser": "dist/web3-eth-ens.umd.js",
"types": "types/index.d.ts",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "jest",
"dtslint": "dtslint types --onlyTestTsNext"
},
"dependencies": {
"eth-ens-namehash": "^2.0.0",
"web3-core-helpers": "1.0.0-beta.30",
"web3-eth-abi": "1.0.0-beta.30",
"web3-eth-contract": "1.0.0-beta.30",
"web3-utils": "1.0.0-beta.30",
"underscore": "^1.8.3",
"bn.js": "^4.11.6"
}
"@babel/runtime": "^7.3.1",
"eth-ens-namehash": "2.0.8",
"lodash": "^4.17.11",
"web3-core": "2.0.0-alpha",
"web3-core-helpers": "2.0.0-alpha",
"web3-core-method": "2.0.0-alpha",
"web3-eth-abi": "2.0.0-alpha",
"web3-eth-accounts": "2.0.0-alpha",
"web3-eth-contract": "2.0.0-alpha",
"web3-net": "2.0.0-alpha",
"web3-providers": "2.0.0-alpha",
"web3-utils": "2.0.0-alpha"
},
"devDependencies": {
"definitelytyped-header-parser": "^1.0.1",
"dtslint": "0.4.2"
},
"files": [
"dist",
"types/index.d.ts"
],
"gitHead": "a09d2cc84c1f08aa673028cc7c517d40a1f72972"
}
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