@scelar/nodepod 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +252 -252
- package/dist/{child_process-BD0fAFc1.cjs → child_process-DldQfPd9.cjs} +5 -5
- package/dist/child_process-DldQfPd9.cjs.map +1 -0
- package/dist/{child_process-DV4uXIWL.js → child_process-eiM1_nmq.js} +4 -4
- package/dist/child_process-eiM1_nmq.js.map +1 -0
- package/dist/{index-DpqCP69G.js → index-CK6KRbI1.js} +353 -6
- package/dist/index-CK6KRbI1.js.map +1 -0
- package/dist/{index-DVbLKdL5.cjs → index-DfyUKyNH.cjs} +365 -20
- package/dist/index-DfyUKyNH.cjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/script-engine.d.ts +1 -1
- package/package.json +1 -1
- package/src/cross-origin.ts +75 -75
- package/src/iframe-sandbox.ts +145 -145
- package/src/isolation-helpers.ts +154 -154
- package/src/packages/archive-extractor.ts +251 -251
- package/src/polyfills/net.ts +353 -353
- package/src/polyfills/util.ts +559 -559
- package/src/polyfills/worker_threads.ts +326 -326
- package/src/script-engine.ts +3733 -3722
- package/src/shell/shell-builtins.ts +19 -19
- package/src/threading/offload-types.ts +113 -113
- package/dist/child_process-BD0fAFc1.cjs.map +0 -1
- package/dist/child_process-DV4uXIWL.js.map +0 -1
- package/dist/index-DVbLKdL5.cjs.map +0 -1
- package/dist/index-DpqCP69G.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
3
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
|
-
import { n as normalize, b as basename, d as dirname, L as LS_BLOCK_SIZE, Y as YES_REPEAT_COUNT, e as extname, N as NPM_REGISTRY_URL_SLASH, V as VERSIONS, r as resolve, a as relative, c as createHash, p as proxiedFetch, D as DEFAULT_ENV, E as EventEmitter, M as MOCK_PID, W as Writable, R as Readable, S as ScriptEngine, f as format, g as getAllServers, h as ref, u as unref, i as addDrainListener, T as TIMEOUTS, j as closeAllServers, k as resetRefCount, l as resetActiveInterfaceCount, B as Buffer2, m as getActiveContext, o as getRefCount, __tla as __tla_0 } from "./index-
|
|
4
|
+
import { n as normalize, b as basename, d as dirname, L as LS_BLOCK_SIZE, Y as YES_REPEAT_COUNT, e as extname, N as NPM_REGISTRY_URL_SLASH, V as VERSIONS, r as resolve, a as relative, c as createHash, p as proxiedFetch, D as DEFAULT_ENV, E as EventEmitter, M as MOCK_PID, W as Writable, R as Readable, S as ScriptEngine, f as format, g as getAllServers, h as ref, u as unref, i as addDrainListener, T as TIMEOUTS, j as closeAllServers, k as resetRefCount, l as resetActiveInterfaceCount, B as Buffer2, m as getActiveContext, o as getRefCount, __tla as __tla_0 } from "./index-CK6KRbI1.js";
|
|
5
5
|
let ShellProcess, clearStreamingCallbacks, child_process, exec, execFile, execFileSync, execSync, executeNodeBinary, fork, getShellCwd, handleIPCFromParent, initShellExec, isStdinRaw, sendStdin, setForkChildCallback, setIPCReceiveHandler, setIPCSend, setShellCwd, setSpawnChildCallback, setStreamingCallbacks, setSyncChannel, shellExec, spawn, spawnSync;
|
|
6
6
|
let __tla = Promise.all([
|
|
7
7
|
(() => {
|
|
@@ -6754,7 +6754,7 @@ ${A_DIM}Done in ${elapsed}s${A_RESET}`;
|
|
|
6754
6754
|
}
|
|
6755
6755
|
}
|
|
6756
6756
|
async function installPackages(args, ctx, pm = "npm") {
|
|
6757
|
-
const { DependencyInstaller } = await import("./index-
|
|
6757
|
+
const { DependencyInstaller } = await import("./index-CK6KRbI1.js").then(async (m) => {
|
|
6758
6758
|
await m.__tla;
|
|
6759
6759
|
return m;
|
|
6760
6760
|
}).then((n) => n.ag);
|
|
@@ -6863,7 +6863,7 @@ ${A_DIM}Done in ${elapsed}s${A_RESET}`;
|
|
|
6863
6863
|
};
|
|
6864
6864
|
}
|
|
6865
6865
|
async function listPackages(ctx, pm = "npm") {
|
|
6866
|
-
const { DependencyInstaller } = await import("./index-
|
|
6866
|
+
const { DependencyInstaller } = await import("./index-CK6KRbI1.js").then(async (m) => {
|
|
6867
6867
|
await m.__tla;
|
|
6868
6868
|
return m;
|
|
6869
6869
|
}).then((n) => n.ag);
|
|
@@ -7022,7 +7022,7 @@ ${JSON.stringify(pkg, null, 2)}
|
|
|
7022
7022
|
}
|
|
7023
7023
|
}
|
|
7024
7024
|
try {
|
|
7025
|
-
const { RegistryClient } = await import("./index-
|
|
7025
|
+
const { RegistryClient } = await import("./index-CK6KRbI1.js").then(async (m) => {
|
|
7026
7026
|
await m.__tla;
|
|
7027
7027
|
return m;
|
|
7028
7028
|
}).then((n) => n.av);
|