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 1.0.1 to 1.0.2

2

package.json
{
"name": "yahoo-fantasy",
"version": "1.0.1",
"version": "1.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

#### 1.0.2
* Fixed game resource roster postions callback bug.
#### 1.0.1

@@ -60,0 +63,0 @@ * Fixed a typo that was breaking team mapping.

@@ -154,3 +154,3 @@ var gameHelper = require('../helpers/gameHelper.js');

GameResource.prototype.roster_positions = function(gameKey, cb) {
var apiCallback = this._position_types_callback.bind(this, cb);
var apiCallback = this._roster_positions_callback.bind(this, cb);

@@ -157,0 +157,0 @@ this

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