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

fpl-api-node

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fpl-api-node - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

8

dist/index.d.ts

@@ -10,10 +10,2 @@ import * as types from './interfaces';

/**
* Entry (Fpl manager team):
* A promise that if fulfilled returns an object
* mapped to https://fantasy.premierleague.com/drf/entry/${id}
* @param entryId Entry id
* @returns {Promise}
*/
export declare function getEntryDetails(entryId: number): Promise<types.EntryDetails>;
/**
* Entry History:

@@ -20,0 +12,0 @@ * A promise that if fulfilled returns an object

@@ -19,13 +19,2 @@ "use strict";

/**
* Entry (Fpl manager team):
* A promise that if fulfilled returns an object
* mapped to https://fantasy.premierleague.com/drf/entry/${id}
* @param entryId Entry id
* @returns {Promise}
*/
function getEntryDetails(entryId) {
return getData("/entry/" + entryId);
}
exports.getEntryDetails = getEntryDetails;
/**
* Entry History:

@@ -32,0 +21,0 @@ * A promise that if fulfilled returns an object

2

package.json
{
"name": "fpl-api-node",
"version": "1.0.14",
"version": "1.0.15",
"description": "A simple node wrapper for the Fantasy Premier League (fantasy.premierleague.com) restful web api",

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

Sorry, the diff of this file is not supported yet

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