
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
fifatables
Advanced tools
Library for managing Fifa Soccer tables
Nodejs 12 or higher need to be installed first
npm install fifatables
or
yarn add fifatables
Type this into your ts file.
import { Fifa, fifaConfig, fifaTableConfig, formatRawValue, sortByOrder, Table } from 'fifatables';
// config class with table definitions for fifa 11
console.log(fifaConfig(Fifa.Fifa11));
// read only config for single table
console.log(fifaTableConfig(Fifa.Fifa11, Table.Leagues));
// sort config by order
console.log(fifaTableConfig(Fifa.Fifa11, Table.Leagues).sort(sortByOrder));
// convert string into correct datatype based on config
console.log(formatRawValue(fifaTableConfig(Fifa.Fifa11, Table.Leagues)[0], '2000'));
Fifa 11 - Fifa 23
| Table | Supported |
|---|---|
| competition | ✓ |
| dcplayernames | ✓ |
| formations | ✓ |
| leaguerefereelinks | ✓ |
| leagues | ✓ |
| leagueteamlinks | ✓ |
| manager | ✓ |
| nations | ✓ |
| playerboots | ✓ |
| player_grudgelove | ✓ |
| playerloans | ✓ |
| playernames | ✓ |
| players | ✓ |
| previousteam | ✓ |
| referee | ✓ |
| rivals | ✓ |
| rowteamnationlinks | ✓ |
| shoecolors | ✓ |
| stadiums | ✓ |
| teamballs | ✓ |
| teamkits | ✓ |
| teamnationlinks | ✓ |
| teamplayerlinks | ✓ |
| teams | ✓ |
| teamstadiumlinks | ✓ |
Copyright © 2021 - 2025 Dominik Hladik
All contents are licensed under the MIT license.
FAQs
Definition of Fifa Soccer Game tables
We found that fifatables demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.