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

yahoo-stock-api

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yahoo-stock-api - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

index.js
const axios = require('axios');
const cheerio = require('cheerio');
const cheerio = require('cheerio').default;
const { dateToUnix, handleError, handleResponse } = require('./util');

@@ -4,0 +4,0 @@ const frequencyList = ['1d', '1wk', '1mo'];

{
"name": "yahoo-stock-api",
"version": "1.0.6",
"version": "1.0.7",
"description": "Simple API to get stock price from finance.yahoo.com",

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

@@ -128,2 +128,3 @@ # yahoo-stock-api

- Open Terminal (Command Line) in the folder.
- npm i
- npm test

@@ -130,0 +131,0 @@

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