open-im-sdk-web-wasm
open-im-sdk-web-wasm copied to clipboard
[BUG] Severe bug: When initializing the worker, the local private path (including your username) is exposed in the build output
OpenIM Server Version
3.8.3
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Source Code Deployment
function initWorker() {
if ("undefined" == typeof window)
return;
const e = "file:///Users/xxxx/Workspaces/projects/myApp/node_modules/@openim/wasm-client-sdk/lib/index.es.js".includes(".vite/deps")
, t = "file:///Users/xxx/Workspaces/projects/myApp/node_modules/@openim/wasm-client-sdk/lib/index.es.js".includes("_nuxt/node_modules")
, s = "file:///Users/xxx/Workspaces/projects/myApp/node_modules/@openim/wasm-client-sdk/lib/index.es.js".includes(".q-cache")
No response