@appthreat/atom 0.20.1 → 1.0.0
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.
- package/index.js +4 -1
- package/package.json +1 -1
- package/plugins/atom-1.0.0/lib/com.lihaoyi.geny_3-1.0.0.jar +0 -0
- package/plugins/atom-1.0.0/lib/com.lihaoyi.ujson_3-3.1.2.jar +0 -0
- package/plugins/atom-1.0.0/lib/com.lihaoyi.upack_3-3.1.2.jar +0 -0
- package/plugins/atom-1.0.0/lib/com.lihaoyi.upickle-core_3-3.1.2.jar +0 -0
- package/plugins/atom-1.0.0/lib/com.lihaoyi.upickle-implicits_3-3.1.2.jar +0 -0
- package/plugins/atom-1.0.0/lib/com.lihaoyi.upickle_3-3.1.2.jar +0 -0
- package/plugins/atom-1.0.0/lib/io.appthreat.atom-1.0.0-classpath.jar +0 -0
- package/plugins/atom-1.0.0/lib/io.appthreat.atom-1.0.0.jar +0 -0
- package/plugins/atom-1.0.0/lib/{io.joern.c2cpg_3-2.0.13.jar → io.joern.c2cpg_3-2.0.25.jar} +0 -0
- package/plugins/atom-1.0.0/lib/{io.joern.dataflowengineoss_3-2.0.13.jar → io.joern.dataflowengineoss_3-2.0.25.jar} +0 -0
- package/plugins/atom-1.0.0/lib/{io.joern.javasrc2cpg_3-2.0.13.jar → io.joern.javasrc2cpg_3-2.0.25.jar} +0 -0
- package/plugins/atom-1.0.0/lib/{io.joern.jimple2cpg_3-2.0.13.jar → io.joern.jimple2cpg_3-2.0.25.jar} +0 -0
- package/plugins/atom-1.0.0/lib/{io.joern.jssrc2cpg_3-2.0.13.jar → io.joern.jssrc2cpg_3-2.0.25.jar} +0 -0
- package/plugins/atom-1.0.0/lib/{io.joern.pysrc2cpg_3-2.0.13.jar → io.joern.pysrc2cpg_3-2.0.25.jar} +0 -0
- package/plugins/atom-1.0.0/lib/{io.joern.semanticcpg_3-2.0.13.jar → io.joern.semanticcpg_3-2.0.25.jar} +0 -0
- package/plugins/atom-1.0.0/lib/{io.joern.x2cpg_3-2.0.13.jar → io.joern.x2cpg_3-2.0.25.jar} +0 -0
- package/plugins/atom-1.0.0/lib/{org.gradle.gradle-tooling-api-8.2.jar → org.gradle.gradle-tooling-api-8.2.1.jar} +0 -0
- package/plugins/atom-1.0.0/lib/com.lihaoyi.geny_3-0.7.1.jar +0 -0
- package/plugins/atom-1.0.0/lib/com.lihaoyi.ujson_3-2.0.0.jar +0 -0
- package/plugins/atom-1.0.0/lib/com.lihaoyi.upack_3-2.0.0.jar +0 -0
- package/plugins/atom-1.0.0/lib/com.lihaoyi.upickle-core_3-2.0.0.jar +0 -0
- package/plugins/atom-1.0.0/lib/com.lihaoyi.upickle-implicits_3-2.0.0.jar +0 -0
- package/plugins/atom-1.0.0/lib/com.lihaoyi.upickle_3-2.0.0.jar +0 -0
package/index.js
CHANGED
|
@@ -23,7 +23,10 @@ const JAVA_OPTS = `${process.env.JAVA_OPTS || ""} -Xms${Math.round(
|
|
|
23
23
|
Math.floor(freeMemoryGB / 2)
|
|
24
24
|
)}G -Xmx${freeMemoryGB}G ${JVM_ARGS}`;
|
|
25
25
|
const APP_MAIN_CLASS = "io.appthreat.atom.Atom";
|
|
26
|
-
const APP_CLASSPATH = join(
|
|
26
|
+
const APP_CLASSPATH = join(
|
|
27
|
+
APP_LIB_DIR,
|
|
28
|
+
"io.appthreat.atom-1.0.0-classpath.jar"
|
|
29
|
+
);
|
|
27
30
|
let JAVACMD = "java";
|
|
28
31
|
if (process.env.JAVA_HOME) {
|
|
29
32
|
JAVACMD = join(process.env.JAVA_HOME, "bin", "java" + (isWin ? ".exe" : ""));
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
index 241a7c5..6dcb94e 100644
|
|
|
Binary file
|
|
index 8ed7890..150608b 100644
|
|
|
Binary file
|
|
index 77ff6c2..57da0bf 100644
|
|
|
Binary file
|
package/plugins/atom-1.0.0/lib/{io.joern.jimple2cpg_3-2.0.13.jar → io.joern.jimple2cpg_3-2.0.25.jar}
RENAMED
|
index 052a86d..e2058aa 100644
|
|
|
Binary file
|
package/plugins/atom-1.0.0/lib/{io.joern.jssrc2cpg_3-2.0.13.jar → io.joern.jssrc2cpg_3-2.0.25.jar}
RENAMED
|
index 884e3ea..96cee09 100644
|
|
|
Binary file
|
package/plugins/atom-1.0.0/lib/{io.joern.pysrc2cpg_3-2.0.13.jar → io.joern.pysrc2cpg_3-2.0.25.jar}
RENAMED
|
index c3239e4..f716b28 100644
|
|
|
Binary file
|
|
index 46974f7..a5d2653 100644
|
|
|
Binary file
|
|
index fc8b888..53773e2 100644
|
|
|
Binary file
|
|
index dadf79b..9dbcd9f 100644
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|