Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

etherscan-api

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

etherscan-api - npm Package Compare versions

Comparing version 10.2.0 to 10.2.1

8

lib/pick-chain-url.js

@@ -6,5 +6,9 @@ const MAIN_API_URL = 'https://api.etherscan.io';

rinkeby: 'https://api-rinkeby.etherscan.io',
goerli: 'https://api-goerli.etherscan.io',
sepolia: 'https://api-sepolia.etherscan.io',
homestead: 'https://api.etherscan.io',
arbitrum: 'https://api.arbiscan.io',
arbitrum_rinkeby: 'https://api-testnet.arbiscan.io'
arbitrum_rinkeby: 'https://api-testnet.arbiscan.io',
avalanche:'https://api.snowtrace.io',
avalanche_fuji: 'https://api-testnet.snowtrace.io',
};

@@ -25,2 +29,2 @@

module.exports = pickChainUrl;
module.exports = pickChainUrl;
{
"name": "etherscan-api",
"version": "10.2.0",
"version": "10.2.1",
"description": "API to etherscan with a simple interface",

@@ -38,9 +38,9 @@ "main": "index.js",

"browserify": "17.0.0",
"chai": "4.3.6",
"jshint": "2.13.4",
"mocha": "10.0.0",
"watch": "0.13.0"
"chai": "4.3.7",
"jshint": "2.13.6",
"mocha": "10.2.0",
"watch": "1.0.2"
},
"dependencies": {
"axios": "0.27.2",
"axios": "1.2.2",
"gh-pages": "4.0.0",

@@ -47,0 +47,0 @@ "querystring": "0.2.1"

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