UNPKG

@senfo/battleye

Version:

Battleye rcon client built in typescript for node.

19 lines (15 loc) 854 B
<p align="center"> <a href="https://www.npmjs.com/package/@senfo/battleye"><img src="https://img.shields.io/npm/dm/@senfo/battleye.svg" alt="Downloads"></a> <a href="https://www.npmjs.com/package/@senfo/battleye"><img src="https://img.shields.io/npm/v/@senfo/battleye.svg" alt="Version"></a> <a href="https://www.npmjs.com/package/@senfo/battleye"><img src="https://img.shields.io/npm/l/@senfo/battleye.svg" alt="License"></a> </p> # @senfo/battleye > Forked from [nurdism/battleye](https://github.com/nurdism/battleye) > Battleye rcon client built in nodejs. This package includes: * the missing distribution files * updated dependencies to fix their vulnerabilities * lint fixes * a better way to detect a servertimeout (even before initial login, in case the server has not been started yet) ## Example usage: See ```src/example/client.ts```