yahoo-finance2
Advanced tools
Comparing version 2.1.6 to 2.1.7
{ | ||
"name": "yahoo-finance2", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "JS API for Yahoo Finance", | ||
@@ -78,3 +78,3 @@ "type:": "commonjs", | ||
"@typescript-eslint/parser": "5.12.1", | ||
"eslint": "8.9.0", | ||
"eslint": "8.10.0", | ||
"eslint-config-prettier": "8.4.0", | ||
@@ -88,3 +88,3 @@ "globby": "13.1.1", | ||
"ts-jest": "27.1.3", | ||
"ts-json-schema-generator": "0.94.0", | ||
"ts-json-schema-generator": "0.98.0", | ||
"ts-node": "10.5.0", | ||
@@ -91,0 +91,0 @@ "typescript": "4.5.5" |
module.exports = { | ||
"name": "yahoo-finance2", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "JS API for Yahoo Finance", | ||
@@ -78,3 +78,3 @@ "type:": "commonjs", | ||
"@typescript-eslint/parser": "5.12.1", | ||
"eslint": "8.9.0", | ||
"eslint": "8.10.0", | ||
"eslint-config-prettier": "8.4.0", | ||
@@ -88,3 +88,3 @@ "globby": "13.1.1", | ||
"ts-jest": "27.1.3", | ||
"ts-json-schema-generator": "0.94.0", | ||
"ts-json-schema-generator": "0.98.0", | ||
"ts-node": "10.5.0", | ||
@@ -91,0 +91,0 @@ "typescript": "4.5.5" |
@@ -100,6 +100,6 @@ import type { ModuleOptionsWithValidateTrue, ModuleOptionsWithValidateFalse, ModuleThis } from "../lib/moduleCommon.js"; | ||
lastMarket: string; | ||
coinImageUrl: string; | ||
volume24Hr: number; | ||
volumeAllCurrencies: number; | ||
startDate: Date; | ||
coinImageUrl?: string; | ||
volume24Hr?: number; | ||
volumeAllCurrencies?: number; | ||
startDate?: Date; | ||
} | ||
@@ -106,0 +106,0 @@ export interface QuoteCurrency extends QuoteBase { |
{ | ||
"name": "yahoo-finance2", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "JS API for Yahoo Finance", | ||
@@ -78,3 +78,3 @@ "type": "module", | ||
"@typescript-eslint/parser": "5.12.1", | ||
"eslint": "8.9.0", | ||
"eslint": "8.10.0", | ||
"eslint-config-prettier": "8.4.0", | ||
@@ -88,3 +88,3 @@ "globby": "13.1.1", | ||
"ts-jest": "27.1.3", | ||
"ts-json-schema-generator": "0.94.0", | ||
"ts-json-schema-generator": "0.98.0", | ||
"ts-node": "10.5.0", | ||
@@ -91,0 +91,0 @@ "typescript": "4.5.5" |
export default { | ||
"name": "yahoo-finance2", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "JS API for Yahoo Finance", | ||
@@ -78,3 +78,3 @@ "type": "module", | ||
"@typescript-eslint/parser": "5.12.1", | ||
"eslint": "8.9.0", | ||
"eslint": "8.10.0", | ||
"eslint-config-prettier": "8.4.0", | ||
@@ -88,3 +88,3 @@ "globby": "13.1.1", | ||
"ts-jest": "27.1.3", | ||
"ts-json-schema-generator": "0.94.0", | ||
"ts-json-schema-generator": "0.98.0", | ||
"ts-node": "10.5.0", | ||
@@ -91,0 +91,0 @@ "typescript": "4.5.5" |
@@ -100,6 +100,6 @@ import type { ModuleOptionsWithValidateTrue, ModuleOptionsWithValidateFalse, ModuleThis } from "../lib/moduleCommon.js"; | ||
lastMarket: string; | ||
coinImageUrl: string; | ||
volume24Hr: number; | ||
volumeAllCurrencies: number; | ||
startDate: Date; | ||
coinImageUrl?: string; | ||
volume24Hr?: number; | ||
volumeAllCurrencies?: number; | ||
startDate?: Date; | ||
} | ||
@@ -106,0 +106,0 @@ export interface QuoteCurrency extends QuoteBase { |
{ | ||
"name": "yahoo-finance2", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "JS API for Yahoo Finance", | ||
@@ -78,3 +78,3 @@ "type": "module", | ||
"@typescript-eslint/parser": "5.12.1", | ||
"eslint": "8.9.0", | ||
"eslint": "8.10.0", | ||
"eslint-config-prettier": "8.4.0", | ||
@@ -88,3 +88,3 @@ "globby": "13.1.1", | ||
"ts-jest": "27.1.3", | ||
"ts-json-schema-generator": "0.94.0", | ||
"ts-json-schema-generator": "0.98.0", | ||
"ts-node": "10.5.0", | ||
@@ -91,0 +91,0 @@ "typescript": "4.5.5" |
@@ -53,3 +53,3 @@ # node-yahoo-finance2 | ||
const results = await yahooFinance.search('AAPL'); | ||
const results = await yahooFInance.search('AAPL', { someOption: true, etc }); | ||
const results = await yahooFinance.search('AAPL', { someOption: true, etc }); | ||
``` | ||
@@ -56,0 +56,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1490879
47023