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.1 to 2.0.2

1

helpers/teamHelper.js

@@ -99,2 +99,3 @@ var _ = require('lodash');

exports.mapTeamPoints = function(team, points) {
var self = this;
team.points = points.team_points;

@@ -101,0 +102,0 @@

2

package.json
{
"name": "yahoo-fantasy",
"version": "2.0.1",
"version": "2.0.2",
"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.2
* Fixed a bug where "mapTeamPoints" helper function was not defining "self". Thanks [platky](https://github.com/platky)!
#### 2.0.1

@@ -60,0 +63,0 @@ * 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.

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