
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
krp-node-wrapper
Advanced tools
Node.js Wrapper to communicate with Kart Racing Pro Server.
With krp-node-wrapper you have a wrapper which reads the data from the udp livetiming server.
This package was tested under Node.js 16.16.0 x64.
Kart Racing Pro release13b was used while testing.
npm install krp-node-wrapper
Under src/types/
ServerWrapper:
Update Data Types:
EventT
EntryT
EntryRemoveT
SessionT
SessionStatusT
WeatherT
SessionEntryT
DriverStatusT
BestLapT
LastLapT
PenaltyT
LapT
SplitT
SpeedT
ClassificationT
ChallengeDataT
TrackDataT
TrackSegmentT
TrackPositionT
ContactT
ClientWrapper:
Update Data Types:
KartDataT
KartEventT
KartLapT
KartSessionT
KartSplitT
const wrapper = new KRPNodeWrapper(Hostname, Port, Password, Logging)
| Event | Description |
|---|---|
| "connected" | Shared Memory connected. |
| "disconnected" | Shared Memory disconnected. |
| "update" | Sends all the received data. |
wrapper.on("update", (type: string, data) => {
console.log(type, data)
})
| Function / Attribute | Description |
|---|---|
| connected | Is udp client connected? |
wrapper.connected
proxy_udp.ini
[params]
enable = 1
port = 30000
ip = 127.0.0.1:30001
delay = 1
info = 1
const wrapper = new KRPNodeWrapper(Port, Logging)
| Event | Description |
|---|---|
| "update" | Sends all the received data. |
wrapper.on("update", (type: string, data) => {
console.log(type, data)
})
Released under the MIT License.
FAQs
Node.js Wrapper to communicate with Kart Racing Pro Server
We found that krp-node-wrapper 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
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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.