java-portable
Advanced tools
@@ -40,8 +40,9 @@ | ||
| } | ||
| if ( lhs.nodeJava.version !== rhs.nodeJava.version ) { | ||
| same = false; | ||
| if ( reasons ) { | ||
| reasons.push( 'Invalid node-java version: Installed: ' + lhs.nodeJava.version + ', expected: ' + rhs.nodeJava.version ); | ||
| } | ||
| } | ||
| // As node-java was installed at same time as java-portable, it's version shouldn't need to be checked | ||
| // if ( lhs.nodeJava.version !== rhs.nodeJava.version ) { | ||
| // same = false; | ||
| // if ( reasons ) { | ||
| // reasons.push( 'Invalid node-java version: Installed: ' + lhs.nodeJava.version + ', expected: ' + rhs.nodeJava.version ); | ||
| // } | ||
| // } | ||
| return same; | ||
@@ -48,0 +49,0 @@ } |
+1
-1
| { | ||
| "name": "java-portable", | ||
| "version": "1.0.0-snapshot.4", | ||
| "version": "1.0.0-snapshot.5", | ||
| "description": "Wrapper for the node-java npm package that improves locating the JRE on the target machine and can support multiple prebuilt platform builds", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
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
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
3001273
0373
0.27%