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

cheatengine

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cheatengine - npm Package Compare versions

Comparing version
5.8.24
to
5.8.25
+1
-1
package.json
{
"name": "cheatengine",
"version": "5.8.24",
"version": "5.8.25",
"description": "Cheat Engine MCP Server - AI-assisted reverse engineering bridge",

@@ -5,0 +5,0 @@ "main": "ce_mcp_server.js",

@@ -203,7 +203,16 @@ /**

"Cheat Engine MCP Bridge not running. " +
"Load 'ce_mcp_bridge.lua' in CE (Table -> Show Cheat Table Lua Script -> Execute)"
"Steps to fix:\n" +
"1. Open Cheat Engine\n" +
"2. Table -> Show Cheat Table Lua Script\n" +
"3. Load or paste ce_mcp_bridge.lua\n" +
"4. Click Execute\n" +
"5. Wait for 'MCP' label to appear in CE toolbar"
),
[ERROR_PIPE_BUSY]: "Pipe busy - another client may be connected",
[ERROR_PIPE_BUSY]: "Pipe busy - another client may be connected. Wait a moment and try again.",
[ERROR_ACCESS_DENIED]: "Access denied - try running as administrator",
[ERROR_BROKEN_PIPE]: "Connection lost - restart bridge script in CE",
[ERROR_BROKEN_PIPE]: (
"Connection lost to Cheat Engine. " +
"This happens when CE is closed. " +
"Please restart CE and reload ce_mcp_bridge.lua"
),
};

@@ -210,0 +219,0 @@