alphavantage
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -62,1 +62,4 @@ 0.0.1 | ||
- Adding Time Series FX (Daily) to the polish function | ||
1.2.3 | ||
- Updating dependencies to remove audit and outdated warnings |
{ | ||
"name": "alphavantage", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "A simple interface to the Alpha Vantage API.", | ||
@@ -33,11 +33,11 @@ "main": "index.js", | ||
"dependencies": { | ||
"dotenv": "^6.1.0", | ||
"dotenv": "^7.0.0", | ||
"request": "^2.88.0", | ||
"request-promise-native": "^1.0.5" | ||
"request-promise-native": "^1.0.7" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^3.0.2", | ||
"coveralls": "^3.0.3", | ||
"delay": "^4.1.0", | ||
"jest": "^22.4.4", | ||
"prettier": "^1.14.3" | ||
"jest": "^24.5.0", | ||
"prettier": "^1.16.4" | ||
}, | ||
@@ -44,0 +44,0 @@ "jest": { |
123278
+ Addeddotenv@7.0.0(transitive)
- Removeddotenv@6.2.0(transitive)
Updateddotenv@^7.0.0