New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.5.1 to 0.5.2

2

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

#### 0.5.2
* Fixed a bug where player stats by week url was not being created properly, thanks [withsmilo](https://github.com/withsmilo)!
#### 0.5.1

@@ -60,0 +63,0 @@ * Fixed a bug where collections that contained subresources would return no data.

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

} else if ( 3 == arguments.length ) {
url += ';week=' + week;
url += ';type=week;week=' + week;
}

@@ -45,0 +45,0 @@

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