Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
fpl-api-node
Advanced tools
A simple node wrapper for the Fantasy Premier League (fantasy.premierleague.com) restful web api
A strongly typed node wrapper for the Fantasy Premier League (fantasy.premierleague.com) restful web api. It's job is a simple one - to fetch and return data that maps to the available end-points.
To avoid topics such as Cross-Origin and Content Security Policy this wrapper should be consumed in a node server-side context.
npm install fpl-api-node --save
import * as fplapi from 'fpl-api-node';
const fplapi = require('fpl-api-node');
fplapi.getEntry(123456).then((data) => {
// do something with our data
console.log(data);
}).catch((err) => {
// something went wrong
});
Read the API documentation for available methods.
You can use the package in a number of ways for example to create a restful api on a web app using expressjs.
The package uses axios under the hood. If using outside of typescript and don't care about types you may prefer to fetch the endpoints directly rather than use this wrapper.
The Available end-points are:
FAQs
A node wrapper for the Fantasy Premier League (fantasy.premierleague.com) restful web api
The npm package fpl-api-node receives a total of 1 weekly downloads. As such, fpl-api-node popularity was classified as not popular.
We found that fpl-api-node demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.