@appthreat/atom 1.1.4 → 1.1.6
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/astgen.js +1 -1
- package/package.json +4 -4
- package/plugins/atom-1.0.0/lib/com.github.luben.zstd-jni-1.5.5-2.jar +0 -0
- package/plugins/atom-1.0.0/lib/{com.lihaoyi.mainargs_3-0.5.0.jar → com.lihaoyi.mainargs_3-0.5.1.jar} +0 -0
- package/plugins/atom-1.0.0/lib/com.michaelpollmeier.scala-repl-pp-core_3-0.1.46.jar +0 -0
- package/plugins/atom-1.0.0/lib/{com.michaelpollmeier.scala-repl-pp-shaded-libs_3-0.1.36.jar → com.michaelpollmeier.scala-repl-pp-shaded-libs_3-0.1.46.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.get-coursier.coursier-cache_2.13-2.1.2.jar → io.get-coursier.coursier-cache_2.13-2.1.5.jar} +0 -0
- package/plugins/atom-1.0.0/lib/{io.get-coursier.coursier-core_2.13-2.1.2.jar → io.get-coursier.coursier-core_2.13-2.1.5.jar} +0 -0
- package/plugins/atom-1.0.0/lib/{io.get-coursier.coursier-proxy-setup-2.1.2.jar → io.get-coursier.coursier-proxy-setup-2.1.5.jar} +0 -0
- package/plugins/atom-1.0.0/lib/{io.get-coursier.coursier-util_2.13-2.1.2.jar → io.get-coursier.coursier-util_2.13-2.1.5.jar} +0 -0
- package/plugins/atom-1.0.0/lib/{io.get-coursier.coursier_2.13-2.1.2.jar → io.get-coursier.coursier_2.13-2.1.5.jar} +0 -0
- package/plugins/atom-1.0.0/lib/io.github.alexarchambault.windows-ansi.windows-ansi-0.0.5.jar +0 -0
- package/plugins/atom-1.0.0/lib/{io.joern.c2cpg_3-2.0.56.jar → io.joern.c2cpg_3-2.0.74.jar} +0 -0
- package/plugins/atom-1.0.0/lib/{io.joern.dataflowengineoss_3-2.0.56.jar → io.joern.dataflowengineoss_3-2.0.74.jar} +0 -0
- package/plugins/atom-1.0.0/lib/{io.joern.javasrc2cpg_3-2.0.56.jar → io.joern.javasrc2cpg_3-2.0.74.jar} +0 -0
- package/plugins/atom-1.0.0/lib/{io.joern.jimple2cpg_3-2.0.56.jar → io.joern.jimple2cpg_3-2.0.74.jar} +0 -0
- package/plugins/atom-1.0.0/lib/{io.joern.jssrc2cpg_3-2.0.56.jar → io.joern.jssrc2cpg_3-2.0.74.jar} +0 -0
- package/plugins/atom-1.0.0/lib/{io.joern.pysrc2cpg_3-2.0.56.jar → io.joern.pysrc2cpg_3-2.0.74.jar} +0 -0
- package/plugins/atom-1.0.0/lib/{io.joern.semanticcpg_3-2.0.56.jar → io.joern.semanticcpg_3-2.0.74.jar} +0 -0
- package/plugins/atom-1.0.0/lib/{io.joern.x2cpg_3-2.0.56.jar → io.joern.x2cpg_3-2.0.74.jar} +0 -0
- package/plugins/atom-1.0.0/lib/org.apache.commons.commons-compress-1.23.0.jar +0 -0
- package/plugins/atom-1.0.0/lib/org.codehaus.plexus.plexus-archiver-4.7.1.jar +0 -0
- package/plugins/atom-1.0.0/lib/{org.gradle.gradle-tooling-api-8.2.1.jar → org.gradle.gradle-tooling-api-8.3.jar} +0 -0
- package/plugins/atom-1.0.0/lib/org.virtuslab.scala-cli.config_2.13-0.2.1.jar +0 -0
- package/plugins/atom-1.0.0/lib/com.github.luben.zstd-jni-1.5.4-2.jar +0 -0
- package/plugins/atom-1.0.0/lib/com.michaelpollmeier.scala-repl-pp-core_3-0.1.36.jar +0 -0
- package/plugins/atom-1.0.0/lib/io.github.alexarchambault.windows-ansi.windows-ansi-0.0.4.jar +0 -0
- package/plugins/atom-1.0.0/lib/org.apache.commons.commons-compress-1.22.jar +0 -0
- package/plugins/atom-1.0.0/lib/org.codehaus.plexus.plexus-archiver-4.6.3.jar +0 -0
- package/plugins/atom-1.0.0/lib/org.virtuslab.scala-cli.config_2.13-0.2.0.jar +0 -0
package/astgen.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appthreat/atom",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
4
4
|
"description": "Create atom (⚛) representation for your application, packages and libraries",
|
|
5
5
|
"exports": "./index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
"lint": "eslint *.mjs *.js"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@babel/parser": "^7.22.
|
|
13
|
-
"typescript": "^5.
|
|
12
|
+
"@babel/parser": "^7.22.14",
|
|
13
|
+
"typescript": "^5.2.2",
|
|
14
14
|
"yargs": "^17.7.2"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"eslint": "^8.
|
|
17
|
+
"eslint": "^8.48.0"
|
|
18
18
|
},
|
|
19
19
|
"bin": {
|
|
20
20
|
"atom": "./index.js",
|
|
Binary file
|
package/plugins/atom-1.0.0/lib/{com.lihaoyi.mainargs_3-0.5.0.jar → com.lihaoyi.mainargs_3-0.5.1.jar}
RENAMED
|
index f92c1d8..d5f8162 100644
|
|
|
Binary file
|
|
Binary file
|
|
index 755b554..7fcdf60 100644
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
index 360acbd..66f2b76 100644
|
|
|
Binary file
|
|
index c632f4c..3a9f8b6 100644
|
|
|
Binary file
|
|
index 1a0b29a..7c4455e 100644
|
|
|
Binary file
|
|
index 0725cf3..d3062ea 100644
|
|
|
Binary file
|
|
index 46013a2..122831d 100644
|
|
|
Binary file
|
|
Binary file
|
|
index ac2d249..89d7440 100644
|
|
|
Binary file
|
|
index 695ab04..71ad7c7 100644
|
|
|
Binary file
|
|
index 98afc34..7f3d6d3 100644
|
|
|
Binary file
|
package/plugins/atom-1.0.0/lib/{io.joern.jimple2cpg_3-2.0.56.jar → io.joern.jimple2cpg_3-2.0.74.jar}
RENAMED
|
index 6729003..f923538 100644
|
|
|
Binary file
|
package/plugins/atom-1.0.0/lib/{io.joern.jssrc2cpg_3-2.0.56.jar → io.joern.jssrc2cpg_3-2.0.74.jar}
RENAMED
|
index a1063c2..8c7361b 100644
|
|
|
Binary file
|
package/plugins/atom-1.0.0/lib/{io.joern.pysrc2cpg_3-2.0.56.jar → io.joern.pysrc2cpg_3-2.0.74.jar}
RENAMED
|
index a21afc3..db18339 100644
|
|
|
Binary file
|
|
index 2916447..ba8055f 100644
|
|
|
Binary file
|
|
index 8659e09..1e88d0a 100644
|
|
|
Binary file
|
|
index 9dbcd9f..1590e47 100644
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/plugins/atom-1.0.0/lib/io.github.alexarchambault.windows-ansi.windows-ansi-0.0.4.jar
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|