etherscan-api
Advanced tools
Comparing version 8.1.0 to 8.1.1
@@ -0,4 +1,11 @@ | ||
2018-06-08 | ||
========== | ||
* Fix dependencies | ||
2018-06-06 | ||
========== | ||
* 8.1.0 | ||
* changelog | ||
* Merge pull request [#29](https://github.com/sebs/etherscan-api/issues/29) from mazikwyry/feature/add-tokentx-action | ||
@@ -208,8 +215,1 @@ Add tokentx action support to account module which allows getting a list of ERC20 tokes transfer events | ||
* Thanks for the report | ||
2017-06-02 | ||
========== | ||
* 3.0.3 | ||
* changelog | ||
* Update to node 8 |
{ | ||
"name": "etherscan-api", | ||
"version": "8.1.0", | ||
"version": "8.1.1", | ||
"description": "API to etherscan with a simple interface", | ||
@@ -46,5 +46,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"axios": "^0.17.1", | ||
"axios": "^0.18.0", | ||
"querystring": "^0.2.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Addedaxios@0.18.1(transitive)
+ Addedfollow-redirects@1.5.10(transitive)
+ Addedis-buffer@2.0.5(transitive)
- Removedaxios@0.17.1(transitive)
- Removedfollow-redirects@1.15.9(transitive)
- Removedis-buffer@1.1.6(transitive)
Updatedaxios@^0.18.0