pitboss-ng
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -43,4 +43,4 @@ var STATUS, clone, create, error, errorStatus, errorStatusMsg, isFatalError, message, run, script, timeout, util, vm; | ||
} | ||
} catch (_error) { | ||
err = _error; | ||
} catch (error1) { | ||
err = error1; | ||
errorStatus = STATUS['FATAL']; | ||
@@ -90,4 +90,4 @@ errorStatusMsg = "VM Syntax Error: " + err; | ||
message(res); | ||
} catch (_error) { | ||
err = _error; | ||
} catch (error1) { | ||
err = error1; | ||
error("VM Runtime Error: " + err, msg.id); | ||
@@ -94,0 +94,0 @@ } |
{ | ||
"name": "pitboss-ng", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Run untrusted code in a seperate process using VM module. With timeout and memory limit management", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"csv": "^0.4.2", | ||
"pidusage": "^0.1.1" | ||
"pidusage": "1.1.5" | ||
}, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
118984
25
603
3
+ Addedpidusage@1.1.5(transitive)
- Removedpidusage@0.1.1(transitive)
Updatedpidusage@1.1.5