+1
-1
| { | ||
| "name": "ella", | ||
| "version": "1.0.9", | ||
| "version": "1.1.0", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "ella.node", |
@@ -8,4 +8,4 @@ 'use strict'; | ||
| var jdk6 = [install_dir + '/include', install_dir + '/linux', install_dir + '/libjvm.so']; | ||
| var os = require('os'); | ||
| var app_folder = path.dirname(require.main.filename); | ||
@@ -109,2 +109,5 @@ | ||
| var handle_macosx = function(){ | ||
| return os.platform() === 'darwin' | ||
| } | ||
@@ -119,3 +122,3 @@ var pre_install = function() { | ||
| var steps = [pre_install, lookup_jvm, /*jdk_debug,*/ look_user_folder, look_java_home, download]; | ||
| var steps = [pre_install, handle_macosx, lookup_jvm, /*jdk_debug,*/ look_user_folder, look_java_home, download]; | ||
@@ -122,0 +125,0 @@ for (var i = 0; i < steps.length; i++) |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances 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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances 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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
504856
0.02%1274
0.31%