Socket
Socket
Sign inDemoInstall

yahoo-finance2

Package Overview
Dependencies
Maintainers
2
Versions
92
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.11.2 to 2.11.3

2

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

@@ -5,0 +5,0 @@ "type:": "commonjs",

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

@@ -5,0 +5,0 @@ "type:": "commonjs",

@@ -103,3 +103,7 @@ "use strict";

else {
throw new Error("Unsupported redirect to " + location + ", please report.");
console.error("We expected a redirect to guce.yahoo.com, but got " + location);
console.error("We'll try to continue anyway - you can safely ignore this if the request succeeds");
// throw new Error(
// "Unsupported redirect to " + location + ", please report.");
// )
}

@@ -106,0 +110,0 @@ }

{
"name": "yahoo-finance2",
"version": "2.11.2",
"version": "2.11.3",
"description": "JS API for Yahoo Finance",

@@ -5,0 +5,0 @@ "type": "module",

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

@@ -5,0 +5,0 @@ "type": "module",

@@ -130,3 +130,7 @@ import pkg from "../../package.json.js";

else {
throw new Error("Unsupported redirect to " + location + ", please report.");
console.error("We expected a redirect to guce.yahoo.com, but got " + location);
console.error("We'll try to continue anyway - you can safely ignore this if the request succeeds");
// throw new Error(
// "Unsupported redirect to " + location + ", please report.");
// )
}

@@ -133,0 +137,0 @@ }

{
"name": "yahoo-finance2",
"version": "2.11.2",
"version": "2.11.3",
"description": "JS API for Yahoo Finance",

@@ -5,0 +5,0 @@ "type": "module",

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