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 8.0.4 to 8.0.5

10

docs/CHANGELOG.md

@@ -0,4 +1,12 @@

2018-06-01
==========
* Added node 10 to test targets
2018-03-11
==========
* Updated#
* 8.0.4
* changelog
* 10 sec default timeout and added node 9 to travis

@@ -211,3 +219,1 @@

* changelog
* Updated Readme for dev
* Autochangelog

2

package.json
{
"name": "etherscan-api",
"version": "8.0.4",
"version": "8.0.5",
"description": "API to etherscan with a simple interface",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -29,3 +29,4 @@ # Etherscan API

```javascript
var api = require('etherscan-api').init('YourApiKey','rinkeby');
// apikey, network, timeout
var api = require('etherscan-api').init('YourApiKey','rinkeby'. '3000');
```

@@ -32,0 +33,0 @@

Sorry, the diff of this file is not supported yet

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