@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.
@@ -38730,7 +38730,7 @@ func.expression.get_property = async function (valP) {
38730
38730
  }
38731
38731
 
38732
38732
  try {
38733
- let vm = new NodeVM({
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 NodeVM({
39004
+ const vm = new VM({
39005
39005
  sandbox,
39006
39006
  timeout: 1000,
39007
39007
  allowAsync: false,