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

yahoo-fantasy

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yahoo-fantasy - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

index.js

@@ -71,4 +71,2 @@ /* global module, require */

if ( data.error ) {
// i hate regex so if anyone has a better way to do this...
data.error.reason = String(data.error.description).match( /"(.*?)"/ )[1];
return cb(data.error);

@@ -75,0 +73,0 @@ }

2

package.json
{
"name": "yahoo-fantasy",
"version": "2.0.0",
"version": "2.0.1",
"description": "An API to help facilitate the use of the Yahoo! Fantasy Sports API in NodeJS projects.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -58,2 +58,5 @@ Yahoo! Fantasy API Node Module

#### 2.0.1
* Removed the code that added a "reason" to errors coming from Yahoo! as it was breaking other errors. Retry notifications should now be handled within the application using the module.
#### 2.0.0

@@ -60,0 +63,0 @@ * Moved to Yahoo!'s OAuth2.0 authentication mechanism.

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