machinepack-machines
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -50,3 +50,7 @@ module.exports = { | ||
try { | ||
// Grab array of machine identities from package.json data | ||
machineIdentities = jsonData.machinepack.machines; | ||
// Sort alphabetically for easier reading | ||
machineIdentities.sort(); | ||
} | ||
@@ -57,2 +61,3 @@ catch (e) { | ||
return exits.success(machineIdentities); | ||
@@ -59,0 +64,0 @@ } |
{ | ||
"name": "machinepack-machines", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Work with machines and machinepacks.", | ||
@@ -43,5 +43,6 @@ "scripts": { | ||
"run-machine-interactive", | ||
"parse-machinepack-metadata" | ||
"parse-machinepack-metadata", | ||
"parse-machine-from-js" | ||
] | ||
} | ||
} |
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
62258
24
1682
3