@appthreat/atom 1.2.5 → 1.5.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 +1 -1
- package/package.json +2 -2
- package/plugins/bin/atom +1 -1
- package/plugins/bin/atom.bat +1 -1
- package/plugins/lib/io.appthreat.atom-1.5.0-classpath.jar +0 -0
- package/plugins/lib/io.appthreat.atom-1.5.0.jar +0 -0
- package/plugins/lib/{io.appthreat.c2cpg_3-0.0.11.jar → io.appthreat.c2cpg_3-0.0.19.jar} +0 -0
- package/plugins/lib/{io.appthreat.dataflowengineoss_3-0.0.11.jar → io.appthreat.dataflowengineoss_3-0.0.19.jar} +0 -0
- package/plugins/lib/{io.appthreat.javasrc2cpg_3-0.0.11.jar → io.appthreat.javasrc2cpg_3-0.0.19.jar} +0 -0
- package/plugins/lib/{io.appthreat.jimple2cpg_3-0.0.11.jar → io.appthreat.jimple2cpg_3-0.0.19.jar} +0 -0
- package/plugins/lib/{io.appthreat.jssrc2cpg_3-0.0.11.jar → io.appthreat.jssrc2cpg_3-0.0.19.jar} +0 -0
- package/plugins/lib/{io.appthreat.pysrc2cpg_3-0.0.11.jar → io.appthreat.pysrc2cpg_3-0.0.19.jar} +0 -0
- package/plugins/lib/{io.appthreat.semanticcpg_3-0.0.11.jar → io.appthreat.semanticcpg_3-0.0.19.jar} +0 -0
- package/plugins/lib/{io.appthreat.x2cpg_3-0.0.11.jar → io.appthreat.x2cpg_3-0.0.19.jar} +0 -0
- package/plugins/lib/io.appthreat.atom-1.2.5-classpath.jar +0 -0
- package/plugins/lib/io.appthreat.atom-1.2.5.jar +0 -0
package/index.js
CHANGED
|
@@ -22,7 +22,7 @@ export const JAVA_OPTS = `${
|
|
|
22
22
|
process.env.JAVA_OPTS || ""
|
|
23
23
|
} -Xmx${freeMemoryGB}G ${JVM_ARGS}`;
|
|
24
24
|
export const APP_MAIN_CLASS = "io.appthreat.atom.Atom";
|
|
25
|
-
export const ATOM_VERSION = "1.
|
|
25
|
+
export const ATOM_VERSION = "1.5.0";
|
|
26
26
|
export const APP_CLASSPATH = join(
|
|
27
27
|
APP_LIB_DIR,
|
|
28
28
|
`io.appthreat.atom-${ATOM_VERSION}-classpath.jar`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appthreat/atom",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "Create atom (⚛) representation for your application, packages and libraries",
|
|
5
5
|
"exports": "./index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"yargs": "^17.7.2"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"eslint": "^8.
|
|
17
|
+
"eslint": "^8.51.0"
|
|
18
18
|
},
|
|
19
19
|
"bin": {
|
|
20
20
|
"atom": "./index.js",
|
package/plugins/bin/atom
CHANGED
|
@@ -360,7 +360,7 @@ declare -r lib_dir="$(realpath "${app_home}/../lib")"
|
|
|
360
360
|
declare -a app_mainclass=(io.appthreat.atom.Atom)
|
|
361
361
|
|
|
362
362
|
declare -r script_conf_file="${app_home}/../conf/application.ini"
|
|
363
|
-
declare -r app_classpath="$lib_dir/io.appthreat.atom-1.
|
|
363
|
+
declare -r app_classpath="$lib_dir/io.appthreat.atom-1.5.0-classpath.jar"
|
|
364
364
|
|
|
365
365
|
# java_cmd is overrode in process_args when -java-home is used
|
|
366
366
|
declare java_cmd=$(get_java_cmd)
|
package/plugins/bin/atom.bat
CHANGED
|
@@ -40,7 +40,7 @@ rem "-J" is stripped, "-D" is left as is, and everything is appended to JAVA_OPT
|
|
|
40
40
|
set _JAVA_PARAMS=
|
|
41
41
|
set _APP_ARGS=
|
|
42
42
|
|
|
43
|
-
set "APP_CLASSPATH=%APP_LIB_DIR%\io.appthreat.atom-1.
|
|
43
|
+
set "APP_CLASSPATH=%APP_LIB_DIR%\io.appthreat.atom-1.5.0-classpath.jar"
|
|
44
44
|
set "APP_MAIN_CLASS=io.appthreat.atom.Atom"
|
|
45
45
|
set "SCRIPT_CONF_FILE=%APP_HOME%\conf\application.ini"
|
|
46
46
|
|
|
Binary file
|
|
Binary file
|
|
index ca6a06f..0d7a8b5 100644
|
|
|
Binary file
|
|
index 6d39369..fa1d348 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.javasrc2cpg_3-0.0.11.jar → io.appthreat.javasrc2cpg_3-0.0.19.jar}
RENAMED
|
index 9c3a261..c440051 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.jimple2cpg_3-0.0.11.jar → io.appthreat.jimple2cpg_3-0.0.19.jar}
RENAMED
|
index 0c1a96f..31c41db 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.jssrc2cpg_3-0.0.11.jar → io.appthreat.jssrc2cpg_3-0.0.19.jar}
RENAMED
|
index 65b05b6..bf5c274 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.pysrc2cpg_3-0.0.11.jar → io.appthreat.pysrc2cpg_3-0.0.19.jar}
RENAMED
|
index d84f3e9..5b760c6 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.semanticcpg_3-0.0.11.jar → io.appthreat.semanticcpg_3-0.0.19.jar}
RENAMED
|
index 52f1d7e..6743af7 100644
|
|
|
Binary file
|
|
index b912ce9..01518f3 100644
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|