@xuda.io/runtime-bundle 1.0.1382 → 1.0.1383
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/js/xuda-runtime-bundle.js +2 -2
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +2 -2
- package/js/xuda-runtime-slim.min.es.js +2 -2
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +2 -2
- package/js/xuda-worker-bundle.js +2 -2
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -38730,7 +38730,7 @@ func.expression.get_property = async function (valP) {
|
|
|
38730
38730
|
}
|
|
38731
38731
|
|
|
38732
38732
|
try {
|
|
38733
|
-
let vm = new
|
|
38733
|
+
let vm = new VM({
|
|
38734
38734
|
sandbox: {
|
|
38735
38735
|
func: func,
|
|
38736
38736
|
SESSION_ID: SESSION_ID,
|
|
@@ -39001,7 +39001,7 @@ func.expression.secure_eval = async function (SESSION_ID, sourceP, val, job_id,
|
|
|
39001
39001
|
}
|
|
39002
39002
|
|
|
39003
39003
|
try {
|
|
39004
|
-
const vm = new
|
|
39004
|
+
const vm = new VM({
|
|
39005
39005
|
sandbox,
|
|
39006
39006
|
timeout: 1000,
|
|
39007
39007
|
allowAsync: false,
|