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

yahoo-finance2

Package Overview
Dependencies
Maintainers
2
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yahoo-finance2 - npm Package Compare versions

Comparing version 2.1.6 to 2.1.7

6

dist/cjs/package.json
{
"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

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