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.0 to 1.0.1

2

helpers/teamHelper.js

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

if ( !_.isUndefined(key) ) {
destinationObj[key] = _.isobj[key];
destinationObj[key] = obj[key];
}

@@ -20,0 +20,0 @@ });

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

#### 1.0.1
* Fixed a typo that was breaking team mapping.
#### 1.0.0

@@ -60,0 +63,0 @@ * Breaking changes

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