@appthreat/atom 1.7.1 → 1.7.2
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/package.json +2 -2
- package/plugins/bin/atom +1 -1
- package/plugins/bin/atom.bat +1 -1
- package/plugins/lib/io.appthreat.atom-1.7.2-classpath.jar +0 -0
- package/plugins/lib/{io.appthreat.atom-1.7.1.jar → io.appthreat.atom-1.7.2.jar} +0 -0
- package/plugins/lib/{io.appthreat.c2cpg_3-1.0.5.jar → io.appthreat.c2cpg_3-1.0.6.jar} +0 -0
- package/plugins/lib/{io.appthreat.dataflowengineoss_3-1.0.5.jar → io.appthreat.dataflowengineoss_3-1.0.6.jar} +0 -0
- package/plugins/lib/{io.appthreat.javasrc2cpg_3-1.0.5.jar → io.appthreat.javasrc2cpg_3-1.0.6.jar} +0 -0
- package/plugins/lib/{io.appthreat.jimple2cpg_3-1.0.5.jar → io.appthreat.jimple2cpg_3-1.0.6.jar} +0 -0
- package/plugins/lib/{io.appthreat.jssrc2cpg_3-1.0.5.jar → io.appthreat.jssrc2cpg_3-1.0.6.jar} +0 -0
- package/plugins/lib/{io.appthreat.pysrc2cpg_3-1.0.5.jar → io.appthreat.pysrc2cpg_3-1.0.6.jar} +0 -0
- package/plugins/lib/{io.appthreat.semanticcpg_3-1.0.5.jar → io.appthreat.semanticcpg_3-1.0.6.jar} +0 -0
- package/plugins/lib/{io.appthreat.x2cpg_3-1.0.5.jar → io.appthreat.x2cpg_3-1.0.6.jar} +0 -0
- package/plugins/lib/io.appthreat.atom-1.7.1-classpath.jar +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appthreat/atom",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"description": "Create atom (⚛) representation for your application, packages and libraries",
|
|
5
5
|
"exports": "./index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"lint": "eslint *.mjs *.js"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@babel/parser": "^7.23.
|
|
12
|
+
"@babel/parser": "^7.23.5",
|
|
13
13
|
"typescript": "^5.3.2",
|
|
14
14
|
"yargs": "^17.7.2"
|
|
15
15
|
},
|
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.7.
|
|
363
|
+
declare -r app_classpath="$lib_dir/io.appthreat.atom-1.7.2-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.7.
|
|
43
|
+
set "APP_CLASSPATH=%APP_LIB_DIR%\io.appthreat.atom-1.7.2-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
|
|
index 50a5a94..992bdd0 100644
|
|
|
Binary file
|
|
index 2f2476a..7c2d2d2 100644
|
|
|
Binary file
|
|
index c7c1387..563df81 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.javasrc2cpg_3-1.0.5.jar → io.appthreat.javasrc2cpg_3-1.0.6.jar}
RENAMED
|
index 0b29b09..a9d06ce 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.jimple2cpg_3-1.0.5.jar → io.appthreat.jimple2cpg_3-1.0.6.jar}
RENAMED
|
index 60d4439..909127b 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.jssrc2cpg_3-1.0.5.jar → io.appthreat.jssrc2cpg_3-1.0.6.jar}
RENAMED
|
index 4bf8914..b2c0a38 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.pysrc2cpg_3-1.0.5.jar → io.appthreat.pysrc2cpg_3-1.0.6.jar}
RENAMED
|
index 65f9aa6..cc789e6 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.semanticcpg_3-1.0.5.jar → io.appthreat.semanticcpg_3-1.0.6.jar}
RENAMED
|
index ae1243e..fcca637 100644
|
|
|
Binary file
|
|
index 3993218..f034eed 100644
|
|
|
Binary file
|
|
Binary file
|