@appthreat/atom 2.1.12 → 2.1.13

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.
Files changed (30) hide show
  1. package/package.json +3 -3
  2. package/plugins/bin/atom +1 -1
  3. package/plugins/bin/atom.bat +1 -1
  4. package/plugins/composer/installed.php +6 -6
  5. package/plugins/lib/com.lihaoyi.ujson_3-4.1.0.jar +0 -0
  6. package/plugins/lib/com.lihaoyi.upack_3-4.1.0.jar +0 -0
  7. package/plugins/lib/com.lihaoyi.upickle-core_3-4.1.0.jar +0 -0
  8. package/plugins/lib/com.lihaoyi.upickle-implicits_3-4.1.0.jar +0 -0
  9. package/plugins/lib/com.lihaoyi.upickle_3-4.1.0.jar +0 -0
  10. package/plugins/lib/io.appthreat.atom-2.1.13-classpath.jar +0 -0
  11. package/plugins/lib/{io.appthreat.atom-2.1.12.jar → io.appthreat.atom-2.1.13.jar} +0 -0
  12. package/plugins/lib/{io.appthreat.c2cpg_3-2.3.2.jar → io.appthreat.c2cpg_3-2.3.3.jar} +0 -0
  13. package/plugins/lib/{io.appthreat.dataflowengineoss_3-2.3.2.jar → io.appthreat.dataflowengineoss_3-2.3.3.jar} +0 -0
  14. package/plugins/lib/{io.appthreat.javasrc2cpg_3-2.3.2.jar → io.appthreat.javasrc2cpg_3-2.3.3.jar} +0 -0
  15. package/plugins/lib/{io.appthreat.jimple2cpg_3-2.3.2.jar → io.appthreat.jimple2cpg_3-2.3.3.jar} +0 -0
  16. package/plugins/lib/{io.appthreat.jssrc2cpg_3-2.3.2.jar → io.appthreat.jssrc2cpg_3-2.3.3.jar} +0 -0
  17. package/plugins/lib/{io.appthreat.php2atom_3-2.3.2.jar → io.appthreat.php2atom_3-2.3.3.jar} +0 -0
  18. package/plugins/lib/{io.appthreat.pysrc2cpg_3-2.3.2.jar → io.appthreat.pysrc2cpg_3-2.3.3.jar} +0 -0
  19. package/plugins/lib/{io.appthreat.ruby2atom_3-2.3.2.jar → io.appthreat.ruby2atom_3-2.3.3.jar} +0 -0
  20. package/plugins/lib/{io.appthreat.semanticcpg_3-2.3.2.jar → io.appthreat.semanticcpg_3-2.3.3.jar} +0 -0
  21. package/plugins/lib/{io.appthreat.x2cpg_3-2.3.2.jar → io.appthreat.x2cpg_3-2.3.3.jar} +0 -0
  22. package/plugins/lib/{org.scala-lang.modules.scala-parallel-collections_3-1.1.0.jar → org.scala-lang.modules.scala-parallel-collections_3-1.2.0.jar} +0 -0
  23. package/plugins/rubyastgen/bundle/ruby/3.4.0/bundler/gems/ruby_ast_gen-d8b6ffa44317/ruby_ast_gen.gemspec +1 -1
  24. package/plugins/rubyastgen/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/racc-1.8.1/gem_make.out +5 -5
  25. package/plugins/lib/com.lihaoyi.ujson_3-4.0.2.jar +0 -0
  26. package/plugins/lib/com.lihaoyi.upack_3-4.0.2.jar +0 -0
  27. package/plugins/lib/com.lihaoyi.upickle-core_3-4.0.2.jar +0 -0
  28. package/plugins/lib/com.lihaoyi.upickle-implicits_3-4.0.2.jar +0 -0
  29. package/plugins/lib/com.lihaoyi.upickle_3-4.0.2.jar +0 -0
  30. package/plugins/lib/io.appthreat.atom-2.1.12-classpath.jar +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appthreat/atom",
3
- "version": "2.1.12",
3
+ "version": "2.1.13",
4
4
  "description": "Create atom (⚛) representation for your application, packages and libraries",
5
5
  "exports": "./index.js",
6
6
  "type": "module",
@@ -9,8 +9,8 @@
9
9
  "lint": "eslint *.mjs *.js"
10
10
  },
11
11
  "dependencies": {
12
- "@babel/parser": "^7.26.3",
13
- "typescript": "^5.7.2",
12
+ "@babel/parser": "^7.26.9",
13
+ "typescript": "^5.8.2",
14
14
  "yargs": "^17.7.2"
15
15
  },
16
16
  "devDependencies": {
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-2.1.12-classpath.jar"
363
+ declare -r app_classpath="$lib_dir/io.appthreat.atom-2.1.13-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)
@@ -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-2.1.12-classpath.jar"
43
+ set "APP_CLASSPATH=%APP_LIB_DIR%\io.appthreat.atom-2.1.13-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
 
@@ -1,9 +1,9 @@
1
1
  <?php return array(
2
2
  'root' => array(
3
3
  'name' => '__root__',
4
- 'pretty_version' => 'v2.1.12',
5
- 'version' => '2.1.12.0',
6
- 'reference' => '51f660d7f6e8328dbcdeeb959e0170bb17053f6d',
4
+ 'pretty_version' => 'v2.1.13',
5
+ 'version' => '2.1.13.0',
6
+ 'reference' => 'cbf0caab75d535ac02719b3c97e9978955da5721',
7
7
  'type' => 'library',
8
8
  'install_path' => __DIR__ . '/../../',
9
9
  'aliases' => array(),
@@ -11,9 +11,9 @@
11
11
  ),
12
12
  'versions' => array(
13
13
  '__root__' => array(
14
- 'pretty_version' => 'v2.1.12',
15
- 'version' => '2.1.12.0',
16
- 'reference' => '51f660d7f6e8328dbcdeeb959e0170bb17053f6d',
14
+ 'pretty_version' => 'v2.1.13',
15
+ 'version' => '2.1.13.0',
16
+ 'reference' => 'cbf0caab75d535ac02719b3c97e9978955da5721',
17
17
  'type' => 'library',
18
18
  'install_path' => __DIR__ . '/../../',
19
19
  'aliases' => array(),
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.require_paths = ["lib".freeze]
11
11
  s.authors = ["David Baker Effendi".freeze, "Andrei Dreyer".freeze, "Team AppThreat".freeze]
12
12
  s.bindir = "exe".freeze
13
- s.date = "2025-02-21"
13
+ s.date = "2025-03-05"
14
14
  s.description = "A Ruby parser than dumps the AST as JSON output for atom `rubysrc2cpg` frontend".freeze
15
15
  s.email = ["dave@whirlylabs.com".freeze, "andrei@whirlylabs.com".freeze, "hello@appthreat.com".freeze]
16
16
  s.executables = ["ruby_ast_gen".freeze]
@@ -3,16 +3,16 @@ current directory: /home/runner/work/atom/atom/wrapper/nodejs/plugins/rubyastgen
3
3
  creating Makefile
4
4
 
5
5
  current directory: /home/runner/work/atom/atom/wrapper/nodejs/plugins/rubyastgen/bundle/ruby/3.4.0/gems/racc-1.8.1/ext/racc/cparse
6
- make DESTDIR\= sitearchdir\=./.gem.20250221-2931-1wwbnu sitelibdir\=./.gem.20250221-2931-1wwbnu clean
6
+ make DESTDIR\= sitearchdir\=./.gem.20250305-2774-qrpo6g sitelibdir\=./.gem.20250305-2774-qrpo6g clean
7
7
 
8
8
  current directory: /home/runner/work/atom/atom/wrapper/nodejs/plugins/rubyastgen/bundle/ruby/3.4.0/gems/racc-1.8.1/ext/racc/cparse
9
- make DESTDIR\= sitearchdir\=./.gem.20250221-2931-1wwbnu sitelibdir\=./.gem.20250221-2931-1wwbnu
9
+ make DESTDIR\= sitearchdir\=./.gem.20250305-2774-qrpo6g sitelibdir\=./.gem.20250305-2774-qrpo6g
10
10
  compiling cparse.c
11
11
  linking shared-object racc/cparse.so
12
12
 
13
13
  current directory: /home/runner/work/atom/atom/wrapper/nodejs/plugins/rubyastgen/bundle/ruby/3.4.0/gems/racc-1.8.1/ext/racc/cparse
14
- make DESTDIR\= sitearchdir\=./.gem.20250221-2931-1wwbnu sitelibdir\=./.gem.20250221-2931-1wwbnu install
15
- /usr/bin/install -c -m 0755 cparse.so ./.gem.20250221-2931-1wwbnu/racc
14
+ make DESTDIR\= sitearchdir\=./.gem.20250305-2774-qrpo6g sitelibdir\=./.gem.20250305-2774-qrpo6g install
15
+ /usr/bin/install -c -m 0755 cparse.so ./.gem.20250305-2774-qrpo6g/racc
16
16
 
17
17
  current directory: /home/runner/work/atom/atom/wrapper/nodejs/plugins/rubyastgen/bundle/ruby/3.4.0/gems/racc-1.8.1/ext/racc/cparse
18
- make DESTDIR\= sitearchdir\=./.gem.20250221-2931-1wwbnu sitelibdir\=./.gem.20250221-2931-1wwbnu clean
18
+ make DESTDIR\= sitearchdir\=./.gem.20250305-2774-qrpo6g sitelibdir\=./.gem.20250305-2774-qrpo6g clean