New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

krp-sharedmemory-client

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

krp-sharedmemory-client

Node.js Wrapper to communicate with Kart Racing Pro Client.

latest
Source
npmnpm
Version
2.1.1
Version published
Weekly downloads
13
-38.1%
Maintainers
1
Weekly downloads
 
Created
Source

krp-sharedmemory-client

Node.js Wrapper to communicate with Kart Racing Pro Client.

krp-sharedmemory-client is the client for the krp-sharedmemory-plugin.

Requirements

Installing

This package was tested under Node.js 18.17.0 x64.

Kart Racing Pro release13e was used while testing.

npm install krp-sharedmemory-client

Documentation

Documentation

Events

EventDescription
"connected"Shared Memory connected.
"disconnected"Shared Memory disconnected.
"pluginInfo"pluginInfo updated.
"...Info"...Info updated.

Example

const wrapper = new Wrapper(Config);

wrapper.on("connected", () => {
  console.log("Connected!");
});

License

Released under the MIT License.

Keywords

krp

FAQs

Package last updated on 04 Apr 2024

Did you know?

Socket

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.

Install

Related posts