Socket
Socket
Sign inDemoInstall

yahoo-finance2

Package Overview
Dependencies
22
Maintainers
2
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.7.0 to 2.7.1

10

dist/cjs/package.json
{
"name": "yahoo-finance2",
"version": "2.7.0",
"version": "2.7.1",
"description": "JS API for Yahoo Finance",

@@ -75,8 +75,8 @@ "type:": "commonjs",

"@tsconfig/node12": "12.1.0",
"@types/jest": "29.5.4",
"@types/node-fetch": "2.6.5",
"@types/jest": "29.5.5",
"@types/node-fetch": "2.6.6",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.49.0",
"eslint-config-prettier": "8.8.0",
"eslint": "8.50.0",
"eslint-config-prettier": "8.10.0",
"globby": "13.2.2",

@@ -83,0 +83,0 @@ "jest": "29.7.0",

module.exports = {
"name": "yahoo-finance2",
"version": "2.7.0",
"version": "2.7.1",
"description": "JS API for Yahoo Finance",

@@ -75,8 +75,8 @@ "type:": "commonjs",

"@tsconfig/node12": "12.1.0",
"@types/jest": "29.5.4",
"@types/node-fetch": "2.6.5",
"@types/jest": "29.5.5",
"@types/node-fetch": "2.6.6",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.49.0",
"eslint-config-prettier": "8.8.0",
"eslint": "8.50.0",
"eslint-config-prettier": "8.10.0",
"globby": "13.2.2",

@@ -83,0 +83,0 @@ "jest": "29.7.0",

@@ -327,3 +327,3 @@ export interface QuoteSummaryResult {

maxAge: number;
currentPrice: number;
currentPrice?: number;
targetHighPrice?: number;

@@ -630,5 +630,5 @@ targetLowPrice?: number;

averageDailyVolume3Month?: number;
exchange: string;
exchangeName: string;
exchangeDataDelayedBy: number;
exchange?: string;
exchangeName?: string;
exchangeDataDelayedBy?: number;
maxAge: number;

@@ -663,3 +663,3 @@ postMarketChangePercent?: number;

lastMarket: null | string;
marketState: string;
marketState?: string;
marketCap?: number;

@@ -923,4 +923,30 @@ currency?: string;

Underperformer = "Underperformer",
Underweight = "Underweight"
Underweight = "Underweight",
Trim = "Trim",
AboveAverage = "Above Average",
Inline = "In-line",
Outperformer = "Outperformer",
OVerweight = "OVerweight",
Cautious = "Cautious",
MarketWeight = "Market Weight",
SectorUnderperform = "Sector Underperform",
MarketUnderperform = "Market Underperform",
Peerperform = "Peer perform",
GraduallyAccumulate = "Gradually Accumulate",
ActionListBuy = "Action List Buy",
Performer = "Performer",
SectorPerformer = "Sector Performer",
SpeculativeBuy = "Speculative Buy",
StrongSell = "Strong Sell",
SpeculativeHold = "Speculative Hold",
NotRated = "Not Rated",
HoldNeutral = "Hold Neutral",
Developing = "Developing",
buy = "buy",
HOld = "HOld",
TradingSell = "Trading Sell",
Tender = "Tender",
marketperform = "market perform",
BUy = "BUy"
}
export {};

@@ -80,2 +80,28 @@ "use strict";

Grade["Underweight"] = "Underweight";
Grade["Trim"] = "Trim";
Grade["AboveAverage"] = "Above Average";
Grade["Inline"] = "In-line";
Grade["Outperformer"] = "Outperformer";
Grade["OVerweight"] = "OVerweight";
Grade["Cautious"] = "Cautious";
Grade["MarketWeight"] = "Market Weight";
Grade["SectorUnderperform"] = "Sector Underperform";
Grade["MarketUnderperform"] = "Market Underperform";
Grade["Peerperform"] = "Peer perform";
Grade["GraduallyAccumulate"] = "Gradually Accumulate";
Grade["ActionListBuy"] = "Action List Buy";
Grade["Performer"] = "Performer";
Grade["SectorPerformer"] = "Sector Performer";
Grade["SpeculativeBuy"] = "Speculative Buy";
Grade["StrongSell"] = "Strong Sell";
Grade["SpeculativeHold"] = "Speculative Hold";
Grade["NotRated"] = "Not Rated";
Grade["HoldNeutral"] = "Hold Neutral";
Grade["Developing"] = "Developing";
Grade["buy"] = "buy";
Grade["HOld"] = "HOld";
Grade["TradingSell"] = "Trading Sell";
Grade["Tender"] = "Tender";
Grade["marketperform"] = "market perform";
Grade["BUy"] = "BUy";
})(Grade || (exports.Grade = Grade = {}));
{
"name": "yahoo-finance2",
"version": "2.7.0",
"version": "2.7.1",
"description": "JS API for Yahoo Finance",

@@ -75,8 +75,8 @@ "type": "module",

"@tsconfig/node12": "12.1.0",
"@types/jest": "29.5.4",
"@types/node-fetch": "2.6.5",
"@types/jest": "29.5.5",
"@types/node-fetch": "2.6.6",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.49.0",
"eslint-config-prettier": "8.8.0",
"eslint": "8.50.0",
"eslint-config-prettier": "8.10.0",
"globby": "13.2.2",

@@ -83,0 +83,0 @@ "jest": "29.7.0",

export default {
"name": "yahoo-finance2",
"version": "2.7.0",
"version": "2.7.1",
"description": "JS API for Yahoo Finance",

@@ -75,8 +75,8 @@ "type": "module",

"@tsconfig/node12": "12.1.0",
"@types/jest": "29.5.4",
"@types/node-fetch": "2.6.5",
"@types/jest": "29.5.5",
"@types/node-fetch": "2.6.6",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.49.0",
"eslint-config-prettier": "8.8.0",
"eslint": "8.50.0",
"eslint-config-prettier": "8.10.0",
"globby": "13.2.2",

@@ -83,0 +83,0 @@ "jest": "29.7.0",

@@ -327,3 +327,3 @@ export interface QuoteSummaryResult {

maxAge: number;
currentPrice: number;
currentPrice?: number;
targetHighPrice?: number;

@@ -630,5 +630,5 @@ targetLowPrice?: number;

averageDailyVolume3Month?: number;
exchange: string;
exchangeName: string;
exchangeDataDelayedBy: number;
exchange?: string;
exchangeName?: string;
exchangeDataDelayedBy?: number;
maxAge: number;

@@ -663,3 +663,3 @@ postMarketChangePercent?: number;

lastMarket: null | string;
marketState: string;
marketState?: string;
marketCap?: number;

@@ -923,4 +923,30 @@ currency?: string;

Underperformer = "Underperformer",
Underweight = "Underweight"
Underweight = "Underweight",
Trim = "Trim",
AboveAverage = "Above Average",
Inline = "In-line",
Outperformer = "Outperformer",
OVerweight = "OVerweight",
Cautious = "Cautious",
MarketWeight = "Market Weight",
SectorUnderperform = "Sector Underperform",
MarketUnderperform = "Market Underperform",
Peerperform = "Peer perform",
GraduallyAccumulate = "Gradually Accumulate",
ActionListBuy = "Action List Buy",
Performer = "Performer",
SectorPerformer = "Sector Performer",
SpeculativeBuy = "Speculative Buy",
StrongSell = "Strong Sell",
SpeculativeHold = "Speculative Hold",
NotRated = "Not Rated",
HoldNeutral = "Hold Neutral",
Developing = "Developing",
buy = "buy",
HOld = "HOld",
TradingSell = "Trading Sell",
Tender = "Tender",
marketperform = "market perform",
BUy = "BUy"
}
export {};

@@ -77,2 +77,28 @@ /*

Grade["Underweight"] = "Underweight";
Grade["Trim"] = "Trim";
Grade["AboveAverage"] = "Above Average";
Grade["Inline"] = "In-line";
Grade["Outperformer"] = "Outperformer";
Grade["OVerweight"] = "OVerweight";
Grade["Cautious"] = "Cautious";
Grade["MarketWeight"] = "Market Weight";
Grade["SectorUnderperform"] = "Sector Underperform";
Grade["MarketUnderperform"] = "Market Underperform";
Grade["Peerperform"] = "Peer perform";
Grade["GraduallyAccumulate"] = "Gradually Accumulate";
Grade["ActionListBuy"] = "Action List Buy";
Grade["Performer"] = "Performer";
Grade["SectorPerformer"] = "Sector Performer";
Grade["SpeculativeBuy"] = "Speculative Buy";
Grade["StrongSell"] = "Strong Sell";
Grade["SpeculativeHold"] = "Speculative Hold";
Grade["NotRated"] = "Not Rated";
Grade["HoldNeutral"] = "Hold Neutral";
Grade["Developing"] = "Developing";
Grade["buy"] = "buy";
Grade["HOld"] = "HOld";
Grade["TradingSell"] = "Trading Sell";
Grade["Tender"] = "Tender";
Grade["marketperform"] = "market perform";
Grade["BUy"] = "BUy";
})(Grade || (Grade = {}));
{
"name": "yahoo-finance2",
"version": "2.7.0",
"version": "2.7.1",
"description": "JS API for Yahoo Finance",

@@ -75,8 +75,8 @@ "type": "module",

"@tsconfig/node12": "12.1.0",
"@types/jest": "29.5.4",
"@types/node-fetch": "2.6.5",
"@types/jest": "29.5.5",
"@types/node-fetch": "2.6.6",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.49.0",
"eslint-config-prettier": "8.8.0",
"eslint": "8.50.0",
"eslint-config-prettier": "8.10.0",
"globby": "13.2.2",

@@ -83,0 +83,0 @@ "jest": "29.7.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc