Socket
Socket
Sign inDemoInstall

yahoo-finance2

Package Overview
Dependencies
14
Maintainers
2
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.13.1 to 1.14.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [1.14.0](https://github.com/gadicc/node-yahoo-finance2/compare/v1.13.1...v1.14.0) (2021-06-19)
### Features
* **quote:** allow quote of specific options ([#213](https://github.com/gadicc/node-yahoo-finance2/issues/213)) ([1348515](https://github.com/gadicc/node-yahoo-finance2/commit/134851538a704cddd1cb938163efb039bb9b4630))
## [1.13.1](https://github.com/gadicc/node-yahoo-finance2/compare/v1.13.0...v1.13.1) (2021-06-14)

@@ -2,0 +9,0 @@

16

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

@@ -72,10 +72,10 @@ "type:": "commonjs",

"@semantic-release/release-notes-generator": "9.0.3",
"@tsconfig/node12": "1.0.8",
"@tsconfig/node12": "1.0.9",
"@types/jest": "26.0.23",
"@types/node-fetch": "2.5.10",
"@typescript-eslint/eslint-plugin": "4.26.1",
"@typescript-eslint/parser": "4.26.1",
"eslint": "7.28.0",
"@typescript-eslint/eslint-plugin": "4.27.0",
"@typescript-eslint/parser": "4.27.0",
"eslint": "7.29.0",
"eslint-config-prettier": "8.3.0",
"globby": "11.0.3",
"globby": "11.0.4",
"jest": "27.0.4",

@@ -85,8 +85,8 @@ "jest-tobetype": "1.2.3",

"prettier": "2.3.1",
"semantic-release": "17.4.3",
"semantic-release": "17.4.4",
"ts-jest": "27.0.3",
"ts-json-schema-generator": "0.93.0",
"ts-node": "9.1.1",
"typescript": "4.3.2"
"typescript": "4.3.4"
}
}
module.exports = {
"name": "yahoo-finance2",
"version": "1.13.1",
"version": "1.14.0",
"description": "JS API for Yahoo Finance",

@@ -72,10 +72,10 @@ "type:": "commonjs",

"@semantic-release/release-notes-generator": "9.0.3",
"@tsconfig/node12": "1.0.8",
"@tsconfig/node12": "1.0.9",
"@types/jest": "26.0.23",
"@types/node-fetch": "2.5.10",
"@typescript-eslint/eslint-plugin": "4.26.1",
"@typescript-eslint/parser": "4.26.1",
"eslint": "7.28.0",
"@typescript-eslint/eslint-plugin": "4.27.0",
"@typescript-eslint/parser": "4.27.0",
"eslint": "7.29.0",
"eslint-config-prettier": "8.3.0",
"globby": "11.0.3",
"globby": "11.0.4",
"jest": "27.0.4",

@@ -85,8 +85,8 @@ "jest-tobetype": "1.2.3",

"prettier": "2.3.1",
"semantic-release": "17.4.3",
"semantic-release": "17.4.4",
"ts-jest": "27.0.3",
"ts-json-schema-generator": "0.93.0",
"ts-node": "9.1.1",
"typescript": "4.3.2"
"typescript": "4.3.4"
}
}

@@ -103,2 +103,9 @@ import type { ModuleOptionsWithValidateTrue, ModuleOptionsWithValidateFalse, ModuleThis } from "../lib/moduleCommon.js";

}
export interface QuoteOption extends QuoteBase {
strike: number;
openInterest: number;
expireDate: number;
expireIsoDate: number;
underlyingSymbol: string;
}
export interface QuoteCryptoCurrency extends QuoteBase {

@@ -115,3 +122,3 @@ quoteType: "CRYPTOCURRENCY";

}
export declare type Quote = QuoteCryptoCurrency | QuoteCurrency | QuoteEtf | QuoteEquity | QuoteMutualfund;
export declare type Quote = QuoteCryptoCurrency | QuoteCurrency | QuoteEtf | QuoteEquity | QuoteMutualfund | QuoteOption;
export declare type QuoteField = keyof Quote;

@@ -118,0 +125,0 @@ export declare type ResultType = "array" | "object" | "map";

{
"name": "yahoo-finance2",
"version": "1.13.1",
"version": "1.14.0",
"description": "JS API for Yahoo Finance",

@@ -72,10 +72,10 @@ "type": "module",

"@semantic-release/release-notes-generator": "9.0.3",
"@tsconfig/node12": "1.0.8",
"@tsconfig/node12": "1.0.9",
"@types/jest": "26.0.23",
"@types/node-fetch": "2.5.10",
"@typescript-eslint/eslint-plugin": "4.26.1",
"@typescript-eslint/parser": "4.26.1",
"eslint": "7.28.0",
"@typescript-eslint/eslint-plugin": "4.27.0",
"@typescript-eslint/parser": "4.27.0",
"eslint": "7.29.0",
"eslint-config-prettier": "8.3.0",
"globby": "11.0.3",
"globby": "11.0.4",
"jest": "27.0.4",

@@ -85,8 +85,8 @@ "jest-tobetype": "1.2.3",

"prettier": "2.3.1",
"semantic-release": "17.4.3",
"semantic-release": "17.4.4",
"ts-jest": "27.0.3",
"ts-json-schema-generator": "0.93.0",
"ts-node": "9.1.1",
"typescript": "4.3.2"
"typescript": "4.3.4"
}
}
export default {
"name": "yahoo-finance2",
"version": "1.13.1",
"version": "1.14.0",
"description": "JS API for Yahoo Finance",

@@ -72,10 +72,10 @@ "type": "module",

"@semantic-release/release-notes-generator": "9.0.3",
"@tsconfig/node12": "1.0.8",
"@tsconfig/node12": "1.0.9",
"@types/jest": "26.0.23",
"@types/node-fetch": "2.5.10",
"@typescript-eslint/eslint-plugin": "4.26.1",
"@typescript-eslint/parser": "4.26.1",
"eslint": "7.28.0",
"@typescript-eslint/eslint-plugin": "4.27.0",
"@typescript-eslint/parser": "4.27.0",
"eslint": "7.29.0",
"eslint-config-prettier": "8.3.0",
"globby": "11.0.3",
"globby": "11.0.4",
"jest": "27.0.4",

@@ -85,8 +85,8 @@ "jest-tobetype": "1.2.3",

"prettier": "2.3.1",
"semantic-release": "17.4.3",
"semantic-release": "17.4.4",
"ts-jest": "27.0.3",
"ts-json-schema-generator": "0.93.0",
"ts-node": "9.1.1",
"typescript": "4.3.2"
"typescript": "4.3.4"
}
}

@@ -103,2 +103,9 @@ import type { ModuleOptionsWithValidateTrue, ModuleOptionsWithValidateFalse, ModuleThis } from "../lib/moduleCommon.js";

}
export interface QuoteOption extends QuoteBase {
strike: number;
openInterest: number;
expireDate: number;
expireIsoDate: number;
underlyingSymbol: string;
}
export interface QuoteCryptoCurrency extends QuoteBase {

@@ -115,3 +122,3 @@ quoteType: "CRYPTOCURRENCY";

}
export declare type Quote = QuoteCryptoCurrency | QuoteCurrency | QuoteEtf | QuoteEquity | QuoteMutualfund;
export declare type Quote = QuoteCryptoCurrency | QuoteCurrency | QuoteEtf | QuoteEquity | QuoteMutualfund | QuoteOption;
export declare type QuoteField = keyof Quote;

@@ -118,0 +125,0 @@ export declare type ResultType = "array" | "object" | "map";

{
"name": "yahoo-finance2",
"version": "1.13.1",
"version": "1.14.0",
"description": "JS API for Yahoo Finance",

@@ -72,10 +72,10 @@ "type": "module",

"@semantic-release/release-notes-generator": "9.0.3",
"@tsconfig/node12": "1.0.8",
"@tsconfig/node12": "1.0.9",
"@types/jest": "26.0.23",
"@types/node-fetch": "2.5.10",
"@typescript-eslint/eslint-plugin": "4.26.1",
"@typescript-eslint/parser": "4.26.1",
"eslint": "7.28.0",
"@typescript-eslint/eslint-plugin": "4.27.0",
"@typescript-eslint/parser": "4.27.0",
"eslint": "7.29.0",
"eslint-config-prettier": "8.3.0",
"globby": "11.0.3",
"globby": "11.0.4",
"jest": "27.0.4",

@@ -85,8 +85,8 @@ "jest-tobetype": "1.2.3",

"prettier": "2.3.1",
"semantic-release": "17.4.3",
"semantic-release": "17.4.4",
"ts-jest": "27.0.3",
"ts-json-schema-generator": "0.93.0",
"ts-node": "9.1.1",
"typescript": "4.3.2"
"typescript": "4.3.4"
}
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc