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

alphavantage

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alphavantage - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

0

__mocks__/request-promise-native.js

@@ -0,0 +0,0 @@ 'use strict';

4

CHANGELOG.md

@@ -44,1 +44,5 @@ 0.0.1

- Updating jest to 22.0.4
1.1.1
- Updating dotenv dependency
- Fixing documentation for data endpoints

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ Copyright (c) 2017 Zack Urben

4

package.json
{
"name": "alphavantage",
"version": "1.1.0",
"version": "1.1.1",
"description": "A simple interface to the Alpha Vantage API.",

@@ -33,3 +33,3 @@ "main": "index.js",

"dependencies": {
"dotenv": "^4.0.0",
"dotenv": "^5.0.0",
"request": "^2.83.0",

@@ -36,0 +36,0 @@ "request-promise-native": "^1.0.5"

@@ -68,9 +68,9 @@ # AlphaVantage

```javascript
alpha.data.intraday(symbol, interval)
alpha.data.daily(symbol, interval)
alpha.data.daily_adjusted(symbol, interval)
alpha.data.weekly(symbol, interval)
alpha.data.weekly_adjusted(symbol, interval)
alpha.data.monthly(symbol, interval)
alpha.data.monthly_adjusted(symbol, interval)
alpha.data.intraday(symbol, outputsize, datatype, interval)
alpha.data.daily(symbol, outputsize, datatype, interval)
alpha.data.daily_adjusted(symbol, outputsize, datatype, interval)
alpha.data.weekly(symbol, outputsize, datatype, interval)
alpha.data.weekly_adjusted(symbol, outputsize, datatype, interval)
alpha.data.monthly(symbol, outputsize, datatype, interval)
alpha.data.monthly_adjusted(symbol, outputsize, datatype, interval)
alpha.data.batch([symbol1, symbol2..])

@@ -77,0 +77,0 @@ ```

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

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