@appthreat/atom 1.7.4 → 1.8.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/package.json +2 -2
- package/plugins/bin/atom +1 -1
- package/plugins/bin/atom.bat +1 -1
- package/plugins/lib/{com.fasterxml.jackson.core.jackson-annotations-2.15.2.jar → com.fasterxml.jackson.core.jackson-annotations-2.16.0.jar} +0 -0
- package/plugins/lib/com.fasterxml.jackson.core.jackson-core-2.16.0.jar +0 -0
- package/plugins/lib/{com.fasterxml.jackson.core.jackson-databind-2.15.2.jar → com.fasterxml.jackson.core.jackson-databind-2.16.0.jar} +0 -0
- package/plugins/lib/{com.github.javaparser.javaparser-core-3.25.6.jar → com.github.javaparser.javaparser-core-3.25.7.jar} +0 -0
- package/plugins/lib/{com.github.javaparser.javaparser-symbol-solver-core-3.25.6.jar → com.github.javaparser.javaparser-symbol-solver-core-3.25.7.jar} +0 -0
- package/plugins/lib/{com.typesafe.config-1.4.2.jar → com.typesafe.config-1.4.3.jar} +0 -0
- package/plugins/lib/io.appthreat.atom-1.8.0-classpath.jar +0 -0
- package/plugins/lib/{io.appthreat.atom-1.7.4.jar → io.appthreat.atom-1.8.0.jar} +0 -0
- package/plugins/lib/{io.appthreat.c2cpg_3-1.0.9.jar → io.appthreat.c2cpg_3-1.1.1.jar} +0 -0
- package/plugins/lib/{io.appthreat.dataflowengineoss_3-1.0.9.jar → io.appthreat.dataflowengineoss_3-1.1.1.jar} +0 -0
- package/plugins/lib/{io.appthreat.javasrc2cpg_3-1.0.9.jar → io.appthreat.javasrc2cpg_3-1.1.1.jar} +0 -0
- package/plugins/lib/{io.appthreat.jimple2cpg_3-1.0.9.jar → io.appthreat.jimple2cpg_3-1.1.1.jar} +0 -0
- package/plugins/lib/{io.appthreat.jssrc2cpg_3-1.0.9.jar → io.appthreat.jssrc2cpg_3-1.1.1.jar} +0 -0
- package/plugins/lib/{io.appthreat.pysrc2cpg_3-1.0.9.jar → io.appthreat.pysrc2cpg_3-1.1.1.jar} +0 -0
- package/plugins/lib/{io.appthreat.semanticcpg_3-1.0.9.jar → io.appthreat.semanticcpg_3-1.1.1.jar} +0 -0
- package/plugins/lib/{io.appthreat.x2cpg_3-1.0.9.jar → io.appthreat.x2cpg_3-1.1.1.jar} +0 -0
- package/plugins/lib/io.circe.circe-core_3-0.14.6.jar +0 -0
- package/plugins/lib/io.circe.circe-generic_3-0.14.6.jar +0 -0
- package/plugins/lib/io.circe.circe-jawn_3-0.14.6.jar +0 -0
- package/plugins/lib/io.circe.circe-numbers_3-0.14.6.jar +0 -0
- package/plugins/lib/io.circe.circe-parser_3-0.14.6.jar +0 -0
- package/plugins/lib/org.gradle.gradle-tooling-api-8.5.jar +0 -0
- package/plugins/lib/{org.json4s.json4s-ast_3-4.0.6.jar → org.json4s.json4s-ast_3-4.0.7.jar} +0 -0
- package/plugins/lib/{org.json4s.json4s-core_3-4.0.6.jar → org.json4s.json4s-core_3-4.0.7.jar} +0 -0
- package/plugins/lib/{org.json4s.json4s-native-core_3-4.0.6.jar → org.json4s.json4s-native-core_3-4.0.7.jar} +0 -0
- package/plugins/lib/{org.json4s.json4s-native_3-4.0.6.jar → org.json4s.json4s-native_3-4.0.7.jar} +0 -0
- package/plugins/lib/{org.json4s.json4s-scalap_3-4.0.6.jar → org.json4s.json4s-scalap_3-4.0.7.jar} +0 -0
- package/plugins/lib/org.scala-lang.modules.scala-parser-combinators_3-2.3.0.jar +0 -0
- package/plugins/lib/com.fasterxml.jackson.core.jackson-core-2.15.2.jar +0 -0
- package/plugins/lib/io.appthreat.atom-1.7.4-classpath.jar +0 -0
- package/plugins/lib/io.circe.circe-core_3-0.14.5.jar +0 -0
- package/plugins/lib/io.circe.circe-generic_3-0.14.5.jar +0 -0
- package/plugins/lib/io.circe.circe-jawn_3-0.14.5.jar +0 -0
- package/plugins/lib/io.circe.circe-numbers_3-0.14.5.jar +0 -0
- package/plugins/lib/io.circe.circe-parser_3-0.14.5.jar +0 -0
- package/plugins/lib/org.gradle.gradle-tooling-api-8.3.jar +0 -0
- package/plugins/lib/org.scala-lang.modules.scala-parser-combinators_3-2.2.0.jar +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appthreat/atom",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.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.56.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.8.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.8.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
|
|
|
index f8799c3..6f7366a 100644
|
|
|
Binary file
|
|
Binary file
|
|
index 86f9a86..0df3e4f 100644
|
|
|
Binary file
|
|
index 6f879d6..be6460e 100644
|
|
|
Binary file
|
|
index fa7cad7..443f54d 100644
|
|
|
Binary file
|
|
index 393f58e..e72f9b6 100644
|
|
|
Binary file
|
|
Binary file
|
|
index 0f826ea..04a9de4 100644
|
|
|
Binary file
|
|
index 9fd4d32..72a3021 100644
|
|
|
Binary file
|
|
index fc70cf6..883d0aa 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.javasrc2cpg_3-1.0.9.jar → io.appthreat.javasrc2cpg_3-1.1.1.jar}
RENAMED
|
index 6a7a38e..de548c3 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.jimple2cpg_3-1.0.9.jar → io.appthreat.jimple2cpg_3-1.1.1.jar}
RENAMED
|
index 1d3c79a..bacd452 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.jssrc2cpg_3-1.0.9.jar → io.appthreat.jssrc2cpg_3-1.1.1.jar}
RENAMED
|
index 51b02af..3909134 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.pysrc2cpg_3-1.0.9.jar → io.appthreat.pysrc2cpg_3-1.1.1.jar}
RENAMED
|
index 6d0cd42..c3b6abc 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.semanticcpg_3-1.0.9.jar → io.appthreat.semanticcpg_3-1.1.1.jar}
RENAMED
|
index 6cf1b57..ef7f6d5 100644
|
|
|
Binary file
|
|
index 543c5f2..5ae2be2 100644
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
index 0337966..e01dd68 100644
|
|
|
Binary file
|
package/plugins/lib/{org.json4s.json4s-core_3-4.0.6.jar → org.json4s.json4s-core_3-4.0.7.jar}
RENAMED
|
index 40195e4..38bc01f 100644
|
|
|
Binary file
|
|
index 9b7e48c..bf19e52 100644
|
|
|
Binary file
|
package/plugins/lib/{org.json4s.json4s-native_3-4.0.6.jar → org.json4s.json4s-native_3-4.0.7.jar}
RENAMED
|
index 9e4190c..21cc80f 100644
|
|
|
Binary file
|
package/plugins/lib/{org.json4s.json4s-scalap_3-4.0.6.jar → org.json4s.json4s-scalap_3-4.0.7.jar}
RENAMED
|
index 917c5d3..1cf9e64 100644
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|