
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
uol-simple-api-futebol
Advanced tools
Uma API simples que pega os jogos da UOL formatados e retorna
Uma API Simples para buscar os jogos que irão acontecer no dia através do portal UOL
Instale o projeto utilizando npm install uol-simple-api-futebol
import getGames from 'uol-simple-api-futebol';
const games = await getGames("21-08-2025");
Agora é só utilizar o retorno para o que precisa: Exemplo do retorno:
// Exemplo de retorno que terá
[
{
campeonato: 'Paulista Feminino',
hora: '15H',
times: [ 'REA', 'COR' ],
canais: [ 'Space/Max', 'CazéTV', 'Record News' ],
date: 2025-08-21T18:00:00.000Z
},
{
campeonato: 'Libertadores',
hora: '19H',
times: [ 'LDU', 'BOT' ],
canais: [ 'Paramount+' ],
date: 2025-08-21T22:00:00.000Z
},
{
campeonato: 'Copa Sul-Americana',
hora: '19H',
times: [ 'GOD', 'CAM' ],
canais: [ 'ESPN', 'Disney+' ],
date: 2025-08-21T22:00:00.000Z
},
{
campeonato: 'Libertadores',
hora: '21H30',
times: [ 'PAL', 'UNI' ],
canais: [ 'ESPN', 'Disney+' ],
date: 2025-08-22T00:30:00.000Z
},
{
campeonato: 'Copa Sul-Americana',
hora: '21H30',
times: [ 'LAN', 'CEN' ],
canais: [ 'Paramount+' ],
date: 2025-08-22T00:30:00.000Z
},
{
campeonato: 'Libertadores',
hora: '21H30',
times: [ 'RIV', 'LIB' ],
canais: [ 'Paramount+' ],
date: 2025-08-22T00:30:00.000Z
}
]
FAQs
Uma API simples que pega os jogos da UOL formatados e retorna
We found that uol-simple-api-futebol demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.