New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

alpha_vantage_api_wrapper

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alpha_vantage_api_wrapper - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "alpha_vantage_api_wrapper",
"version": "0.0.7",
"version": "0.0.8",
"description": "Alpha Vintage API Wrapper for Node.Js",

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

# Alpha Vantage API - Node.js Wrapper
This is a simple wrapper package for the Alpha Vantage API
This is a simple wrapper package for the Alpha Vantage API<br>
For now it only works for Stocks.
* Stocks
* [Intraday](#Intraday)
* [Daily](#Daily)
* [Daily Adjusted](#Daily-Adjusted)
* [Weekly](#Weekly)
* [Weekly Adjusted](#Weekly-Adjusted)
* [Monthly](#Monthly)
* [Monthly Adjusted](#Monthly-Adjusted)
* [Quote](#Quote)
* [Search](#Search)
* [Intraday](#intraday)
* [Daily](#daily)
* [Daily Adjusted](#daily-adjusted)
* [Weekly](#weekly)
* [Weekly Adjusted](#weekly-adjusted)
* [Monthly](#monthly)
* [Monthly Adjusted](#monthly-Adjusted)
* [Quote](#quote)
* [Search](#search)

@@ -37,4 +37,4 @@ ## Usage

Available options
```json
Available options = **object**
```javascript
{

@@ -55,4 +55,4 @@ "datatype": "json" || "csv",

Available options
```json
Available options = **object**
```javascript
{

@@ -72,4 +72,4 @@ "datatype": "json" || "csv",

Available options
```json
Available options = **object**
```javascript
{

@@ -89,4 +89,4 @@ "datatype": "json" || "csv",

Available options
```json
Available options = **object**
```javascript
{

@@ -105,4 +105,4 @@ "datatype": "json" || "csv",

Available options
```json
Available options = **object**
```javascript
{

@@ -121,4 +121,4 @@ "datatype": "json" || "csv",

Available options
```json
Available options = **object**
```javascript
{

@@ -137,4 +137,4 @@ "datatype": "json" || "csv",

Available options
```json
Available options = **object**
```javascript
{

@@ -152,4 +152,4 @@ "datatype": "json" || "csv",

Available options
```json
Available options = **object**
```javascript
{

@@ -167,4 +167,4 @@ "datatype": "json" || "csv",

Available options
```json
Available options = **object**
```javascript
{

@@ -171,0 +171,0 @@ "datatype": "json" || "csv",

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