my param`\nresolves against the key the caller bound instead of silently yielding null - the same class\nof failure, in the one spelling the check would otherwise have accepted.", "is_bot": false, "headline": "feat(cypher) #5501: raise on a parameter the query references but the…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T18:51:28Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "21a087d96cb07c81217d36a3aa49e9a74ae927bd", "body": "…aluator\n\nThe parameter fix for the EXISTS/COUNT/COLLECT subqueries closed one instance of a wider\nproblem: a value written inside a pattern's inline property map - the {k: v} in\n(n:Account {accountNumber: $id}) or -[:TRANSFER {transactionId: row.id}]-> - is resolved\nseparately by each pattern evalu\n[…]\neters, get the map resolved once per row instead.\n\nComparing numbers as longs also truncated the fraction away, declaring a stored 1.5 equal to\nan inline 1.9; only integral types compare as longs now.", "is_bot": false, "headline": "fix(cypher) #5501: resolve inline pattern property values in every ev…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T18:51:28Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "eb7739e9db13b8d6cb0de4e48b5bd6ff1a01a46d", "body": null, "is_bot": false, "headline": "feat(#4861): add the MCP hybrid_search tool (#5500)", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T17:32:32Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "ba2b2ea42d8cacaefb318232e8837f8129598b34", "body": "…t every index of the type\n\nA transaction writing to a type that carries a unique index locked every sub-index file of\nEVERY index on that type. The fan-out is needed for the unique index itself: it is\npartitioned by the record's bucket, so a colliding key can sit in any bucket's sub-index and\ncheck\n[…]\n is reduced, not removed: writers to a unique-indexed type still serialise on that\nindex's 32 files. Narrowing that further needs the unique index partitioned by key hash\nrather than by record bucket.", "is_bot": false, "headline": "perf(#5499): fan out the commit lock over the unique indexes only, no…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T15:22:28Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "1a8aae0c99f3159ebdf0901b2f90450f164e3fc9", "body": "…nd COLLECT subqueries\n\nThe three subquery expressions run their body as a standalone statement and built the\nparameter map for that nested execution empty, so it carried only the generated\ncorrelation bindings. Every $param the body mentioned was therefore unbound, and since an\nunbound parameter ev\n[…]\n the shared rewriter, so all three call sites stay\nconsistent. Seeded before correlate() runs, so the bindings it adds still win and an outer\nrow variable keeps shadowing a parameter of the same name.", "is_bot": false, "headline": "fix(cypher) #5501: bind outer query parameters inside EXISTS, COUNT a…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T14:28:19Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "d3cb57b9f6b07b8d972351f758b08973f3f82f46", "body": "…#5498)", "is_bot": false, "headline": "perf(#5496): use hasProperty instead of building a name set per row (…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T14:01:05Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "b125778a7a4b49d806f24a3958e97196cbe41694", "body": "…th endpoint (#5497)", "is_bot": false, "headline": "fix(#5496): raise instead of returning null for an unbound shortestPa…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T12:42:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2dfc3c75b7256399954840feac5309b3c45c737f", "body": "…tterns (#5493)", "is_bot": false, "headline": "fix(#5490): apply the relationship inline WHERE on variable-length pa…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T11:39:32Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "4aaa90c565a53e089a4337ed4286b9bd427457a1", "body": "… WHERE in pattern comprehensions (#5491)", "is_bot": false, "headline": "fix(#5489): bind the hop relationship variable before the node inline…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T10:57:11Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "74f776db3ba53ef70e740fd8d57aea236cce98d1", "body": "…ons (#5486)", "is_bot": false, "headline": "fix(#5480): apply node inline WHERE predicates in pattern comprehensi…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T09:22:15Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "972d5366cfea4b1d45544978e1687bff6416048c", "body": "…h shortestPath evaluators (#5487)", "is_bot": false, "headline": "fix(#5481): enforce relationship inline WHERE and property map in bot…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T09:21:33Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "f4397160ed2be4694941b5f77e722f8259f55dda", "body": "…redicate (#5485)", "is_bot": false, "headline": "fix(#5463, #5462): pin count(*) against a relationship inline WHERE p…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T08:54:12Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "f2ff6d54d051e7ad0761ee984c79ed55dfdc47bd", "body": "…plies (#5479)", "is_bot": false, "headline": "fix(mcp) #5445: a principal profile keyed by a bare API-token name ap…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T07:52:28Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "043309f615ef03e6698a54e769bae0d5deb29f48", "body": "…prehensions (#5471)", "is_bot": false, "headline": "fix(#5460): apply relationship inline WHERE predicates in pattern com…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T07:00:02Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "0a2e4def6c95f587d4e53952a2212e72bff76839", "body": "…s (#5472)", "is_bot": false, "headline": "fix(#5410): release the phase-2 ticket when an abandoned entry applie…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-28T06:57:11Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "ec3447a9644f012b66b5820645df9810d6836617", "body": null, "is_bot": false, "headline": "feat(mcp) : add per-principal tool profiles (#5468) (#5445)", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-28T06:45:31Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "5a435a53fa8baa9f04784cc3500f1a05bda77207", "body": "…ounts map entries\n\nRETURN size(42) answered {\"r\": null}, which a client cannot tell apart from legal\nCypher null propagation, so a wrong query looked like a successful one. Neo4j and\nMemgraph both answer with a client-facing type error.\n\nsize() now counts characters of a STRING and entries of a LIS\n[…]\n() too (issue #5476).\n\nisEmpty() and range() already rejected bad arguments but raised a\nCommandExecutionException, reported as a 500 server failure; they now use the same\nclient-error classification.", "is_bot": false, "headline": "fix(cypher) #5477: size() rejects an argument that has no size, and c…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T06:10:15Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "d8eb4a38e047a295527ae17ed5590cd82417f848", "body": null, "is_bot": false, "headline": "fix(cypher) #5476: head(), last() and tail() reject a non-list argument", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T05:15:26Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "c9895242cbd97a8421fb99598e744d35f0fd4f58", "body": "The Cypher signature is head(list :: LIST\u003cANY>) :: ANY, so a scalar argument\nis a type error. ArcadeDB accepted INTEGER, FLOAT, BOOLEAN, STRING, MAP and\nNODE arguments and answered null, so a wrong query looked like a successful\none returning no value (HTTP 200 with {\"r\": null}). Neo4j and Memgraph \n[…]\ntill answers null for head()/last() and an empty list for tail().\n\nThe Cypher type names used in the message come from a new shared\nCypherFunctionHelper.cypherTypeName(), which valueType() now reuses.", "is_bot": false, "headline": "fix(cypher) #5476: head(), last() and tail() reject a non-list argument", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T05:06:50Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "b8bbc4acb28cbba38c54e94df78eba09a03216ca", "body": null, "is_bot": true, "headline": "docs(bolt): refresh driver compatibility matrix [skip ci]", "author_name": "github-actions[bot]", "author_login": "github-actions[bot]", "committed_at": "2026-07-28T04:06:22Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "72d70d8f5b7095202dc5b880e6d9cfaa978d6f9c", "body": "…or the same slot\n\nTwo transactions inserting DIFFERENT records were handed the very same free slot of the same\nbucket page - and therefore the same optimistic RID - because each picked it from its own\nsnapshot with nothing making the choices disjoint. At commit every transaction but the first\nfaile\n[…]\nrough.\n\nMeasured on the reported workload (single bucket, attempts=1): concurrent document inserts went\nfrom ~1750 conflicts out of 2000 to 0, concurrent sub-graph creations from ~270 out of 320 to 0.", "is_bot": false, "headline": "fix(engine) #5279: concurrent inserts in one bucket no longer fight f…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-28T02:51:32Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "30c9bf4fb282c8e471e0470d1a2c2049a49a7676", "body": "…ommand\n\nThe console split the typed text on the semicolon without knowing about comments, so\n`SELECT 2 -- a comment with a semicolon ; here` was cut in two and the tail of the\ncomment was executed as a command.\n\nTerminalParser now tracks line and block comments while splitting: comments are dropped\n[…]\nworking. Loading a script with `load`\nnow buffers the lines of a block comment that spans multiple lines, and a comment at the\nend of a command line argument no longer swallows the following argument.", "is_bot": false, "headline": "fix(console) #5457: a semicolon inside a comment no longer ends the c…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T22:28:55Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "d5fc6ec79e3550469ecda9928ae5d54eaa199980", "body": "The mutable row format and the sealed block format disagreed, and the failure\nmode was silent.\n\nDATE and the sub-millisecond DATETIME_* variants had no case in the row writer\nor reader: the writer advanced the row cursor by 8 bytes while the reader,\ntreating the column as variable-length, advanced b\n[…]\nfor an existing\ndatabase is the Java type the sealed layer hands back, which is the point. A\ntype using one of the affected column types changes row stride, and holds\nunreadable data today either way.", "is_bot": false, "headline": "fix(#5475): agree on what a TIMESERIES column's declared type means", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T21:59:51Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "07a6c67096c97283319edbb839233a9b54b8afd7", "body": "…ch relationship once\n\nAn undirected hop inside a pattern comprehension ran two direction-pure passes,\none over the outgoing adjacency list and one over the incoming one. A self-loop\nis stored in both lists of its vertex, so every self-loop produced two matches:\n[(a)-[r:LOOP]-(b) | r.rid] returned [\n[…]\nst also lets a variable-length undirected hop change\ndirection between steps, so head->tail\u003c-far is now reachable as an undirected\n2-hop path; the previous per-direction passes could never produce it.", "is_bot": false, "headline": "fix(cypher) #5456: an undirected pattern-comprehension hop matches ea…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T21:59:39Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "1f02356a48855db66bfc00792a97cef0254a165d", "body": "GraphBatch.Builder.build() derived commitEvery from the *requested* WAL setting, while the\nconstructor forced the WAL back on for replicated databases (issue #4076) only afterwards. The\nbatch endpoint defaults wal=false, so on a replicated database the \"no WAL means one commit per\nflush\" shortcut wa\n[…]\ned/standalone against WAL off, WAL on and\nan explicit commitEvery. It flips isReplicated() with a java.lang.reflect.Proxy over\nDatabaseInternal so the engine module does not gain a mocking dependency.", "is_bot": false, "headline": "fix(engine) #5470: a replicated bulk load keeps committing in chunks", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T20:56:43Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "eb050f1aa6a7006716f29edaad0c30b655589895", "body": "The only ingest API was typed on Object[] per column, so a caller holding\nprimitive samples boxed every value into a Double/Long that the engine unboxed\na few frames later to write the very same raw bits.\n\nAdds TimeSeriesRowSource, a primitive contract over a block of samples (raw\nbits + column widt\n[…]\nader had no\ncase at all, so the value overran its neighbouring columns and always read back\nas null. Sharing one width table between the two paths is what makes the\nmismatch impossible to reintroduce.", "is_bot": false, "headline": "perf(#5474): ingest TimeSeries samples without boxing a value per point", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T20:43:30Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "cb07a58d1b398830245331aabaa4fdd791f04cf8", "body": "…vector queries\n\nBmwScorer's top-K accumulators used PriorityQueue\u003cRidScore> with\nComparator.comparing(RidScore::score), which allocates on two axes: a\njava.lang.Float per operand of every heap comparison, and a RidScore per\naccepted candidate.\n\nMeasured with ThreadMXBean.getThreadAllocatedBytes, on\n[…]\nlies on. RidScoreMinHeapTest cross-checks\nagainst the replaced PriorityQueue code verbatim over randomised streams\nand the NaN / signed-zero / infinity domain, and asserts the steady-state\nallocation.", "is_bot": false, "headline": "perf(sparsevector) #5473: allocation-free top-K collector for sparse-…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T20:21:00Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "e201edb3c19e832490c85780601cd0e4fb436fb4", "body": "… a bare identifier\n\nThe auto-derived name of a compound index is `Type[propA,propB]`. The comma was not\naccepted in the trailing name part of a `schema:\u003ckind>:\u003cname>` target, so the Studio\n\"Indexes\" tab logged a SQL syntax error on the server for every compound index in the\ndatabase.\n\n- lexer: acce\n[…]\nagainst a back-tick quoted identifier,\n which resolved as a missing property of the record, so it always answered false; both\n existsIndex() and existsBucket() now bind the name as a query parameter", "is_bot": false, "headline": "fix(sql) #5469: address schema:index/bucket targets whose name is not…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T20:04:18Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "7012c0772a806386b6e0d0efee41373db5993198", "body": "CypherVariableUsage decides whether a relationship variable is read anywhere\noutside the pattern that binds it, and both executors use the answer to choose\nbetween materializing edge records and walking adjacency ids. A miss there does\nnot fail loudly: it silently changes which path a query takes, o\n[…]\n each scanned\ntwice, so disabling one path alone changes nothing, and the statement-level WHERE\nscan is unreachable because the parser attaches a WHERE to its MATCH or WITH and\nnever to the statement.", "is_bot": false, "headline": "test: pin the variable-usage analysis, one case per clause it walks", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T20:02:34Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "02f5d5f039b1af80b1cea1a18b17d5b336ebf24f", "body": "A CPU profile of a learned-sparse top-K on a 100k-document corpus (48-120 query\nterms, Zipf document frequencies, near-uniform weights) put 45% of query time in\nthe essential-term min-heap and almost none in block decoding. The traversal was\nnot I/O bound at all - it was bound on comparing cursor po\n[…]\neek, the undecoded block-boundary park and exhaustion,\non segment cursors under all three quantizations and on merged multi-source cursors.\nFull engine index and query suites green (849 + 6122 tests).", "is_bot": false, "headline": "perf(#5467): navigate the sparse-vector traversal on primitive positions", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T18:52:00Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "24813519b4f1b5417ca299bd9aad896d5373253c", "body": "…er-side pauses\n\nA POST /api/v1/batch upload is consumed while the load runs, so the time the worker\nthread spends inside a commit counts towards Undertow's read watchdog: when nobody\ncalls read() on the request channel for arcadedb.network.socketTimeout (30s by\ndefault) the connection is closed asy\n[…]\nes the maximum entry size.\n\nTests: Issue5470BatchStreamStallIT (stall > timeout must not truncate; a stalled\nclient is still cut off and answered), plus vertexBatchSize coverage in\nPostBatchHandlerIT.", "is_bot": false, "headline": "fix(server) #5470: keep a streaming batch load alive across long serv…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T18:03:49Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "8f0819d370f5385fbd8c66b41f8d4a6ba34ace18", "body": "… not the page\n\nA block's byte length is not stored in the segment format, so\nPaginatedSegmentReader.readBlockPayloadInto copied everything from the block\npayload to the end of the page and let the cursor stop decoding after\npostingCount postings. Correct, but at the 64 KiB page / blockSize-128 defa\n[…]\ndecodedPayloadBytes() hook next to the existing\ndecodedBlockCount() to make that assertable, and MaxScorePruningTest's benchmark\nnow reports median/min/p90 plus bytes-per-block for both quantizations.", "is_bot": false, "headline": "perf(#5388): bound the sparse-vector block payload copy to the block,…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T17:48:37Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "475582108c83ce3f441c7d7a5d16e11d96f50b1a", "body": "…ship patterns\n\nAn `EXISTS { (a)-[r:E WHERE 1=1]->(:A) }` subquery returned false even for a\ntrivially true predicate. Three distinct defects were behind it:\n\n1. The correlated-subquery rewrite scanned for the body's clause-level WHERE\n counting brace depth only, so an inline pattern predicate ins\n[…]\nrun is still absorbed into false/0/[], but now leaves a FINE-level trace.\n\nThe pattern-predicate fast path (`WHERE (a)-[:E]->(b:X WHERE ...)`) evaluates\ninline predicates against the bound record too.", "is_bot": false, "headline": "fix(cypher) #5464: honor inline WHERE predicates in node and relation…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T17:34:00Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "116278160edf1c17ed37af622af4b2477a632baa", "body": "…ing as default (#4276) (#5361)\n\nCo-authored-by: robfrank \u003cro.franchini@gmail.com>", "is_bot": false, "headline": "Add opt-in SLF4J facade logging (Slf4jLogger), keeping java.util.logg…", "author_name": "Rui Pereira", "author_login": "ruispereira", "committed_at": "2026-07-27T17:17:39Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "a4da66d975cbee144f3747b5a29603aaaf5ffbc1", "body": "Co-authored-by: robfrank \u003cro.franchini@gmail.com>", "is_bot": false, "headline": "fix(fulltext) #5267: make BM25 scores comparable across buckets (#5400)", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-27T15:55:58Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "7efe66c71bae9812983644a566a3ddeae2be3c97", "body": "…#5465)", "is_bot": false, "headline": "fix(e2e-studio): make DataTables assertions version-agnostic for v3 (…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-27T12:55:28Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "ca89bf9b354cecf01430476a96fe974d3336fe8d", "body": "Co-authored-by: robfrank \u003cro.franchini@gmail.com>", "is_bot": false, "headline": "feat(mcp): scope permissions per database (#5401)", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-27T12:26:04Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "e3cc14a3299c399a2f3adc0ada969624980904a1", "body": "…#5458)", "is_bot": false, "headline": "fix(#5453): gate leader readiness on the Ratis isLeaderReady signal (…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-27T10:40:58Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "68d6596dca4b2ca20ac8de19342016bb929fc550", "body": "Co-authored-by: robfrank \u003cro.franchini@gmail.com>", "is_bot": false, "headline": "feat(mcp) #4867: add configurable tool profiles (#5402)", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-27T10:40:05Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "a66d00f7f6673240cbcc77e47c799c0ca1d80254", "body": "Co-authored-by: robfrank \u003cro.franchini@gmail.com>", "is_bot": false, "headline": "feat(mcp): add bounded sample_records tool (#5398)", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-27T09:12:26Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "3226999348f772a3fe9773b69738a78fff6be20b", "body": "Co-authored-by: robfrank \u003cro.franchini@gmail.com>", "is_bot": false, "headline": "feat(mcp): add dense and sparse vector_search tool (#5399)", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-27T08:23:55Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "4b350fe1c3fcb03e8cd4b7221ac1972d9816add6", "body": "… apply (#5455)", "is_bot": false, "headline": "fix(#5454): drop database no longer deletes the files inside the Raft…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-27T08:18:29Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "3673996bd69e7885ea75cdd33ebd09a77763838b", "body": null, "is_bot": false, "headline": "fix(e2e-ha): restore the nightly HA resilience suite to green (#5452)", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-27T06:30:17Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "1134185d5494f5ab0583da4a508d846449f8e04c", "body": "…#5451)\n\n* fix(#5443): replicate the pages an incremental compaction appends to an existing index\n\nA follower's LSM index could end up short of the leader's after a compaction -\n49488 of 60000 entries in the regression test - while every record replicated\ncorrectly. Keys in the missing range simply \n[…]\n-degrade\nis the wrong default here: that count is precisely what left followers with a\nshort index, so a caller that ever reaches this should fail rather than quietly\nreintroduce the bug it documents.", "is_bot": false, "headline": "fix(#5443): a follower's index can be short after an LSM compaction (…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T05:13:01Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "4cc99ffd938e19bd3c00a779c41beb727d251c5c", "body": "…llable (#5449)\n\n* fix(#5450): the JVM shutdown hook can no longer make the process unkillable\n\nArcadeDBServer.start() held the instance monitor for the whole startup, and\nstop() was synchronized on the same monitor. Apache Ratis reports a failure to\nbind its gRPC port by calling System.exit() from \n[…]\ntabases are then left as\na kill would leave them and the WAL replays on the next start, which is the same\ntrade-off the timeout path already makes - and the only alternative is a JVM\nthat cannot exit.", "is_bot": false, "headline": "fix(#5450): the JVM shutdown hook can no longer make the process unki…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T04:50:56Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "02882aca9bf2116ab08485d6ed43d9d665a49f2b", "body": null, "is_bot": true, "headline": "docs(bolt): refresh driver compatibility matrix [skip ci]", "author_name": "github-actions[bot]", "author_login": "github-actions[bot]", "committed_at": "2026-07-27T04:24:51Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "725eb48062c8a781c45df52c0b5bafaa24bd37b3", "body": "…variables from RETURN * (#5448)\n\nTwo silent wrong-answer defects in the native Cypher engine.\n\nA composite index was offered for a predicate on its leading property, but the\noperators resolved the index by that single property name - a lookup a composite\nindex is not registered under - and treated \n[…]\ne place and both projection\nsteps filter on it.\n\nRegression tests assert parity with the SQL engine over the same data for every\ncomposite-index shape, and exact projected variable names for RETURN *.", "is_bot": false, "headline": "fix(#5444): seek composite indexes by their whole key, hide internal …", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T02:53:08Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "e30308d79a4c044102239664cb9c7d946abef86b", "body": "… stands for (#5447)\n\n* perf(#5446): plan an inline property map as the equality predicate it stands for\n\nMATCH (n:Person {id: $id})-[:KNOWS]->(m) and MATCH (n:Person)-[:KNOWS]->(m)\nWHERE n.id = $id mean the same thing, but only the second reached the cost-based\noptimizer: any pattern carrying an in\n[…]\nch is where the largest\nnumber sits: unindexed property over one hop goes from 231.0ms to 52.6ms.\n\nCypherInlinePropertyPlanningBenchmark carries the measurement; it is tagged\nbenchmark so CI skips it.", "is_bot": false, "headline": "perf(#5446): plan an inline property map as the equality predicate it…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-27T02:08:10Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "e3c94a1a6116b30fdb5b98b5b16a88d1dff5a333", "body": "…ths (#5393)\n\n* Relax indexed anchors for open-ended and anonymous paths\n\n* Fix VLP target label semantics and cover the relaxed indexed-anchor bridge\n\nThe reversal introduced by #5357 and widened here evaluates the written source\nnode as the expansion target, so ExpandPathStep's target-node label c\n[…]\nip and the single-property index\n\n---------\n\nCo-authored-by: justinblethrow-cloud \u003c226385385+justinblethrow-cloud@users.noreply.github.com>\nCo-authored-by: Luca Garulli \u003clvca@users.noreply.github.com>", "is_bot": false, "headline": "Relax indexed anchors for open-ended and anonymous variable-length pa…", "author_name": "justinblethrow-cloud", "author_login": "justinblethrow-cloud", "committed_at": "2026-07-26T19:29:24Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "778dd5a6df7d48dfd76d2d0b8beaf1b9ffb91074", "body": "…updates [skip ci]\n\nBumps the github-actions group with 6 updates in the / directory:\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |\n| [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0\n[…]\nangelog for v4.37.2\n* Additional commits viewable in [compare view](https://github.com/github/codeql-action/compare/7188fc363630916deb702c7fdcf4e481b751f97a...e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81)", "is_bot": true, "headline": "build(deps): bump the github-actions group across 1 directory with 6 …", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:11:55Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "ac0763052e5ebed1b0a443bf041bf12cce0f1637", "body": "…updates\n\nBumps the github-actions group with 6 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |\n| [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0.178` | `\n[…]\n dependency-version: 4.37.3\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: github-actions\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump the github-actions group across 1 directory with 6 …", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T19:10:39Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "7e10f2de59a0894b77fd5462940c6916b0b80361", "body": "… with 8 updates [skip ci]\n\nBumps the security-critical group in /studio with 8 updates:\n| Package | From | To |\n| --- | --- | --- |\n| [datatables.net](https://github.com/DataTables/DataTablesSrc) | `2.3.8` | `3.0.0` |\n| [datatables.net-bs5](https://github.com/DataTables/DataTablesSrc) | `2.3.8` | `\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions", "is_bot": true, "headline": "chore(studio-deps)(deps): bump the security-critical group in /studio…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:04:28Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "654bf36dfe69d702793be4ab1b9e4e7a64630f0a", "body": "…dio in the ui-visualization group [skip ci]\n\nBumps the ui-visualization group in /studio with 1 update: [apexcharts](https://github.com/apexcharts/apexcharts.js).\nUpdates `apexcharts` from 6.1.0 to 6.5.0\nRelease notes\n\n*Sourced from [apexcharts's releases](https://github.com/apexcharts/apexcharts.j\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions", "is_bot": true, "headline": "chore(studio-deps)(deps): bump apexcharts from 6.1.0 to 6.5.0 in /stu…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:04:23Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "59f70c37447d039ed9b817629c95b754c3152555", "body": "…io with 2 updates [skip ci]\n\nBumps the build-tools group in /studio with 2 updates: [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) and [webpack](https://github.com/webpack/webpack).\nUpdates `html-webpack-plugin` from 5.6.7 to 5.6.8\nChangelog\n\n*Sourced from [html-webpack-plug\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions", "is_bot": true, "headline": "chore(studio-deps-dev)(deps-dev): bump the build-tools group in /stud…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:04:16Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "f76e3dddc96de4eae668195da78637c0e4cb86f2", "body": "…o 5.24.3 in /studio [skip ci]\n\nBumps [enhanced-resolve](https://github.com/webpack/enhanced-resolve) from 5.24.2 to 5.24.3.\nRelease notes\n\n*Sourced from [enhanced-resolve's releases](https://github.com/webpack/enhanced-resolve/releases).*\n\n> v5.24.3\n> -------\n>\n> ### Patch Changes\n>\n> * Resolve tsc\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps-dev)(deps-dev): bump enhanced-resolve from 5.24.2 t…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:04:12Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "e5ceec580ec12f391864323a7af6c6b1b6642079", "body": "…2.10.43 to 2.11.3 in /studio [skip ci]\n\nBumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.10.43 to 2.11.3.\nRelease notes\n\n*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*\n\n>\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps-dev)(deps-dev): bump baseline-browser-mapping from …", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:04:04Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "2a6b75291bace9dc17a6d1aec0f3cdc253ec3afa", "body": "…28.7 in /studio [skip ci]\n\nBumps [browserslist](https://github.com/browserslist/browserslist) from 4.28.6 to 4.28.7.\nRelease notes\n\n*Sourced from [browserslist's releases](https://github.com/browserslist/browserslist/releases).*\n\n> 4.28.7\n> ------\n>\n> * Improved parsing performance.\n> * Fixed unbou\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps-dev)(deps-dev): bump browserslist from 4.28.6 to 4.…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:04:00Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "068e2a79fcb71086fd402259093b78f845ee2a44", "body": "…393 to 1.5.396 in /studio [skip ci]\n\nBumps [electron-to-chromium](https://github.com/Kilian/electron-to-chromium) from 1.5.393 to 1.5.396.\nCommits\n\n* [`13a13df`](https://github.com/Kilian/electron-to-chromium/commit/13a13df123c7517cdc362d49e502fba45b42b418) 1.5.396\n* [`c471e9c`](https://github.com/\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps-dev)(deps-dev): bump electron-to-chromium from 1.5.…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:55Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "727ca4e71715fd7e898cbc83ac67bbbb6bff195d", "body": "…in /studio [skip ci]\n\nBumps [postcss](https://github.com/postcss/postcss) from 8.5.20 to 8.5.23.\nRelease notes\n\n*Sourced from [postcss's releases](https://github.com/postcss/postcss/releases).*\n\n> 8.5.23\n> ------\n>\n> * Do not load source map without `opts.from` for security reasons.\n>\n> 8.5.22\n> --\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps-dev)(deps-dev): bump postcss from 8.5.20 to 8.5.23 …", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:47Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "b2f4a9abe8c4aa9cfea2fe41720cb657344bda68", "body": "…ip ci]\n\nBumps [sax](https://github.com/isaacs/sax-js) from 1.6.0 to 1.6.1.\nCommits\n\n* [`961ceee`](https://github.com/isaacs/sax-js/commit/961ceeefcc5186005466f2085aeb36f31b161e37) 1.6.1\n* [`e68a39e`](https://github.com/isaacs/sax-js/commit/e68a39ec4950437d3ef40d986e5ce511c89bdc91) use Object.create\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps)(deps): bump sax from 1.6.0 to 1.6.1 in /studio [sk…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:42Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "ea7a5e1b9506a3f50c6a98bcd5ae69a0e8efc51b", "body": "…o [skip ci]\n\nBumps [marked](https://github.com/markedjs/marked) from 18.0.6 to 18.0.7.\nRelease notes\n\n*Sourced from [marked's releases](https://github.com/markedjs/marked/releases).*\n\n> v18.0.7\n> -------\n>\n> [18.0.7](https://github.com/markedjs/marked/compare/v18.0.6...v18.0.7) (2026-07-21)\n> -----\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps)(deps): bump marked from 18.0.6 to 18.0.7 in /studi…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:36Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "d7486471385ed0cbfa9e7cc9890e6c5eedae15ba", "body": "… in /studio [skip ci]\n\nBumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.32.9 to 5.32.11.\nRelease notes\n\n*Sourced from [swagger-ui-dist's releases](https://github.com/swagger-api/swagger-ui/releases).*\n\n> v5.32.11\n> --------\n>\n> [5.32.11](https://github.com/swagger-api/swagg\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "chore(studio-deps)(deps): bump swagger-ui-dist from 5.32.9 to 5.32.11…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:29Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "8163a695b673a65f9972edf9e5906f84b9888e68", "body": "…0 to 3.5.1 [skip ci]\n\nBumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.5.0 to 3.5.1.\nRelease notes\n\n*Sourced from [org.apache.maven.plugins:maven-jar-plugin's releases](https://github.com/apache/maven-jar-plugin/releases).*\n\n> 3.5.1\n> -----\n>\n> 📝 \n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.5.…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:23Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "6f1891e4851e461495eb4e2d19af21c3a9469b10", "body": "… [skip ci]\n\nBumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.38 to 1.6.0.\nRelease notes\n\n*Sourced from [ch.qos.logback:logback-classic's releases](https://github.com/qos-ch/logback/releases).*\n\n> Logback 1.6.0\n> -------------\n>\n> **2026-07-23 Release of logback ver\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps): bump ch.qos.logback:logback-classic from 1.5.38 to 1.6.0…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:19Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "0ce896733d0132c767ffa4c13f628a39804eec0a", "body": "…5.0 in /e2e-python [skip ci]\n\nUpdates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version.\nRelease notes\n\n*Sourced from [testcontainers's releases](https://github.com/testcontainers/testcontainers-python/releases).*\n\n> testconta\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps): update testcontainers requirement from >=4.14.2 to >=4.1…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:11Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "a17bafe94855c8a0687adadb9eaebe599d12b64b", "body": "…studio [skip ci]\n\nBumps [@playwright/test](https://github.com/microsoft/playwright) from 1.61.1 to 1.62.0.\nRelease notes\n\n*Sourced from [@playwright/test's releases](https://github.com/microsoft/playwright/releases).*\n\n> v1.62.0\n> -------\n>\n> 🧱 New component testing model\n> -----------------------\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps-dev): bump @playwright/test from 1.61.1 to 1.62.0 in /e2e-…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:03:03Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "9cdd4feb77d4aaa3520f8a5b1436fa9d9ab35aaf", "body": "….1.1 [skip ci]\n\nBumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) from 5.0.0 to 5.1.1.\nRelease notes\n\n*Sourced from [com.mycila:license-maven-plugin's releases](https://github.com/mathieucarbou/license-maven-plugin/releases).*\n\n> v5.1.1\n> ------\n>\n> What\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps-dev): bump com.mycila:license-maven-plugin from 5.0.0 to 5…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:02:59Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "b48e958882a946bbdc7d886a6a2b4277caafd4f3", "body": "…s group [skip ci]\n\nBumps the pre-commit-hooks group with 1 update: prettier.\nUpdates `prettier` from 3.9.5 to 3.9.6\n[: bump prettier from 3.9.5 to 3.9.6 in the pre-commit-hook…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:02:52Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "494d678a637dad915ec540229bab53e3a8eac09d", "body": "….9.5 to 3.9.6 [skip ci]\n\nBumps [https://github.com/rbubley/mirrors-prettier](https://github.com/rbubley/mirrors-prettier) from v3.9.5 to 3.9.6.\nCommits\n\n* [`0ee1786`](https://github.com/rbubley/mirrors-prettier/commit/0ee178619d696787ca73d210cc191d720868c631) Mirror: 3.9.6\n* See full diff in [compa\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps): bump https://github.com/rbubley/mirrors-prettier from v3…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:02:48Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "ffbd68397b545d84274c1e20440dec4fb19e7ebd", "body": "…from 3.4.1 to 3.6.3 [skip ci]\n\nBumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.1 to 3.6.3.\nRelease notes\n\n*Sourced from [org.apache.maven.plugins:maven-enforcer-plugin's releases](https://github.com/apache/maven-enforcer/releases).*\n\n> 3.6.3\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps-dev): bump org.apache.maven.plugins:maven-enforcer-plugin …", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:02:39Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "eda668aa8c734dca336a741630befccc5fbe86b3", "body": "…p ci]\n\nBumps [io.cucumber:cucumber-bom](https://github.com/cucumber/cucumber-jvm) from 7.34.4 to 7.34.6.\nRelease notes\n\n*Sourced from [io.cucumber:cucumber-bom's releases](https://github.com/cucumber/cucumber-jvm/releases).*\n\n> v7.34.6\n> -------\n>\n> ### Fixed\n>\n> * [JUnit Platform Engine] Do not fa\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps): bump io.cucumber:cucumber-bom from 7.34.4 to 7.34.6 [ski…", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:02:34Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "41f3a81975a3b426d341b1abaed2aacc670381ee", "body": "Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0.\nRelease notes\n\n*Sourced from [actions/setup-python's releases](https://github.com/actions/setup-python/releases).*\n\n> v7.0.0\n> ------\n>\n> What's Changed\n> --------------\n>\n> ### Enhancements\n>\n> * Migrate to E\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)", "is_bot": true, "headline": "build(deps): bump actions/setup-python from 6.3.0 to 7.0.0 [skip ci]", "author_name": "mergify[bot]", "author_login": "mergify[bot]", "committed_at": "2026-07-26T19:02:27Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "013e0cf2e481f93a0da5e34abed07aa094850f50", "body": "…ader-index lookup in HA tests (#5442)", "is_bot": false, "headline": "fix(remote): honor the server's 503 \"please retry\"; drop redundant le…", "author_name": "Roberto Franchini", "author_login": "robfrank", "committed_at": "2026-07-26T18:56:28Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2acf3f44b5943a3bb29a1fd9a42c651f5a0f6a33", "body": "Follow-up to the previous commit. The reporter's minimal reproduction confirms\nthe diagnosis from the other direction: a GraphBatch of ~250-byte vertices, each\nwith a unique md5 key, produces a 5.4MB TX_ENTRY and fails at 300k vertices -\nno large records involved at all, just enough unique index key\n[…]\n the fix.\nIssue4743OversizedRaftEntryTest additionally pins the coupling between\nappendBufferSize, writeBufferSize, the log segment size and the gRPC cap, so\nthe two buffers can no longer drift apart.", "is_bot": false, "headline": "fix(#4743): raise the maximum replicated transaction size to 32MB", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-26T14:53:06Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "9a5c898dc02906060b05bde4799aa3c62232821c", "body": "Round 4 of #4743. A bulk load into a 3-node cluster failed after ~500k\nvertices: the leader stepped down every ~130s, every node answered\nNotLeaderException for the same request, and phase-2 applies stayed\nunconfirmed for 20 minutes - with no CPU, disk or network pressure anywhere.\n\nRatis enforces r\n[…]\nction, split ordering and delta alignment), Issue4743CompactionEntrySizeIT\n(3 nodes, shrunk append buffer; fails on the unpatched code), and\nIssue4743InvalidSubIndexTest (fails on the unpatched code).", "is_bot": false, "headline": "fix(#4743): a single oversized Raft entry no longer topples the leader", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-26T14:53:06Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "0fc2d79554cd6839acbd52abe1007258bb923e65", "body": "…ocument-backed vector indexes (#3144)", "is_bot": false, "headline": "Merge branch 'issue-5412-build': auto-size the HNSW build cache for d…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-26T14:45:40Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "5d9f9ff72f1bbb18323a40013decffa58f18002a", "body": "…cked indexes\n\nBounding the graph-build vector cache at a flat 100,000 entries also applied to\nindexes whose vectors live in the documents (quantization NONE or PRODUCT). There\na cache miss costs a record lookup plus a full ARRAY_OF_FLOATS deserialization,\nand the validation phase had already read e\n[…]\npus with the pre-#5412 cache policy took 214.2s.\n\nTests: LSMVectorIndexBuildCacheSizingTest (residency, explicit bound, quantized\nbound, heap cap) plus VectorGraphBuildCacheBenchmark for re-measuring.", "is_bot": false, "headline": "fix(#3144): size the HNSW build cache from the corpus for document-ba…", "author_name": "Luca Garulli", "author_login": "lvca", "committed_at": "2026-07-26T14:15:11Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "1e64c87916eb256560e52bc413932ed9d9492951", "body": "Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0.\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/ece7cb06caefa5fff74198d8649806c4678c61a1...5fda3b95a4ea91299a34e894583c3862153e4b\n[…]\npendency-name: actions/setup-python\n dependency-version: 7.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump actions/setup-python from 6.3.0 to 7.0.0", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:17:38Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "a272528ed22971de17443c562a0647e3e4d0f76f", "body": "Bumps [io.cucumber:cucumber-bom](https://github.com/cucumber/cucumber-jvm) from 7.34.4 to 7.34.6.\n- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)\n- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/cucumber/cucumber-jvm/c\n[…]\nncy-name: io.cucumber:cucumber-bom\n dependency-version: 7.34.6\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump io.cucumber:cucumber-bom from 7.34.4 to 7.34.6", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:13:20Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "54bb667e03cc3536425296862adcee055a133d11", "body": "Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.1 to 3.6.3.\n- [Release notes](https://github.com/apache/maven-enforcer/releases)\n- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.4.1...enforcer-3.6.3)\n\n---\nupdated-depend\n[…]\naven.plugins:maven-enforcer-plugin\n dependency-version: 3.6.3\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps-dev): bump org.apache.maven.plugins:maven-enforcer-plugin", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:53Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "2663fb9b10961519ea0c7f7ac35e723a03b444b6", "body": "Bumps [https://github.com/rbubley/mirrors-prettier](https://github.com/rbubley/mirrors-prettier) from v3.9.5 to 3.9.6.\n- [Commits](https://github.com/rbubley/mirrors-prettier/compare/v3.9.5...v3.9.6)\n\n---\nupdated-dependencies:\n- dependency-name: https://github.com/rbubley/mirrors-prettier\n dependency-version: 3.9.6\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump https://github.com/rbubley/mirrors-prettier", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:46Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2ea1e55270dbaad3f4c34f9d9ed0476b565a11bf", "body": "Bumps the pre-commit-hooks group with 1 update: prettier.\n\n\nUpdates `prettier` from 3.9.5 to 3.9.6\n\n---\nupdated-dependencies:\n- dependency-name: prettier\n dependency-version: 3.9.6\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: pre-commit-hooks\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump prettier in the pre-commit-hooks group", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:43Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "b8456f4dc7f089f27704c887a3f496359edde0b8", "body": "Bumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) from 5.0.0 to 5.1.1.\n- [Release notes](https://github.com/mathieucarbou/license-maven-plugin/releases)\n- [Changelog](https://github.com/mathieucarbou/license-maven-plugin/blob/master/docs/releases.md)\n- [C\n[…]\ne: com.mycila:license-maven-plugin\n dependency-version: 5.1.1\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps-dev): bump com.mycila:license-maven-plugin", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:40Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "f77d7c7dd283f2451ad9379a8e2f0f6a8c98983c", "body": "Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.61.1 to 1.62.0.\n- [Release notes](https://github.com/microsoft/playwright/releases)\n- [Commits](https://github.com/microsoft/playwright/compare/v1.61.1...v1.62.0)\n\n---\nupdated-dependencies:\n- dependency-name: \"@playwright/test\"\n dependency-version: 1.62.0\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps-dev): bump @playwright/test in /e2e-studio", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:38Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "87c873d7c9620fd03e013f7b09401c8de4d84cb1", "body": "Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version.\n- [Release notes](https://github.com/testcontainers/testcontainers-python/releases)\n- [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHAN\n[…]\ntainers-v4.15.0)\n\n---\nupdated-dependencies:\n- dependency-name: testcontainers\n dependency-version: 4.15.0\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): update testcontainers requirement in /e2e-python", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:32Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "f42ae579899780fa08037a3e106a69235899ac3f", "body": "Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.38 to 1.6.0.\n- [Release notes](https://github.com/qos-ch/logback/releases)\n- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.38...v_1.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: ch.qos.logback:logback-classic\n dependency-version: 1.6.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump ch.qos.logback:logback-classic from 1.5.38 to 1.6.0", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:28Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "eec9d00fd005ac87797dd3719022b802f848dd2c", "body": "Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.5.0 to 3.5.1.\n- [Release notes](https://github.com/apache/maven-jar-plugin/releases)\n- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.5.0...maven-jar-plugin-3.5.1)\n\n-\n[…]\nache.maven.plugins:maven-jar-plugin\n dependency-version: 3.5.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "build(deps): bump org.apache.maven.plugins:maven-jar-plugin", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T10:12:18Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "44016adabcf5616219a637c2bc138922e66a368c", "body": "Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.32.9 to 5.32.11.\n- [Release notes](https://github.com/swagger-api/swagger-ui/releases)\n- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.32.9...v5.32.11)\n\n---\nupdated-dependencies:\n- dependency-name: swagger-ui-dist\n dependency-version: 5.32.11\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "chore(studio-deps)(deps): bump swagger-ui-dist in /studio", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T09:06:15Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "027fabf6cd1c735d0058f56abdde1bec6bf34401", "body": "Bumps [marked](https://github.com/markedjs/marked) from 18.0.6 to 18.0.7.\n- [Release notes](https://github.com/markedjs/marked/releases)\n- [Commits](https://github.com/markedjs/marked/compare/v18.0.6...v18.0.7)\n\n---\nupdated-dependencies:\n- dependency-name: marked\n dependency-version: 18.0.7\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "chore(studio-deps)(deps): bump marked from 18.0.6 to 18.0.7 in /studio", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T09:06:02Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "fcf89d4689f9e1264b776dc0114ad932b6854e67", "body": "Bumps [sax](https://github.com/isaacs/sax-js) from 1.6.0 to 1.6.1.\n- [Commits](https://github.com/isaacs/sax-js/compare/v1.6.0...v1.6.1)\n\n---\nupdated-dependencies:\n- dependency-name: sax\n dependency-version: 1.6.1\n dependency-type: indirect\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>", "is_bot": true, "headline": "chore(studio-deps)(deps): bump sax from 1.6.0 to 1.6.1 in /studio", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2026-07-26T09:05:54Z", "body_truncated": false, "is_coding_agent": false } ], "releases_count": 58, "commits_last_year": 4382, "latest_release_at": "2026-07-17T18:12:18Z", "latest_release_tag": "26.7.3", "releases_from_tags": false, "days_since_last_push": 0, "active_weeks_last_year": 52, "days_since_latest_release": 11, "mean_days_between_releases": 19.4 }, "community": { "has_readme": true, "has_license": true, "has_description": true, "has_contributing": true, "health_percentage": 87, "has_issue_template": true, "has_code_of_conduct": false, "has_pull_request_template": true }, "ecosystem": { "packages": [ { "name": "com.arcadedb:arcadedb-bolt", "exists": true, "license": null, "keywords": [], "ecosystem": "maven", "matches_repo": null, "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-bolt", "is_deprecated": false, "latest_version": "26.7.3", "repository_url": null, "versions_count": 10, "total_downloads": null, "dependents_count": null, "deprecation_note": null, "maintainers_count": null, "monthly_downloads": null, "first_published_at": null, "latest_published_at": "2026-07-17T17:33:18Z", "latest_version_yanked": null, "days_since_latest_publish": 11 }, { "name": "com.arcadedb:arcadedb-grpc", "exists": true, "license": null, "keywords": [], "ecosystem": "maven", "matches_repo": null, "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-grpc", "is_deprecated": false, "latest_version": "26.7.3", "repository_url": null, "versions_count": 15, "total_downloads": null, "dependents_count": null, "deprecation_note": null, "maintainers_count": null, "monthly_downloads": null, "first_published_at": null, "latest_published_at": "2026-07-17T17:33:24Z", "latest_version_yanked": null, "days_since_latest_publish": 11 }, { "name": "com.arcadedb:arcadedb-grpcw", "exists": true, "license": null, "keywords": [], "ecosystem": "maven", "matches_repo": null, "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-grpcw", "is_deprecated": false, "latest_version": "26.7.3", "repository_url": null, "versions_count": 15, "total_downloads": null, "dependents_count": null, "deprecation_note": null, "maintainers_count": null, "monthly_downloads": null, "first_published_at": null, "latest_published_at": "2026-07-17T17:33:31Z", "latest_version_yanked": null, "days_since_latest_publish": 11 }, { "name": "com.arcadedb:arcadedb-engine", "exists": true, "license": null, "keywords": [], "ecosystem": "maven", "matches_repo": null, "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-engine", "is_deprecated": false, "latest_version": "26.7.3", "repository_url": null, "versions_count": 60, "total_downloads": null, "dependents_count": null, "deprecation_note": null, "maintainers_count": null, "monthly_downloads": null, "first_published_at": null, "latest_published_at": "2026-07-17T17:33:21Z", "latest_version_yanked": null, "days_since_latest_publish": 11 }, { "name": "com.arcadedb:arcadedb-redisw", "exists": true, "license": null, "keywords": [], "ecosystem": "maven", "matches_repo": null, "registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-redisw", "is_deprecated": false, "latest_version": "26.7.3", "repository_url": null, "versions_count": 60, "total_downloads": null, "dependents_count": null, "deprecation_note": null, "maintainers_count": null, "monthly_downloads": null, "first_published_at": null, "latest_published_at": "2026-07-17T17:33:42Z", "latest_version_yanked": null, "days_since_latest_publish": 11 } ] }, "popularity": { "forks": 125, "stars": 1047, "watchers": 15, "fork_history": { "days": [ { "date": "2021-09-01", "count": 1 }, { "date": "2021-09-02", "count": 3 }, { "date": "2021-09-26", "count": 1 }, { "date": "2021-09-28", "count": 1 }, { "date": "2021-10-13", "count": 1 }, { "date": "2021-10-21", "count": 1 }, { "date": "2021-10-26", "count": 1 }, { "date": "2021-11-01", "count": 1 }, { "date": "2021-11-10", "count": 1 }, { "date": "2021-11-23", "count": 1 }, { "date": "2022-01-04", "count": 1 }, { "date": "2022-01-12", "count": 1 }, { "date": "2022-01-17", "count": 1 }, { "date": "2022-02-07", "count": 1 }, { "date": "2022-02-12", "count": 1 }, { "date": "2022-05-17", "count": 1 }, { "date": "2022-05-26", "count": 1 }, { "date": "2022-06-01", "count": 1 }, { "date": "2022-07-30", "count": 1 }, { "date": "2022-08-31", "count": 1 }, { "date": "2022-09-19", "count": 1 }, { "date": "2022-09-23", "count": 1 }, { "date": "2022-09-24", "count": 1 }, { "date": "2022-09-30", "count": 1 }, { "date": "2022-11-02", "count": 1 }, { "date": "2022-11-30", "count": 1 }, { "date": "2022-12-08", "count": 1 }, { "date": "2022-12-28", "count": 1 }, { "date": "2023-01-01", "count": 1 }, { "date": "2023-01-12", "count": 1 }, { "date": "2023-01-17", "count": 1 }, { "date": "2023-01-23", "count": 1 }, { "date": "2023-02-10", "count": 2 }, { "date": "2023-02-12", "count": 1 }, { "date": "2023-02-26", "count": 1 }, { "date": "2023-03-14", "count": 2 }, { "date": "2023-03-20", "count": 1 }, { "date": "2023-06-15", "count": 1 }, { "date": "2023-07-06", "count": 1 }, { "date": "2023-08-04", "count": 2 }, { "date": "2023-08-15", "count": 1 }, { "date": "2023-10-17", "count": 1 }, { "date": "2023-10-25", "count": 1 }, { "date": "2023-11-18", "count": 1 }, { "date": "2023-11-24", "count": 1 }, { "date": "2024-03-21", "count": 1 }, { "date": "2024-04-02", "count": 1 }, { "date": "2024-08-01", "count": 1 }, { "date": "2024-08-02", "count": 1 }, { "date": "2024-09-19", "count": 1 }, { "date": "2024-09-22", "count": 1 }, { "date": "2024-11-29", "count": 1 }, { "date": "2024-12-02", "count": 1 }, { "date": "2024-12-23", "count": 1 }, { "date": "2024-12-30", "count": 1 }, { "date": "2025-02-18", "count": 1 }, { "date": "2025-03-01", "count": 1 }, { "date": "2025-03-02", "count": 1 }, { "date": "2025-04-06", "count": 1 }, { "date": "2025-04-11", "count": 1 }, { "date": "2025-04-22", "count": 1 }, { "date": "2025-06-18", "count": 2 }, { "date": "2025-06-26", "count": 1 }, { "date": "2025-08-11", "count": 1 }, { "date": "2025-08-13", "count": 1 }, { "date": "2025-08-15", "count": 1 }, { "date": "2025-08-21", "count": 1 }, { "date": "2025-08-31", "count": 1 }, { "date": "2025-10-13", "count": 1 }, { "date": "2025-11-05", "count": 1 }, { "date": "2025-11-19", "count": 1 }, { "date": "2025-11-21", "count": 1 }, { "date": "2025-12-04", "count": 1 }, { "date": "2025-12-06", "count": 1 }, { "date": "2025-12-19", "count": 1 }, { "date": "2025-12-28", "count": 1 }, { "date": "2026-01-04", "count": 1 }, { "date": "2026-01-15", "count": 1 }, { "date": "2026-01-28", "count": 1 }, { "date": "2026-02-04", "count": 1 }, { "date": "2026-02-08", "count": 1 }, { "date": "2026-02-27", "count": 1 }, { "date": "2026-03-02", "count": 1 }, { "date": "2026-03-05", "count": 1 }, { "date": "2026-03-16", "count": 1 }, { "date": "2026-03-17", "count": 1 }, { "date": "2026-03-22", "count": 2 }, { "date": "2026-03-25", "count": 1 }, { "date": "2026-03-30", "count": 1 }, { "date": "2026-04-08", "count": 1 }, { "date": "2026-04-17", "count": 1 }, { "date": "2026-04-26", "count": 1 }, { "date": "2026-05-02", "count": 2 }, { "date": "2026-05-09", "count": 1 }, { "date": "2026-05-14", "count": 1 }, { "date": "2026-05-15", "count": 1 }, { "date": "2026-05-19", "count": 1 }, { "date": "2026-05-21", "count": 1 }, { "date": "2026-05-22", "count": 1 }, { "date": "2026-05-23", "count": 1 }, { "date": "2026-05-28", "count": 1 }, { "date": "2026-05-29", "count": 1 }, { "date": "2026-06-01", "count": 1 }, { "date": "2026-06-06", "count": 1 }, { "date": "2026-06-11", "count": 2 }, { "date": "2026-06-22", "count": 1 }, { "date": "2026-07-03", "count": 1 }, { "date": "2026-07-07", "count": 1 }, { "date": "2026-07-08", "count": 2 }, { "date": "2026-07-10", "count": 1 }, { "date": "2026-07-16", "count": 1 }, { "date": "2026-07-18", "count": 1 }, { "date": "2026-07-20", "count": 1 }, { "date": "2026-07-28", "count": 1 } ], "complete": true, "collected": 124, "total_forks": 125 }, "star_history": null, "open_issues_and_prs": 78 }, "ai_readiness": { "has_nix": false, "example_dirs": [ "examples" ], "has_llms_txt": false, "has_dockerfile": true, "has_mcp_signal": false, "bootstrap_files": [], "api_schema_files": [ "grpc/src/main/proto/arcadedb-server.proto" ], "has_devcontainer": false, "typecheck_configs": [ "e2e-studio/tsconfig.json" ], "toolchain_manifests": [ "bolt/pom.xml", "console/pom.xml", "coverage/pom.xml", "e2e-csharp/ArcadeDB.E2ETests/ArcadeDB.E2ETests.csproj", "e2e-go/go.mod", "e2e-ha/pom.xml", "e2e/pom.xml", "engine/pom.xml", "graphql/pom.xml", "gremlin-consumer-it/pom.xml", "gremlin-it/pom.xml", "gremlin/pom.xml", "grpc-client/pom.xml", "grpc/pom.xml", "grpcw/pom.xml", "ha-raft/pom.xml", "integration/pom.xml", "load-tests/pom.xml", "metrics/pom.xml", "mongodbw/pom.xml", "network/pom.xml", "package/pom.xml", "pom.xml", "postgresw/pom.xml", "redisw/pom.xml", "server/pom.xml", "studio/pom.xml", "tracing/pom.xml" ], "largest_source_bytes": 707519, "source_files_sampled": 4250, "oversized_source_files": 58, "agent_instruction_files": [ "CLAUDE.md", "engine/CLAUDE.md", "ha-raft/CLAUDE.md", "studio/CLAUDE.md" ], "agent_instruction_max_bytes": 8176 }, "dependencies": { "manifests": [ "bolt/pom.xml", "console/pom.xml", "coverage/pom.xml", "e2e-go/go.mod", "e2e-ha/pom.xml", "e2e-js/package.json", "e2e-python/pyproject.toml", "e2e-studio/package.json", "e2e/pom.xml", "engine/pom.xml", "graphql/pom.xml", "gremlin-consumer-it/pom.xml", "gremlin-it/pom.xml", "gremlin/pom.xml", "grpc-client/pom.xml", "grpc/pom.xml", "grpcw/pom.xml", "ha-raft/pom.xml", "integration/pom.xml", "load-tests/pom.xml", "metrics/pom.xml", "mongodbw/pom.xml", "network/pom.xml", "package/pom.xml", "pom.xml", "postgresw/pom.xml", "redisw/pom.xml", "server/pom.xml", "studio/package.json", "studio/pom.xml", "tracing/pom.xml" ], "advisories": { "error": null, "scope": "published_package", "source": "osv", "findings": [ { "name": "com.fasterxml.jackson.core:jackson-core", "direct": false, "version": "2.21.1", "severity": "high", "ecosystem": "maven", "cvss_score": 7.5, "advisory_ids": [ "GHSA-r7wm-3cxj-wff9" ], "fixed_version": "3.2.1", "advisory_count": 1, "oldest_advisory_days": 7 }, { "name": "com.fasterxml.jackson.core:jackson-databind", "direct": false, "version": "2.21.1", "severity": "high", "ecosystem": "maven", "cvss_score": 8.1, "advisory_ids": [ "GHSA-3pjw-73gf-8qr5", "GHSA-5gvw-p9qm-jgwh", "GHSA-5hh8-q8hv-fr38", "GHSA-5jmj-h7xm-6q6v", "GHSA-9fxm-vc8v-hj55", "GHSA-hgj6-7826-r7m5", "GHSA-j3rv-43j4-c7qm", "GHSA-mhm7-754m-9p8w", "GHSA-rcqc-6cw3-h962", "GHSA-rmj7-2vxq-3g9f" ], "fixed_version": "3.2.1", "advisory_count": 10, "oldest_advisory_days": 35 }, { "name": "io.undertow:undertow-core", "direct": false, "version": "2.4.2.Final", "severity": "moderate", "ecosystem": "maven", "cvss_score": 5.9, "advisory_ids": [ "GHSA-3x3v-w654-m28m" ], "fixed_version": null, "advisory_count": 1, "oldest_advisory_days": 126 } ], "collected": true, "malicious": [], "truncated": false, "by_severity": { "high": 2, "moderate": 1 }, "advisory_count": 12, "affected_count": 3, "assessed_count": 69, "malicious_count": 0, "assessed_package": "maven:com.arcadedb:arcadedb-bolt@26.7.3", "unassessed_count": 0, "direct_affected_count": 0 }, "ecosystems": [ "go", "maven", "npm", "pypi" ], "dependencies": [ { "name": "com.arcadedb:arcadedb-engine", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-network", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-integration", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "org.jline:jline-terminal", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${jline.version}" }, { "name": "org.jline:jline-reader", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${jline.version}" }, { "name": "org.jline:jline-terminal-jni", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${jline.version}" }, { "name": "org.slf4j:slf4j-jdk14", "manifest": "console/pom.xml", "ecosystem": "maven", "version_constraint": "${slf4j.version}" }, { "name": "${project.groupId}:arcadedb-console", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-engine", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-bolt", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-network", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-server", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-postgresw", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-redisw", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-gremlin", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-mongodbw", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-graphql", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-metrics", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-grpcw", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-grpc-client", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "${project.groupId}:arcadedb-integration", "manifest": "coverage/pom.xml", "ecosystem": "maven", "version_constraint": "${project.version}" }, { "name": "github.com/neo4j/neo4j-go-driver/v5", "manifest": "e2e-go/go.mod", "ecosystem": "go", "version_constraint": "v5.28.4" }, { "name": "github.com/stretchr/testify", "manifest": "e2e-go/go.mod", "ecosystem": "go", "version_constraint": "v1.11.1" }, { "name": "github.com/testcontainers/testcontainers-go", "manifest": "e2e-go/go.mod", "ecosystem": "go", "version_constraint": "v0.43.0" }, { "name": "neo4j-driver", "manifest": "e2e-js/package.json", "ecosystem": "npm", "version_constraint": "^6.0.1" }, { "name": "pg", "manifest": "e2e-js/package.json", "ecosystem": "npm", "version_constraint": "^8.16.0" }, { "name": "testcontainers", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=4.15.0" }, { "name": "pytest", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=9.1.1" }, { "name": "pytest-check", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=2.8.0" }, { "name": "pytest-asyncio", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=1.4.0" }, { "name": "docker", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=7.2.0" }, { "name": "psycopg", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=3.3.4" }, { "name": "psycopg-binary", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=3.3.4" }, { "name": "asyncpg", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=0.31.0" }, { "name": "requests", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=2.34.2" }, { "name": "sqlalchemy", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=2.0.51" }, { "name": "neo4j", "manifest": "e2e-python/pyproject.toml", "ecosystem": "pypi", "version_constraint": ">=6.2.0" }, { "name": "io.cucumber:cucumber-bom", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${cucumber.version}" }, { "name": "org.slf4j:slf4j-api", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${slf4j.version}" }, { "name": "com.conversantmedia:disruptor", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${disruptor.version}" }, { "name": "at.yawk.lz4:lz4-java", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${lz4-java.version}" }, { "name": "org.apache.lucene:lucene-analysis-common", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${lucene.version}" }, { "name": "org.apache.lucene:lucene-spatial-extras", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${lucene.version}" }, { "name": "org.apache.lucene:lucene-queryparser", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${lucene.version}" }, { "name": "org.locationtech.spatial4j:spatial4j", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${spatial4j.version}" }, { "name": "org.locationtech.jts:jts-core", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${jts-core.version}" }, { "name": "com.google.code.gson:gson", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${gson.version}" }, { "name": "io.github.jbellis:jvector", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${jvector.version}" }, { "name": "org.antlr:antlr4-runtime", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${antlr4.version}" }, { "name": "org.graalvm.sdk:graal-sdk", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${graalvm.version}" }, { "name": "org.graalvm.polyglot:polyglot", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${graalvm.version}" }, { "name": "org.graalvm.polyglot:js", "manifest": "engine/pom.xml", "ecosystem": "maven", "version_constraint": "${graalvm.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "gremlin-consumer-it/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-gremlin", "manifest": "gremlin-consumer-it/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-integration", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "org.antlr:antlr4-runtime", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${antlr4.version}" }, { "name": "io.netty:netty-all", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${netty.version}" }, { "name": "org.apache.commons:commons-lang3", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${commons-lang3.version}" }, { "name": "org.apache.commons:commons-configuration2", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${commons-configuration2.version}" }, { "name": "commons-beanutils:commons-beanutils", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${commons-beanutils.version}" }, { "name": "org.apache.groovy:groovy", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${groovy.version}" }, { "name": "org.apache.tinkerpop:gremlin-core", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${gremlin.version}" }, { "name": "org.apache.tinkerpop:gremlin-server", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${gremlin.version}" }, { "name": "org.apache.tinkerpop:gremlin-driver", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${gremlin.version}" }, { "name": "org.apache.tinkerpop:gremlin-util", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${gremlin.version}" }, { "name": "org.apache.tinkerpop:gremlin-groovy", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${gremlin.version}" }, { "name": "org.yaml:snakeyaml", "manifest": "gremlin/pom.xml", "ecosystem": "maven", "version_constraint": "${snakeyaml.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-network", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-grpc", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "io.grpc:grpc-netty-shaded", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-protobuf", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-stub", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-services", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "com.google.protobuf:protobuf-java", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${protobuf-java.version}" }, { "name": "com.google.protobuf:protobuf-java-util", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${protobuf-java.version}" }, { "name": "com.google.api.grpc:proto-google-common-protos", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${com.google.api.grpc.version}" }, { "name": "javax.annotation:javax.annotation-api", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${javax.annotation-api.version}" }, { "name": "com.arcadedb:arcadedb-grpc", "manifest": "grpc-client/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "io.grpc:grpc-netty-shaded", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-protobuf", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-stub", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-services", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "io.grpc:grpc-xds", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${grpc.version}" }, { "name": "com.google.protobuf:protobuf-java", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${protobuf-java.version}" }, { "name": "com.google.protobuf:protobuf-java-util", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${protobuf-java.version}" }, { "name": "com.google.api.grpc:proto-google-common-protos", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${com.google.api.grpc.version}" }, { "name": "javax.annotation:javax.annotation-api", "manifest": "grpc/pom.xml", "ecosystem": "maven", "version_constraint": "${javax.annotation-api.version}" }, { "name": "com.arcadedb:arcadedb-grpc", "manifest": "grpcw/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "ha-raft/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-network", "manifest": "ha-raft/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "org.apache.ratis:ratis-server", "manifest": "ha-raft/pom.xml", "ecosystem": "maven", "version_constraint": "${ratis.version}" }, { "name": "org.apache.ratis:ratis-grpc", "manifest": "ha-raft/pom.xml", "ecosystem": "maven", "version_constraint": "${ratis.version}" }, { "name": "org.apache.ratis:ratis-metrics-default", "manifest": "ha-raft/pom.xml", "ecosystem": "maven", "version_constraint": "${ratis.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "integration/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.sonofab1rd:univocity-parsers", "manifest": "integration/pom.xml", "ecosystem": "maven", "version_constraint": "${univocity-parsers.version}" }, { "name": "io.micrometer:micrometer-registry-prometheus", "manifest": "metrics/pom.xml", "ecosystem": "maven", "version_constraint": "${micrometer.version}" }, { "name": "io.micrometer:micrometer-registry-otlp", "manifest": "metrics/pom.xml", "ecosystem": "maven", "version_constraint": "${micrometer.version}" }, { "name": "de.bwaldvogel:mongo-java-server", "manifest": "mongodbw/pom.xml", "ecosystem": "maven", "version_constraint": "${mongo-java-server.version}" }, { "name": "io.netty:netty-transport", "manifest": "mongodbw/pom.xml", "ecosystem": "maven", "version_constraint": "${netty.version}" }, { "name": "io.netty:netty-codec", "manifest": "mongodbw/pom.xml", "ecosystem": "maven", "version_constraint": "${netty.version}" }, { "name": "io.netty:netty-handler", "manifest": "mongodbw/pom.xml", "ecosystem": "maven", "version_constraint": "${netty.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "network/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-console", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-server", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-studio", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-ha-raft", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-metrics", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-tracing", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-gremlin", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-bolt", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-redisw", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-postgresw", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-mongodbw", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-grpcw", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-graphql", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "org.slf4j:slf4j-jdk14", "manifest": "package/pom.xml", "ecosystem": "maven", "version_constraint": "${slf4j.version}" }, { "name": "org.junit:junit-bom", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${junit.jupiter.version}" }, { "name": "org.assertj:assertj-bom", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${assertj-core.version}" }, { "name": "io.micrometer:micrometer-tracing-bom", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${micrometer-tracing.version}" }, { "name": "io.opentelemetry:opentelemetry-bom", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${opentelemetry.version}" }, { "name": "org.jboss.threads:jboss-threads", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${jboss-threads.version}" }, { "name": "com.google.protobuf:protobuf-java", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${protobuf-java.version}" }, { "name": "com.google.protobuf:protobuf-java-util", "manifest": "pom.xml", "ecosystem": "maven", "version_constraint": "${protobuf-java.version}" }, { "name": "com.arcadedb:arcadedb-engine", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "com.arcadedb:arcadedb-network", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${project.parent.version}" }, { "name": "io.undertow:undertow-core", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${undertow-core.version}" }, { "name": "io.micrometer:micrometer-core", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${micrometer.version}" }, { "name": "io.swagger.core.v3:swagger-core", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${swagger.version}" }, { "name": "io.swagger.core.v3:swagger-annotations", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${swagger.version}" }, { "name": "io.swagger.core.v3:swagger-models", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${swagger.version}" }, { "name": "org.xerial.snappy:snappy-java", "manifest": "server/pom.xml", "ecosystem": "maven", "version_constraint": "${snappy.version}" }, { "name": "@fortawesome/fontawesome-free", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^7.3.1" }, { "name": "@popperjs/core", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^2.11.8" }, { "name": "apexcharts", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^6.5.0" }, { "name": "bootstrap", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^5.3.8" }, { "name": "codemirror", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^5.65.21" }, { "name": "cytoscape", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^3.34.0" }, { "name": "cytoscape-cxtmenu", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^3.5.0" }, { "name": "cytoscape-fcose", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^2.2.0" }, { "name": "cytoscape-graphml", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^1.0.6" }, { "name": "cytoscape-node-html-label", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^1.2.2" }, { "name": "datatables.net", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^3.0.0" }, { "name": "datatables.net-bs5", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^3.0.0" }, { "name": "datatables.net-buttons", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "datatables.net-buttons-bs5", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "datatables.net-responsive", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "datatables.net-responsive-bs5", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "datatables.net-select", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "datatables.net-select-bs5", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "jquery", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^4.0.0" }, { "name": "marked", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^18.0.7" }, { "name": "jszip", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^3.10.1" }, { "name": "pdfmake", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^0.3.11" }, { "name": "swagger-ui-dist", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^5.32.11" }, { "name": "sweetalert2", "manifest": "studio/package.json", "ecosystem": "npm", "version_constraint": "^11.26.25" }, { "name": "io.micrometer:micrometer-tracing-bridge-otel", "manifest": "tracing/pom.xml", "ecosystem": "maven", "version_constraint": null }, { "name": "io.opentelemetry:opentelemetry-exporter-otlp", "manifest": "tracing/pom.xml", "ecosystem": "maven", "version_constraint": null }, { "name": "io.opentelemetry:opentelemetry-sdk", "manifest": "tracing/pom.xml", "ecosystem": "maven", "version_constraint": null } ], "all_dependencies": { "error": null, "source": "github-sbom", "packages": [ { "name": "github.com/neo4j/neo4j-go-driver/v5", "direct": true, "version": "v5.28.4", "ecosystem": "go" }, { "name": "github.com/stretchr/testify", "direct": true, "version": "v1.11.1", "ecosystem": "go" }, { "name": "github.com/testcontainers/testcontainers-go", "direct": true, "version": "v0.43.0", "ecosystem": "go" }, { "name": "at.yawk.lz4:lz4-java", "direct": true, "version": "1.11.1", "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-bolt", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-console", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-engine", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-graphql", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-gremlin", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-grpc", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-grpcw", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-ha-raft", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-integration", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-metrics", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-mongodbw", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-network", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-postgresw", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-redisw", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-server", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-studio", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-tracing", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.conversantmedia:disruptor", "direct": true, "version": "1.2.21", "ecosystem": "maven" }, { "name": "com.google.api.grpc:proto-google-common-protos", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.google.code.gson:gson", "direct": true, "version": "2.14.0", "ecosystem": "maven" }, { "name": "com.google.protobuf:protobuf-java", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.google.protobuf:protobuf-java", "direct": true, "version": "4.35.1", "ecosystem": "maven" }, { "name": "com.google.protobuf:protobuf-java-util", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "com.google.protobuf:protobuf-java-util", "direct": true, "version": "4.35.1", "ecosystem": "maven" }, { "name": "com.sonofab1rd:univocity-parsers", "direct": true, "version": "2.10.2", "ecosystem": "maven" }, { "name": "commons-beanutils:commons-beanutils", "direct": true, "version": "1.11.0", "ecosystem": "maven" }, { "name": "de.bwaldvogel:mongo-java-server", "direct": true, "version": "1.47.0", "ecosystem": "maven" }, { "name": "io.cucumber:cucumber-bom", "direct": true, "version": "7.34.6", "ecosystem": "maven" }, { "name": "io.github.jbellis:jvector", "direct": true, "version": "4.0.0-rc.9", "ecosystem": "maven" }, { "name": "io.grpc:grpc-netty-shaded", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.grpc:grpc-protobuf", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.grpc:grpc-services", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.grpc:grpc-stub", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.grpc:grpc-xds", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.micrometer:micrometer-core", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.micrometer:micrometer-core", "direct": true, "version": "1.17.0", "ecosystem": "maven" }, { "name": "io.micrometer:micrometer-registry-otlp", "direct": true, "version": "1.17.0", "ecosystem": "maven" }, { "name": "io.micrometer:micrometer-registry-prometheus", "direct": true, "version": "1.17.0", "ecosystem": "maven" }, { "name": "io.micrometer:micrometer-tracing-bom", "direct": true, "version": "1.7.0", "ecosystem": "maven" }, { "name": "io.micrometer:micrometer-tracing-bridge-otel", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.netty:netty-all", "direct": true, "version": "4.2.16", "ecosystem": "maven" }, { "name": "io.netty:netty-codec", "direct": true, "version": "4.2.16", "ecosystem": "maven" }, { "name": "io.netty:netty-handler", "direct": true, "version": "4.2.16", "ecosystem": "maven" }, { "name": "io.netty:netty-transport", "direct": true, "version": "4.2.16", "ecosystem": "maven" }, { "name": "io.opentelemetry:opentelemetry-bom", "direct": true, "version": "1.64.0", "ecosystem": "maven" }, { "name": "io.opentelemetry:opentelemetry-exporter-otlp", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.opentelemetry:opentelemetry-sdk", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "io.swagger.core.v3:swagger-annotations", "direct": true, "version": "2.2.52", "ecosystem": "maven" }, { "name": "io.swagger.core.v3:swagger-core", "direct": true, "version": "2.2.52", "ecosystem": "maven" }, { "name": "io.swagger.core.v3:swagger-models", "direct": true, "version": "2.2.52", "ecosystem": "maven" }, { "name": "io.undertow:undertow-core", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "javax.annotation:javax.annotation-api", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.antlr:antlr4-runtime", "direct": true, "version": "4.13.2", "ecosystem": "maven" }, { "name": "org.antlr:antlr4-runtime", "direct": true, "version": "4.9.1", "ecosystem": "maven" }, { "name": "org.apache.commons:commons-configuration2", "direct": true, "version": "2.15.1", "ecosystem": "maven" }, { "name": "org.apache.commons:commons-lang3", "direct": true, "version": "3.20.0", "ecosystem": "maven" }, { "name": "org.apache.groovy:groovy", "direct": true, "version": "4.0.32", "ecosystem": "maven" }, { "name": "org.apache.lucene:lucene-analysis-common", "direct": true, "version": "10.5.0", "ecosystem": "maven" }, { "name": "org.apache.lucene:lucene-queryparser", "direct": true, "version": "10.5.0", "ecosystem": "maven" }, { "name": "org.apache.lucene:lucene-spatial-extras", "direct": true, "version": "10.5.0", "ecosystem": "maven" }, { "name": "org.apache.ratis:ratis-grpc", "direct": true, "version": "3.2.2", "ecosystem": "maven" }, { "name": "org.apache.ratis:ratis-metrics-default", "direct": true, "version": "3.2.2", "ecosystem": "maven" }, { "name": "org.apache.ratis:ratis-server", "direct": true, "version": "3.2.2", "ecosystem": "maven" }, { "name": "org.apache.tinkerpop:gremlin-core", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.apache.tinkerpop:gremlin-driver", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.apache.tinkerpop:gremlin-groovy", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.apache.tinkerpop:gremlin-server", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.apache.tinkerpop:gremlin-util", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.assertj:assertj-bom", "direct": true, "version": "3.27.7", "ecosystem": "maven" }, { "name": "org.graalvm.polyglot:js", "direct": true, "version": "25.1.3", "ecosystem": "maven" }, { "name": "org.graalvm.polyglot:polyglot", "direct": true, "version": "25.1.3", "ecosystem": "maven" }, { "name": "org.graalvm.sdk:graal-sdk", "direct": true, "version": "25.1.3", "ecosystem": "maven" }, { "name": "org.jboss.threads:jboss-threads", "direct": true, "version": "3.9.2", "ecosystem": "maven" }, { "name": "org.jline:jline-reader", "direct": true, "version": "4.3.1", "ecosystem": "maven" }, { "name": "org.jline:jline-terminal", "direct": true, "version": "4.3.1", "ecosystem": "maven" }, { "name": "org.jline:jline-terminal-jni", "direct": true, "version": "4.3.1", "ecosystem": "maven" }, { "name": "org.junit:junit-bom", "direct": true, "version": "6.1.2", "ecosystem": "maven" }, { "name": "org.locationtech.jts:jts-core", "direct": true, "version": "1.20.0", "ecosystem": "maven" }, { "name": "org.locationtech.spatial4j:spatial4j", "direct": true, "version": "0.8", "ecosystem": "maven" }, { "name": "org.slf4j:slf4j-api", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.slf4j:slf4j-jdk14", "direct": true, "version": null, "ecosystem": "maven" }, { "name": "org.slf4j:slf4j-jdk14", "direct": true, "version": "2.0.18", "ecosystem": "maven" }, { "name": "org.xerial.snappy:snappy-java", "direct": true, "version": "1.1.10.8", "ecosystem": "maven" }, { "name": "org.yaml:snakeyaml", "direct": true, "version": "2.6", "ecosystem": "maven" }, { "name": "@fortawesome/fontawesome-free", "direct": true, "version": "7.3.1", "ecosystem": "npm" }, { "name": "@popperjs/core", "direct": true, "version": "2.11.8", "ecosystem": "npm" }, { "name": "apexcharts", "direct": true, "version": "6.5.0", "ecosystem": "npm" }, { "name": "bootstrap", "direct": true, "version": "5.3.8", "ecosystem": "npm" }, { "name": "codemirror", "direct": true, "version": "5.65.21", "ecosystem": "npm" }, { "name": "cytoscape", "direct": true, "version": "3.34.0", "ecosystem": "npm" }, { "name": "cytoscape-cxtmenu", "direct": true, "version": "3.5.0", "ecosystem": "npm" }, { "name": "cytoscape-fcose", "direct": true, "version": "2.2.0", "ecosystem": "npm" }, { "name": "cytoscape-graphml", "direct": true, "version": "1.0.6", "ecosystem": "npm" }, { "name": "cytoscape-node-html-label", "direct": true, "version": "1.2.2", "ecosystem": "npm" }, { "name": "datatables.net", "direct": true, "version": "3.0.0", "ecosystem": "npm" }, { "name": "datatables.net-bs5", "direct": true, "version": "3.0.0", "ecosystem": "npm" }, { "name": "datatables.net-buttons", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "datatables.net-buttons-bs5", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "datatables.net-responsive", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "datatables.net-responsive-bs5", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "datatables.net-select", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "datatables.net-select-bs5", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "jquery", "direct": true, "version": "4.0.0", "ecosystem": "npm" }, { "name": "jszip", "direct": true, "version": "3.10.1", "ecosystem": "npm" }, { "name": "marked", "direct": true, "version": "18.0.7", "ecosystem": "npm" }, { "name": "neo4j-driver", "direct": true, "version": "6.2.0", "ecosystem": "npm" }, { "name": "pdfmake", "direct": true, "version": "0.3.11", "ecosystem": "npm" }, { "name": "pg", "direct": true, "version": "8.22.0", "ecosystem": "npm" }, { "name": "swagger-ui-dist", "direct": true, "version": "5.32.11", "ecosystem": "npm" }, { "name": "sweetalert2", "direct": true, "version": "11.26.25", "ecosystem": "npm" }, { "name": "asyncpg", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "docker", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "neo4j", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "psycopg", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "psycopg-binary", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "pytest", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "pytest-asyncio", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "pytest-check", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "requests", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "sqlalchemy", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "testcontainers", "direct": true, "version": null, "ecosystem": "pypi" }, { "name": "dario.cat/mergo", "direct": false, "version": "v1.0.2", "ecosystem": "go" }, { "name": "github.com/azure/go-ansiterm", "direct": false, "version": "v0.0.0-20250102033503-faa5f7b0171c", "ecosystem": "go" }, { "name": "github.com/cenkalti/backoff/v4", "direct": false, "version": "v4.3.0", "ecosystem": "go" }, { "name": "github.com/cespare/xxhash/v2", "direct": false, "version": "v2.3.0", "ecosystem": "go" }, { "name": "github.com/containerd/errdefs", "direct": false, "version": "v1.0.0", "ecosystem": "go" }, { "name": "github.com/containerd/errdefs/pkg", "direct": false, "version": "v0.3.0", "ecosystem": "go" }, { "name": "github.com/containerd/log", "direct": false, "version": "v0.1.0", "ecosystem": "go" }, { "name": "github.com/containerd/platforms", "direct": false, "version": "v0.2.1", "ecosystem": "go" }, { "name": "github.com/cpuguy83/dockercfg", "direct": false, "version": "v0.3.2", "ecosystem": "go" }, { "name": "github.com/davecgh/go-spew", "direct": false, "version": "v1.1.1", "ecosystem": "go" }, { "name": "github.com/distribution/reference", "direct": false, "version": "v0.6.0", "ecosystem": "go" }, { "name": "github.com/docker/go-connections", "direct": false, "version": "v0.6.0", "ecosystem": "go" }, { "name": "github.com/docker/go-units", "direct": false, "version": "v0.5.0", "ecosystem": "go" }, { "name": "github.com/ebitengine/purego", "direct": false, "version": "v0.10.0", "ecosystem": "go" }, { "name": "github.com/felixge/httpsnoop", "direct": false, "version": "v1.0.4", "ecosystem": "go" }, { "name": "github.com/go-logr/logr", "direct": false, "version": "v1.4.3", "ecosystem": "go" }, { "name": "github.com/go-logr/stdr", "direct": false, "version": "v1.2.2", "ecosystem": "go" }, { "name": "github.com/go-ole/go-ole", "direct": false, "version": "v1.2.6", "ecosystem": "go" }, { "name": "github.com/google/uuid", "direct": false, "version": "v1.6.0", "ecosystem": "go" }, { "name": "github.com/klauspost/compress", "direct": false, "version": "v1.18.5", "ecosystem": "go" }, { "name": "github.com/lufia/plan9stats", "direct": false, "version": "v0.0.0-20211012122336-39d0f177ccd0", "ecosystem": "go" }, { "name": "github.com/magiconair/properties", "direct": false, "version": "v1.8.10", "ecosystem": "go" }, { "name": "github.com/microsoft/go-winio", "direct": false, "version": "v0.6.2", "ecosystem": "go" }, { "name": "github.com/moby/docker-image-spec", "direct": false, "version": "v1.3.1", "ecosystem": "go" }, { "name": "github.com/moby/go-archive", "direct": false, "version": "v0.2.0", "ecosystem": "go" }, { "name": "github.com/moby/moby/api", "direct": false, "version": "v1.54.2", "ecosystem": "go" }, { "name": "github.com/moby/moby/client", "direct": false, "version": "v0.4.0", "ecosystem": "go" }, { "name": "github.com/moby/patternmatcher", "direct": false, "version": "v0.6.1", "ecosystem": "go" }, { "name": "github.com/moby/sys/sequential", "direct": false, "version": "v0.6.0", "ecosystem": "go" }, { "name": "github.com/moby/sys/user", "direct": false, "version": "v0.4.0", "ecosystem": "go" }, { "name": "github.com/moby/sys/userns", "direct": false, "version": "v0.1.0", "ecosystem": "go" }, { "name": "github.com/moby/term", "direct": false, "version": "v0.5.2", "ecosystem": "go" }, { "name": "github.com/opencontainers/go-digest", "direct": false, "version": "v1.0.0", "ecosystem": "go" }, { "name": "github.com/opencontainers/image-spec", "direct": false, "version": "v1.1.1", "ecosystem": "go" }, { "name": "github.com/pmezard/go-difflib", "direct": false, "version": "v1.0.0", "ecosystem": "go" }, { "name": "github.com/power-devops/perfstat", "direct": false, "version": "v0.0.0-20240221224432-82ca36839d55", "ecosystem": "go" }, { "name": "github.com/shirou/gopsutil/v4", "direct": false, "version": "v4.26.5", "ecosystem": "go" }, { "name": "github.com/sirupsen/logrus", "direct": false, "version": "v1.9.4", "ecosystem": "go" }, { "name": "github.com/tklauser/go-sysconf", "direct": false, "version": "v0.3.16", "ecosystem": "go" }, { "name": "github.com/tklauser/numcpus", "direct": false, "version": "v0.11.0", "ecosystem": "go" }, { "name": "github.com/yusufpapurcu/wmi", "direct": false, "version": "v1.2.4", "ecosystem": "go" }, { "name": "go.opentelemetry.io/auto/sdk", "direct": false, "version": "v1.2.1", "ecosystem": "go" }, { "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", "direct": false, "version": "v0.60.0", "ecosystem": "go" }, { "name": "go.opentelemetry.io/otel", "direct": false, "version": "v1.43.0", "ecosystem": "go" }, { "name": "go.opentelemetry.io/otel/metric", "direct": false, "version": "v1.43.0", "ecosystem": "go" }, { "name": "go.opentelemetry.io/otel/sdk", "direct": false, "version": "v1.43.0", "ecosystem": "go" }, { "name": "go.opentelemetry.io/otel/sdk/metric", "direct": false, "version": "v1.43.0", "ecosystem": "go" }, { "name": "go.opentelemetry.io/otel/trace", "direct": false, "version": "v1.43.0", "ecosystem": "go" }, { "name": "golang.org/x/crypto", "direct": false, "version": "v0.53.0", "ecosystem": "go" }, { "name": "golang.org/x/sys", "direct": false, "version": "v0.46.0", "ecosystem": "go" }, { "name": "gopkg.in/yaml.v3", "direct": false, "version": "v3.0.1", "ecosystem": "go" }, { "name": "ch.qos.logback:logback-classic", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "ch.qos.logback:logback-classic", "direct": false, "version": "1.6.0", "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-grpc-client", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "com.arcadedb:arcadedb-load-tests", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "com.fasterxml.jackson.core:jackson-databind", "direct": false, "version": "2.22.1", "ecosystem": "maven" }, { "name": "com.github.eirslett:frontend-maven-plugin", "direct": false, "version": "2.0.1", "ecosystem": "maven" }, { "name": "com.helger.maven:ph-javacc-maven-plugin", "direct": false, "version": "5.0.1", "ecosystem": "maven" }, { "name": "com.jayway.jsonpath:json-path", "direct": false, "version": "3.0.0", "ecosystem": "maven" }, { "name": "com.mycila:license-maven-plugin", "direct": false, "version": "5.1.1", "ecosystem": "maven" }, { "name": "io.cucumber:cucumber-java", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "io.cucumber:cucumber-junit-platform-engine", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "io.fabric8:docker-maven-plugin", "direct": false, "version": "0.48.1", "ecosystem": "maven" }, { "name": "io.github.ascopes:protobuf-maven-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "io.github.ascopes:protobuf-maven-plugin", "direct": false, "version": "5.1.7", "ecosystem": "maven" }, { "name": "io.grpc:grpc-testing", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "io.grpc:protoc-gen-grpc-java", "direct": false, "version": "1.79.0", "ecosystem": "maven" }, { "name": "io.opentelemetry:opentelemetry-sdk-testing", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "io.swagger.parser.v3:swagger-parser", "direct": false, "version": "2.1.45", "ecosystem": "maven" }, { "name": "net.nicoulaj.maven.plugins:checksum-maven-plugin", "direct": false, "version": "1.11", "ecosystem": "maven" }, { "name": "org.antlr:antlr4-maven-plugin", "direct": false, "version": "4.13.2", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-assembly-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-clean-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-compiler-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-compiler-plugin", "direct": false, "version": "3.15.0", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-deploy-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-enforcer-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-failsafe-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-failsafe-plugin", "direct": false, "version": "3.5.6", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-gpg-plugin", "direct": false, "version": "3.2.8", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-install-plugin", "direct": false, "version": "3.1.4", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-jar-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-jar-plugin", "direct": false, "version": "3.5.1", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-javadoc-plugin", "direct": false, "version": "3.12.0", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-resources-plugin", "direct": false, "version": "3.5.0", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-shade-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-shade-plugin", "direct": false, "version": "3.6.2", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-source-plugin", "direct": false, "version": "3.4.0", "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-surefire-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.maven.plugins:maven-surefire-plugin", "direct": false, "version": "3.5.6", "ecosystem": "maven" }, { "name": "org.apache.ratis:ratis-common", "direct": false, "version": "3.2.2", "ecosystem": "maven" }, { "name": "org.apache.ratis:ratis-test", "direct": false, "version": "3.2.2", "ecosystem": "maven" }, { "name": "org.apache.tinkerpop:gremlin-test", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.apache.tomcat:tomcat-jdbc", "direct": false, "version": "11.0.24", "ecosystem": "maven" }, { "name": "org.assertj:assertj-core", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.assertj:assertj-db", "direct": false, "version": "3.0.2", "ecosystem": "maven" }, { "name": "org.awaitility:awaitility", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.awaitility:awaitility", "direct": false, "version": "4.3.0", "ecosystem": "maven" }, { "name": "org.codehaus.mojo:build-helper-maven-plugin", "direct": false, "version": "3.6.1", "ecosystem": "maven" }, { "name": "org.codehaus.mojo:buildnumber-maven-plugin", "direct": false, "version": "3.3.0", "ecosystem": "maven" }, { "name": "org.codehaus.mojo:license-maven-plugin", "direct": false, "version": "2.7.1", "ecosystem": "maven" }, { "name": "org.codehaus.mojo:versions-maven-plugin", "direct": false, "version": "2.21.0", "ecosystem": "maven" }, { "name": "org.jacoco:jacoco-maven-plugin", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.jacoco:jacoco-maven-plugin", "direct": false, "version": "0.8.15", "ecosystem": "maven" }, { "name": "org.junit.jupiter:junit-jupiter", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.junit.jupiter:junit-jupiter-params", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.junit.platform:junit-platform-suite", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.junit.vintage:junit-vintage-engine", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.mockito:mockito-core", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.mockito:mockito-core", "direct": false, "version": "5.23.0", "ecosystem": "maven" }, { "name": "org.mongodb:mongo-java-driver", "direct": false, "version": "3.12.14", "ecosystem": "maven" }, { "name": "org.neo4j.driver:neo4j-java-driver", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.openjdk.jmh:jmh-core", "direct": false, "version": "1.37", "ecosystem": "maven" }, { "name": "org.openjdk.jmh:jmh-generator-annprocess", "direct": false, "version": "1.37", "ecosystem": "maven" }, { "name": "org.postgresql:postgresql", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.postgresql:postgresql", "direct": false, "version": "42.7.13", "ecosystem": "maven" }, { "name": "org.sonatype.central:central-publishing-maven-plugin", "direct": false, "version": "0.11.0", "ecosystem": "maven" }, { "name": "org.testcontainers:testcontainers", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.testcontainers:testcontainers-junit-jupiter", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "org.testcontainers:testcontainers-toxiproxy", "direct": false, "version": null, "ecosystem": "maven" }, { "name": "redis.clients:jedis", "direct": false, "version": "7.5.3", "ecosystem": "maven" }, { "name": "@babel/code-frame", "direct": false, "version": "7.29.0", "ecosystem": "npm" }, { "name": "@babel/compat-data", "direct": false, "version": "7.29.3", "ecosystem": "npm" }, { "name": "@babel/core", "direct": false, "version": "7.29.0", "ecosystem": "npm" }, { "name": "@babel/generator", "direct": false, "version": "7.29.1", "ecosystem": "npm" }, { "name": "@babel/helper-compilation-targets", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/helper-globals", "direct": false, "version": "7.28.0", "ecosystem": "npm" }, { "name": "@babel/helper-module-imports", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/helper-module-transforms", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/helper-plugin-utils", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/helper-string-parser", "direct": false, "version": "7.27.1", "ecosystem": "npm" }, { "name": "@babel/helper-validator-identifier", "direct": false, "version": "7.28.5", "ecosystem": "npm" }, { "name": "@babel/helper-validator-option", "direct": false, "version": "7.27.1", "ecosystem": "npm" }, { "name": "@babel/helpers", "direct": false, "version": "7.29.2", "ecosystem": "npm" }, { "name": "@babel/parser", "direct": false, "version": "7.29.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-async-generators", "direct": false, "version": "7.8.4", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-bigint", "direct": false, "version": "7.8.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-class-properties", "direct": false, "version": "7.12.13", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-class-static-block", "direct": false, "version": "7.14.5", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-import-attributes", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-import-meta", "direct": false, "version": "7.10.4", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-json-strings", "direct": false, "version": "7.8.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-jsx", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-logical-assignment-operators", "direct": false, "version": "7.10.4", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-nullish-coalescing-operator", "direct": false, "version": "7.8.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-numeric-separator", "direct": false, "version": "7.10.4", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-object-rest-spread", "direct": false, "version": "7.8.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-optional-catch-binding", "direct": false, "version": "7.8.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-optional-chaining", "direct": false, "version": "7.8.3", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-private-property-in-object", "direct": false, "version": "7.14.5", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-top-level-await", "direct": false, "version": "7.14.5", "ecosystem": "npm" }, { "name": "@babel/plugin-syntax-typescript", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/template", "direct": false, "version": "7.28.6", "ecosystem": "npm" }, { "name": "@babel/traverse", "direct": false, "version": "7.29.0", "ecosystem": "npm" }, { "name": "@babel/types", "direct": false, "version": "7.29.0", "ecosystem": "npm" }, { "name": "@balena/dockerignore", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "@bcoe/v8-coverage", "direct": false, "version": "0.2.3", "ecosystem": "npm" }, { "name": "@discoveryjs/json-ext", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "@emnapi/core", "direct": false, "version": "1.10.0", "ecosystem": "npm" }, { "name": "@emnapi/runtime", "direct": false, "version": "1.10.0", "ecosystem": "npm" }, { "name": "@emnapi/wasi-threads", "direct": false, "version": "1.2.1", "ecosystem": "npm" }, { "name": "@grpc/grpc-js", "direct": false, "version": "1.14.4", "ecosystem": "npm" }, { "name": "@grpc/proto-loader", "direct": false, "version": "0.7.15", "ecosystem": "npm" }, { "name": "@grpc/proto-loader", "direct": false, "version": "0.8.1", "ecosystem": "npm" }, { "name": "@isaacs/cliui", "direct": false, "version": "8.0.2", "ecosystem": "npm" }, { "name": "@istanbuljs/load-nyc-config", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "@istanbuljs/schema", "direct": false, "version": "0.1.6", "ecosystem": "npm" }, { "name": "@jest/console", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/core", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "@jest/diff-sequences", "direct": false, "version": "30.4.0", "ecosystem": "npm" }, { "name": "@jest/environment", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/expect", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/expect-utils", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/fake-timers", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/get-type", "direct": false, "version": "30.1.0", "ecosystem": "npm" }, { "name": "@jest/globals", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/pattern", "direct": false, "version": "30.4.0", "ecosystem": "npm" }, { "name": "@jest/reporters", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/schemas", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/snapshot-utils", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/source-map", "direct": false, "version": "30.0.1", "ecosystem": "npm" }, { "name": "@jest/test-result", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/test-sequencer", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/transform", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jest/types", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "@jridgewell/gen-mapping", "direct": false, "version": "0.3.13", "ecosystem": "npm" }, { "name": "@jridgewell/remapping", "direct": false, "version": "2.3.5", "ecosystem": "npm" }, { "name": "@jridgewell/resolve-uri", "direct": false, "version": "3.1.2", "ecosystem": "npm" }, { "name": "@jridgewell/source-map", "direct": false, "version": "0.3.11", "ecosystem": "npm" }, { "name": "@jridgewell/sourcemap-codec", "direct": false, "version": "1.5.5", "ecosystem": "npm" }, { "name": "@jridgewell/trace-mapping", "direct": false, "version": "0.3.31", "ecosystem": "npm" }, { "name": "@js-sdsl/ordered-map", "direct": false, "version": "4.4.2", "ecosystem": "npm" }, { "name": "@kwsites/file-exists", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "@napi-rs/wasm-runtime", "direct": false, "version": "0.2.12", "ecosystem": "npm" }, { "name": "@noble/ciphers", "direct": false, "version": "1.3.0", "ecosystem": "npm" }, { "name": "@noble/hashes", "direct": false, "version": "1.8.0", "ecosystem": "npm" }, { "name": "@pkgjs/parseargs", "direct": false, "version": "0.11.0", "ecosystem": "npm" }, { "name": "@pkgr/core", "direct": false, "version": "0.2.9", "ecosystem": "npm" }, { "name": "@playwright/test", "direct": false, "version": "1.62.0", "ecosystem": "npm" }, { "name": "@protobufjs/aspromise", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "@protobufjs/base64", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "@protobufjs/codegen", "direct": false, "version": "2.0.5", "ecosystem": "npm" }, { "name": "@protobufjs/eventemitter", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "@protobufjs/fetch", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "@protobufjs/float", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "@protobufjs/inquire", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "@protobufjs/path", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "@protobufjs/pool", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "@protobufjs/utf8", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "@scarf/scarf", "direct": false, "version": "1.4.0", "ecosystem": "npm" }, { "name": "@sinclair/typebox", "direct": false, "version": "0.34.49", "ecosystem": "npm" }, { "name": "@sinonjs/commons", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "@sinonjs/fake-timers", "direct": false, "version": "15.4.0", "ecosystem": "npm" }, { "name": "@swc/helpers", "direct": false, "version": "0.5.23", "ecosystem": "npm" }, { "name": "@tybys/wasm-util", "direct": false, "version": "0.10.2", "ecosystem": "npm" }, { "name": "@types/babel__core", "direct": false, "version": "7.20.5", "ecosystem": "npm" }, { "name": "@types/babel__generator", "direct": false, "version": "7.27.0", "ecosystem": "npm" }, { "name": "@types/babel__template", "direct": false, "version": "7.4.4", "ecosystem": "npm" }, { "name": "@types/babel__traverse", "direct": false, "version": "7.28.0", "ecosystem": "npm" }, { "name": "@types/docker-modem", "direct": false, "version": "3.0.6", "ecosystem": "npm" }, { "name": "@types/dockerode", "direct": false, "version": "4.0.1", "ecosystem": "npm" }, { "name": "@types/estree", "direct": false, "version": "1.0.9", "ecosystem": "npm" }, { "name": "@types/html-minifier-terser", "direct": false, "version": "6.1.0", "ecosystem": "npm" }, { "name": "@types/istanbul-lib-coverage", "direct": false, "version": "2.0.6", "ecosystem": "npm" }, { "name": "@types/istanbul-lib-report", "direct": false, "version": "3.0.3", "ecosystem": "npm" }, { "name": "@types/istanbul-reports", "direct": false, "version": "3.0.4", "ecosystem": "npm" }, { "name": "@types/json-schema", "direct": false, "version": "7.0.15", "ecosystem": "npm" }, { "name": "@types/node", "direct": false, "version": "18.19.130", "ecosystem": "npm" }, { "name": "@types/node", "direct": false, "version": "22.13.1", "ecosystem": "npm" }, { "name": "@types/node", "direct": false, "version": "26.1.1", "ecosystem": "npm" }, { "name": "@types/ssh2", "direct": false, "version": "0.5.52", "ecosystem": "npm" }, { "name": "@types/ssh2", "direct": false, "version": "1.15.5", "ecosystem": "npm" }, { "name": "@types/ssh2-streams", "direct": false, "version": "0.1.12", "ecosystem": "npm" }, { "name": "@types/stack-utils", "direct": false, "version": "2.0.3", "ecosystem": "npm" }, { "name": "@types/yargs", "direct": false, "version": "17.0.35", "ecosystem": "npm" }, { "name": "@types/yargs-parser", "direct": false, "version": "21.0.3", "ecosystem": "npm" }, { "name": "@typescript/typescript-aix-ppc64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-darwin-arm64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-darwin-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-freebsd-arm64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-freebsd-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-arm", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-arm64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-loong64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-mips64el", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-ppc64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-riscv64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-s390x", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-linux-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-netbsd-arm64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-netbsd-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-openbsd-arm64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-openbsd-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-sunos-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-win32-arm64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@typescript/typescript-win32-x64", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "@ungap/structured-clone", "direct": false, "version": "1.3.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-android-arm-eabi", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-android-arm64", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-darwin-arm64", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-darwin-x64", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-freebsd-x64", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-arm-gnueabihf", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-arm-musleabihf", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-arm64-gnu", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-arm64-musl", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-ppc64-gnu", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-riscv64-gnu", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-riscv64-musl", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-s390x-gnu", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-x64-gnu", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-linux-x64-musl", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-wasm32-wasi", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-win32-arm64-msvc", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-win32-ia32-msvc", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@unrs/resolver-binding-win32-x64-msvc", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/ast", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/floating-point-hex-parser", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/helper-api-error", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/helper-buffer", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/helper-numbers", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/helper-wasm-bytecode", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/helper-wasm-section", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/ieee754", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/leb128", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/utf8", "direct": false, "version": "1.13.2", "ecosystem": "npm" }, { "name": "@webassemblyjs/wasm-edit", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/wasm-gen", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/wasm-opt", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/wasm-parser", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@webassemblyjs/wast-printer", "direct": false, "version": "1.14.1", "ecosystem": "npm" }, { "name": "@xtuc/ieee754", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "@xtuc/long", "direct": false, "version": "4.2.2", "ecosystem": "npm" }, { "name": "abort-controller", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "acorn", "direct": false, "version": "8.17.0", "ecosystem": "npm" }, { "name": "ajv", "direct": false, "version": "8.20.0", "ecosystem": "npm" }, { "name": "ajv-formats", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "ajv-keywords", "direct": false, "version": "3.5.2", "ecosystem": "npm" }, { "name": "ajv-keywords", "direct": false, "version": "5.1.0", "ecosystem": "npm" }, { "name": "ansi-escapes", "direct": false, "version": "4.3.2", "ecosystem": "npm" }, { "name": "ansi-regex", "direct": false, "version": "5.0.1", "ecosystem": "npm" }, { "name": "ansi-regex", "direct": false, "version": "6.1.0", "ecosystem": "npm" }, { "name": "ansi-regex", "direct": false, "version": "6.2.2", "ecosystem": "npm" }, { "name": "ansi-styles", "direct": false, "version": "4.3.0", "ecosystem": "npm" }, { "name": "ansi-styles", "direct": false, "version": "5.2.0", "ecosystem": "npm" }, { "name": "ansi-styles", "direct": false, "version": "6.2.1", "ecosystem": "npm" }, { "name": "ansi-styles", "direct": false, "version": "6.2.3", "ecosystem": "npm" }, { "name": "anymatch", "direct": false, "version": "3.1.3", "ecosystem": "npm" }, { "name": "archiver", "direct": false, "version": "7.0.1", "ecosystem": "npm" }, { "name": "archiver-utils", "direct": false, "version": "5.0.2", "ecosystem": "npm" }, { "name": "argparse", "direct": false, "version": "1.0.10", "ecosystem": "npm" }, { "name": "asn1", "direct": false, "version": "0.2.6", "ecosystem": "npm" }, { "name": "async", "direct": false, "version": "3.2.6", "ecosystem": "npm" }, { "name": "async-lock", "direct": false, "version": "1.4.1", "ecosystem": "npm" }, { "name": "b4a", "direct": false, "version": "1.6.7", "ecosystem": "npm" }, { "name": "babel-jest", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "babel-plugin-istanbul", "direct": false, "version": "7.0.1", "ecosystem": "npm" }, { "name": "babel-plugin-jest-hoist", "direct": false, "version": "30.4.0", "ecosystem": "npm" }, { "name": "babel-preset-current-node-syntax", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "babel-preset-jest", "direct": false, "version": "30.4.0", "ecosystem": "npm" }, { "name": "balanced-match", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "bare-events", "direct": false, "version": "2.8.2", "ecosystem": "npm" }, { "name": "bare-fs", "direct": false, "version": "4.5.6", "ecosystem": "npm" }, { "name": "bare-os", "direct": false, "version": "3.8.0", "ecosystem": "npm" }, { "name": "bare-path", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "bare-stream", "direct": false, "version": "2.10.0", "ecosystem": "npm" }, { "name": "bare-url", "direct": false, "version": "2.4.0", "ecosystem": "npm" }, { "name": "base64-js", "direct": false, "version": "0.0.8", "ecosystem": "npm" }, { "name": "base64-js", "direct": false, "version": "1.5.1", "ecosystem": "npm" }, { "name": "baseline-browser-mapping", "direct": false, "version": "2.10.29", "ecosystem": "npm" }, { "name": "baseline-browser-mapping", "direct": false, "version": "2.11.3", "ecosystem": "npm" }, { "name": "bcrypt-pbkdf", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "big.js", "direct": false, "version": "5.2.2", "ecosystem": "npm" }, { "name": "bl", "direct": false, "version": "4.1.0", "ecosystem": "npm" }, { "name": "boolbase", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "brace-expansion", "direct": false, "version": "1.1.14", "ecosystem": "npm" }, { "name": "brace-expansion", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "brace-expansion", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "brotli", "direct": false, "version": "1.3.3", "ecosystem": "npm" }, { "name": "browserify-zlib", "direct": false, "version": "0.2.0", "ecosystem": "npm" }, { "name": "browserslist", "direct": false, "version": "4.28.2", "ecosystem": "npm" }, { "name": "browserslist", "direct": false, "version": "4.28.7", "ecosystem": "npm" }, { "name": "bser", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "buffer", "direct": false, "version": "5.7.1", "ecosystem": "npm" }, { "name": "buffer", "direct": false, "version": "6.0.3", "ecosystem": "npm" }, { "name": "buffer-crc32", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "buffer-from", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "buildcheck", "direct": false, "version": "0.0.6", "ecosystem": "npm" }, { "name": "byline", "direct": false, "version": "5.0.0", "ecosystem": "npm" }, { "name": "callsites", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "camel-case", "direct": false, "version": "4.1.2", "ecosystem": "npm" }, { "name": "camelcase", "direct": false, "version": "5.3.1", "ecosystem": "npm" }, { "name": "camelcase", "direct": false, "version": "6.3.0", "ecosystem": "npm" }, { "name": "caniuse-lite", "direct": false, "version": "1.0.30001792", "ecosystem": "npm" }, { "name": "caniuse-lite", "direct": false, "version": "1.0.30001806", "ecosystem": "npm" }, { "name": "chalk", "direct": false, "version": "4.1.2", "ecosystem": "npm" }, { "name": "char-regex", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "chownr", "direct": false, "version": "1.1.4", "ecosystem": "npm" }, { "name": "chrome-trace-event", "direct": false, "version": "1.0.4", "ecosystem": "npm" }, { "name": "ci-info", "direct": false, "version": "4.4.0", "ecosystem": "npm" }, { "name": "cjs-module-lexer", "direct": false, "version": "2.2.0", "ecosystem": "npm" }, { "name": "clean-css", "direct": false, "version": "5.3.3", "ecosystem": "npm" }, { "name": "cliui", "direct": false, "version": "8.0.1", "ecosystem": "npm" }, { "name": "clone", "direct": false, "version": "2.1.2", "ecosystem": "npm" }, { "name": "clone-deep", "direct": false, "version": "4.0.1", "ecosystem": "npm" }, { "name": "co", "direct": false, "version": "4.6.0", "ecosystem": "npm" }, { "name": "collect-v8-coverage", "direct": false, "version": "1.0.3", "ecosystem": "npm" }, { "name": "color-convert", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "color-name", "direct": false, "version": "1.1.4", "ecosystem": "npm" }, { "name": "commander", "direct": false, "version": "14.0.3", "ecosystem": "npm" }, { "name": "commander", "direct": false, "version": "2.20.3", "ecosystem": "npm" }, { "name": "commander", "direct": false, "version": "8.3.0", "ecosystem": "npm" }, { "name": "compress-commons", "direct": false, "version": "6.0.2", "ecosystem": "npm" }, { "name": "concat-map", "direct": false, "version": "0.0.1", "ecosystem": "npm" }, { "name": "convert-source-map", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "copy-webpack-plugin", "direct": false, "version": "14.0.0", "ecosystem": "npm" }, { "name": "core-util-is", "direct": false, "version": "1.0.3", "ecosystem": "npm" }, { "name": "cose-base", "direct": false, "version": "2.2.0", "ecosystem": "npm" }, { "name": "cpu-features", "direct": false, "version": "0.0.10", "ecosystem": "npm" }, { "name": "crc-32", "direct": false, "version": "1.2.2", "ecosystem": "npm" }, { "name": "crc32-stream", "direct": false, "version": "6.0.0", "ecosystem": "npm" }, { "name": "cross-spawn", "direct": false, "version": "7.0.6", "ecosystem": "npm" }, { "name": "css-loader", "direct": false, "version": "7.1.4", "ecosystem": "npm" }, { "name": "css-select", "direct": false, "version": "4.3.0", "ecosystem": "npm" }, { "name": "css-what", "direct": false, "version": "6.2.2", "ecosystem": "npm" }, { "name": "cssesc", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "debug", "direct": false, "version": "4.4.3", "ecosystem": "npm" }, { "name": "dedent", "direct": false, "version": "1.7.2", "ecosystem": "npm" }, { "name": "deepmerge", "direct": false, "version": "4.3.1", "ecosystem": "npm" }, { "name": "detect-newline", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "dfa", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "docker-compose", "direct": false, "version": "1.4.2", "ecosystem": "npm" }, { "name": "docker-modem", "direct": false, "version": "5.0.7", "ecosystem": "npm" }, { "name": "dockerode", "direct": false, "version": "5.0.0", "ecosystem": "npm" }, { "name": "dom-converter", "direct": false, "version": "0.2.0", "ecosystem": "npm" }, { "name": "dom-serializer", "direct": false, "version": "1.4.1", "ecosystem": "npm" }, { "name": "domelementtype", "direct": false, "version": "2.3.0", "ecosystem": "npm" }, { "name": "domhandler", "direct": false, "version": "4.3.1", "ecosystem": "npm" }, { "name": "domutils", "direct": false, "version": "2.8.0", "ecosystem": "npm" }, { "name": "dot-case", "direct": false, "version": "3.0.4", "ecosystem": "npm" }, { "name": "eastasianwidth", "direct": false, "version": "0.2.0", "ecosystem": "npm" }, { "name": "electron-to-chromium", "direct": false, "version": "1.5.353", "ecosystem": "npm" }, { "name": "electron-to-chromium", "direct": false, "version": "1.5.396", "ecosystem": "npm" }, { "name": "emittery", "direct": false, "version": "0.13.1", "ecosystem": "npm" }, { "name": "emoji-regex", "direct": false, "version": "8.0.0", "ecosystem": "npm" }, { "name": "emoji-regex", "direct": false, "version": "9.2.2", "ecosystem": "npm" }, { "name": "emojis-list", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "end-of-stream", "direct": false, "version": "1.4.5", "ecosystem": "npm" }, { "name": "enhanced-resolve", "direct": false, "version": "5.24.3", "ecosystem": "npm" }, { "name": "entities", "direct": false, "version": "2.2.0", "ecosystem": "npm" }, { "name": "envinfo", "direct": false, "version": "7.21.0", "ecosystem": "npm" }, { "name": "error-ex", "direct": false, "version": "1.3.4", "ecosystem": "npm" }, { "name": "es-errors", "direct": false, "version": "1.3.0", "ecosystem": "npm" }, { "name": "es-module-lexer", "direct": false, "version": "2.3.1", "ecosystem": "npm" }, { "name": "escalade", "direct": false, "version": "3.2.0", "ecosystem": "npm" }, { "name": "escape-string-regexp", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "eslint-scope", "direct": false, "version": "5.1.1", "ecosystem": "npm" }, { "name": "esprima", "direct": false, "version": "4.0.1", "ecosystem": "npm" }, { "name": "esrecurse", "direct": false, "version": "4.3.0", "ecosystem": "npm" }, { "name": "estraverse", "direct": false, "version": "4.3.0", "ecosystem": "npm" }, { "name": "estraverse", "direct": false, "version": "5.3.0", "ecosystem": "npm" }, { "name": "event-target-shim", "direct": false, "version": "5.0.1", "ecosystem": "npm" }, { "name": "events", "direct": false, "version": "3.3.0", "ecosystem": "npm" }, { "name": "events-universal", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "execa", "direct": false, "version": "5.1.1", "ecosystem": "npm" }, { "name": "exit-x", "direct": false, "version": "0.2.2", "ecosystem": "npm" }, { "name": "expect", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "fast-deep-equal", "direct": false, "version": "3.1.3", "ecosystem": "npm" }, { "name": "fast-fifo", "direct": false, "version": "1.3.2", "ecosystem": "npm" }, { "name": "fast-json-stable-stringify", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "fast-uri", "direct": false, "version": "3.1.4", "ecosystem": "npm" }, { "name": "fb-watchman", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "fdir", "direct": false, "version": "6.5.0", "ecosystem": "npm" }, { "name": "file-loader", "direct": false, "version": "6.2.0", "ecosystem": "npm" }, { "name": "find-up", "direct": false, "version": "4.1.0", "ecosystem": "npm" }, { "name": "flat", "direct": false, "version": "5.0.2", "ecosystem": "npm" }, { "name": "fontkit", "direct": false, "version": "2.0.4", "ecosystem": "npm" }, { "name": "foreground-child", "direct": false, "version": "3.3.1", "ecosystem": "npm" }, { "name": "fs-constants", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "fs.realpath", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "fsevents", "direct": false, "version": "2.3.2", "ecosystem": "npm" }, { "name": "fsevents", "direct": false, "version": "2.3.3", "ecosystem": "npm" }, { "name": "function-bind", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "gensync", "direct": false, "version": "1.0.0-beta.2", "ecosystem": "npm" }, { "name": "get-caller-file", "direct": false, "version": "2.0.5", "ecosystem": "npm" }, { "name": "get-package-type", "direct": false, "version": "0.1.0", "ecosystem": "npm" }, { "name": "get-port", "direct": false, "version": "5.1.1", "ecosystem": "npm" }, { "name": "get-stream", "direct": false, "version": "6.0.1", "ecosystem": "npm" }, { "name": "glob", "direct": false, "version": "10.5.0", "ecosystem": "npm" }, { "name": "glob", "direct": false, "version": "7.2.3", "ecosystem": "npm" }, { "name": "glob-parent", "direct": false, "version": "6.0.2", "ecosystem": "npm" }, { "name": "graceful-fs", "direct": false, "version": "4.2.11", "ecosystem": "npm" }, { "name": "has-flag", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "hasown", "direct": false, "version": "2.0.4", "ecosystem": "npm" }, { "name": "he", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "html-escaper", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "html-minifier-terser", "direct": false, "version": "6.1.0", "ecosystem": "npm" }, { "name": "html-webpack-plugin", "direct": false, "version": "5.6.8", "ecosystem": "npm" }, { "name": "htmlparser2", "direct": false, "version": "6.1.0", "ecosystem": "npm" }, { "name": "human-signals", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "icss-utils", "direct": false, "version": "5.1.0", "ecosystem": "npm" }, { "name": "ieee754", "direct": false, "version": "1.2.1", "ecosystem": "npm" }, { "name": "immediate", "direct": false, "version": "3.0.6", "ecosystem": "npm" }, { "name": "import-local", "direct": false, "version": "3.2.0", "ecosystem": "npm" }, { "name": "imurmurhash", "direct": false, "version": "0.1.4", "ecosystem": "npm" }, { "name": "inflight", "direct": false, "version": "1.0.6", "ecosystem": "npm" }, { "name": "inherits", "direct": false, "version": "2.0.4", "ecosystem": "npm" }, { "name": "interpret", "direct": false, "version": "3.1.1", "ecosystem": "npm" }, { "name": "is-arrayish", "direct": false, "version": "0.2.1", "ecosystem": "npm" }, { "name": "is-core-module", "direct": false, "version": "2.16.2", "ecosystem": "npm" }, { "name": "is-extglob", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "is-fullwidth-code-point", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "is-generator-fn", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "is-glob", "direct": false, "version": "4.0.3", "ecosystem": "npm" }, { "name": "is-plain-object", "direct": false, "version": "2.0.4", "ecosystem": "npm" }, { "name": "is-stream", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "isarray", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "isexe", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "isobject", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "istanbul-lib-coverage", "direct": false, "version": "3.2.2", "ecosystem": "npm" }, { "name": "istanbul-lib-instrument", "direct": false, "version": "6.0.3", "ecosystem": "npm" }, { "name": "istanbul-lib-report", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "istanbul-lib-source-maps", "direct": false, "version": "5.0.6", "ecosystem": "npm" }, { "name": "istanbul-reports", "direct": false, "version": "3.2.0", "ecosystem": "npm" }, { "name": "jackspeak", "direct": false, "version": "3.4.3", "ecosystem": "npm" }, { "name": "jest", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-changed-files", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-circus", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-cli", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-config", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-diff", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-docblock", "direct": false, "version": "30.4.0", "ecosystem": "npm" }, { "name": "jest-each", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-environment-node", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-haste-map", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-junit", "direct": false, "version": "17.0.0", "ecosystem": "npm" }, { "name": "jest-leak-detector", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-matcher-utils", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-message-util", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-mock", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-pnp-resolver", "direct": false, "version": "1.2.3", "ecosystem": "npm" }, { "name": "jest-regex-util", "direct": false, "version": "30.4.0", "ecosystem": "npm" }, { "name": "jest-resolve", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-resolve-dependencies", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-runner", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-runtime", "direct": false, "version": "30.4.2", "ecosystem": "npm" }, { "name": "jest-snapshot", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-util", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-validate", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-watcher", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "jest-worker", "direct": false, "version": "27.5.1", "ecosystem": "npm" }, { "name": "jest-worker", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "js-md5", "direct": false, "version": "0.8.3", "ecosystem": "npm" }, { "name": "js-tokens", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "js-yaml", "direct": false, "version": "3.14.2", "ecosystem": "npm" }, { "name": "jsesc", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "json-parse-even-better-errors", "direct": false, "version": "2.3.1", "ecosystem": "npm" }, { "name": "json-schema-traverse", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "json5", "direct": false, "version": "2.2.3", "ecosystem": "npm" }, { "name": "kind-of", "direct": false, "version": "6.0.3", "ecosystem": "npm" }, { "name": "layout-base", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "lazystream", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "leven", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "lie", "direct": false, "version": "3.3.0", "ecosystem": "npm" }, { "name": "linebreak", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "lines-and-columns", "direct": false, "version": "1.2.4", "ecosystem": "npm" }, { "name": "loader-utils", "direct": false, "version": "2.0.4", "ecosystem": "npm" }, { "name": "locate-path", "direct": false, "version": "5.0.0", "ecosystem": "npm" }, { "name": "lodash", "direct": false, "version": "4.18.1", "ecosystem": "npm" }, { "name": "lodash.camelcase", "direct": false, "version": "4.3.0", "ecosystem": "npm" }, { "name": "long", "direct": false, "version": "5.3.2", "ecosystem": "npm" }, { "name": "lower-case", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "lru-cache", "direct": false, "version": "10.4.3", "ecosystem": "npm" }, { "name": "lru-cache", "direct": false, "version": "5.1.1", "ecosystem": "npm" }, { "name": "make-dir", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "makeerror", "direct": false, "version": "1.0.12", "ecosystem": "npm" }, { "name": "merge-stream", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "mime-db", "direct": false, "version": "1.52.0", "ecosystem": "npm" }, { "name": "mime-db", "direct": false, "version": "1.54.0", "ecosystem": "npm" }, { "name": "mime-types", "direct": false, "version": "2.1.35", "ecosystem": "npm" }, { "name": "mimic-fn", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "minimatch", "direct": false, "version": "3.1.5", "ecosystem": "npm" }, { "name": "minimatch", "direct": false, "version": "5.1.9", "ecosystem": "npm" }, { "name": "minimatch", "direct": false, "version": "9.0.9", "ecosystem": "npm" }, { "name": "minimizer-webpack-plugin", "direct": false, "version": "5.6.1", "ecosystem": "npm" }, { "name": "minipass", "direct": false, "version": "7.1.2", "ecosystem": "npm" }, { "name": "minipass", "direct": false, "version": "7.1.3", "ecosystem": "npm" }, { "name": "mkdirp", "direct": false, "version": "1.0.4", "ecosystem": "npm" }, { "name": "mkdirp", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "mkdirp-classic", "direct": false, "version": "0.5.3", "ecosystem": "npm" }, { "name": "ms", "direct": false, "version": "2.1.3", "ecosystem": "npm" }, { "name": "nan", "direct": false, "version": "2.22.2", "ecosystem": "npm" }, { "name": "nanoid", "direct": false, "version": "3.3.16", "ecosystem": "npm" }, { "name": "napi-postinstall", "direct": false, "version": "0.3.4", "ecosystem": "npm" }, { "name": "natural-compare", "direct": false, "version": "1.4.0", "ecosystem": "npm" }, { "name": "neo-async", "direct": false, "version": "2.6.2", "ecosystem": "npm" }, { "name": "neo4j-driver-bolt-connection", "direct": false, "version": "6.2.0", "ecosystem": "npm" }, { "name": "neo4j-driver-core", "direct": false, "version": "6.2.0", "ecosystem": "npm" }, { "name": "no-case", "direct": false, "version": "3.0.4", "ecosystem": "npm" }, { "name": "node-int64", "direct": false, "version": "0.4.0", "ecosystem": "npm" }, { "name": "node-releases", "direct": false, "version": "2.0.38", "ecosystem": "npm" }, { "name": "node-releases", "direct": false, "version": "2.0.51", "ecosystem": "npm" }, { "name": "normalize-path", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "npm-run-path", "direct": false, "version": "4.0.1", "ecosystem": "npm" }, { "name": "nth-check", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "once", "direct": false, "version": "1.4.0", "ecosystem": "npm" }, { "name": "onetime", "direct": false, "version": "5.1.2", "ecosystem": "npm" }, { "name": "p-limit", "direct": false, "version": "2.3.0", "ecosystem": "npm" }, { "name": "p-limit", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "p-locate", "direct": false, "version": "4.1.0", "ecosystem": "npm" }, { "name": "p-try", "direct": false, "version": "2.2.0", "ecosystem": "npm" }, { "name": "package-json-from-dist", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "pako", "direct": false, "version": "0.2.9", "ecosystem": "npm" }, { "name": "pako", "direct": false, "version": "1.0.11", "ecosystem": "npm" }, { "name": "param-case", "direct": false, "version": "3.0.4", "ecosystem": "npm" }, { "name": "parse-json", "direct": false, "version": "5.2.0", "ecosystem": "npm" }, { "name": "pascal-case", "direct": false, "version": "3.1.2", "ecosystem": "npm" }, { "name": "path-exists", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "path-is-absolute", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "path-key", "direct": false, "version": "3.1.1", "ecosystem": "npm" }, { "name": "path-parse", "direct": false, "version": "1.0.7", "ecosystem": "npm" }, { "name": "path-scurry", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "pdfkit", "direct": false, "version": "0.19.1", "ecosystem": "npm" }, { "name": "pg-cloudflare", "direct": false, "version": "1.4.0", "ecosystem": "npm" }, { "name": "pg-connection-string", "direct": false, "version": "2.14.0", "ecosystem": "npm" }, { "name": "pg-int8", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "pg-pool", "direct": false, "version": "3.14.0", "ecosystem": "npm" }, { "name": "pg-protocol", "direct": false, "version": "1.15.0", "ecosystem": "npm" }, { "name": "pg-types", "direct": false, "version": "2.2.0", "ecosystem": "npm" }, { "name": "pgpass", "direct": false, "version": "1.0.5", "ecosystem": "npm" }, { "name": "picocolors", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "picomatch", "direct": false, "version": "2.3.2", "ecosystem": "npm" }, { "name": "picomatch", "direct": false, "version": "4.0.4", "ecosystem": "npm" }, { "name": "picomatch", "direct": false, "version": "4.0.5", "ecosystem": "npm" }, { "name": "pirates", "direct": false, "version": "4.0.7", "ecosystem": "npm" }, { "name": "pkg-dir", "direct": false, "version": "4.2.0", "ecosystem": "npm" }, { "name": "playwright", "direct": false, "version": "1.62.0", "ecosystem": "npm" }, { "name": "playwright-core", "direct": false, "version": "1.62.0", "ecosystem": "npm" }, { "name": "png-js", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "postcss", "direct": false, "version": "8.5.23", "ecosystem": "npm" }, { "name": "postcss-modules-extract-imports", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "postcss-modules-local-by-default", "direct": false, "version": "4.2.0", "ecosystem": "npm" }, { "name": "postcss-modules-scope", "direct": false, "version": "3.2.1", "ecosystem": "npm" }, { "name": "postcss-modules-values", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "postcss-selector-parser", "direct": false, "version": "7.1.4", "ecosystem": "npm" }, { "name": "postcss-value-parser", "direct": false, "version": "4.2.0", "ecosystem": "npm" }, { "name": "postgres-array", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "postgres-bytea", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "postgres-date", "direct": false, "version": "1.0.7", "ecosystem": "npm" }, { "name": "postgres-interval", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "pretty-error", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "pretty-format", "direct": false, "version": "30.4.1", "ecosystem": "npm" }, { "name": "process", "direct": false, "version": "0.11.10", "ecosystem": "npm" }, { "name": "process-nextick-args", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "proper-lockfile", "direct": false, "version": "4.1.2", "ecosystem": "npm" }, { "name": "properties-reader", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "protobufjs", "direct": false, "version": "7.6.1", "ecosystem": "npm" }, { "name": "pump", "direct": false, "version": "3.0.3", "ecosystem": "npm" }, { "name": "pure-rand", "direct": false, "version": "7.0.1", "ecosystem": "npm" }, { "name": "react-is", "direct": false, "version": "18.3.1", "ecosystem": "npm" }, { "name": "react-is", "direct": false, "version": "19.2.6", "ecosystem": "npm" }, { "name": "readable-stream", "direct": false, "version": "2.3.8", "ecosystem": "npm" }, { "name": "readable-stream", "direct": false, "version": "3.6.2", "ecosystem": "npm" }, { "name": "readable-stream", "direct": false, "version": "4.7.0", "ecosystem": "npm" }, { "name": "readdir-glob", "direct": false, "version": "1.1.3", "ecosystem": "npm" }, { "name": "rechoir", "direct": false, "version": "0.8.0", "ecosystem": "npm" }, { "name": "relateurl", "direct": false, "version": "0.2.7", "ecosystem": "npm" }, { "name": "renderkid", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "require-directory", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "require-from-string", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "resolve", "direct": false, "version": "1.22.12", "ecosystem": "npm" }, { "name": "resolve-cwd", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "resolve-from", "direct": false, "version": "5.0.0", "ecosystem": "npm" }, { "name": "restructure", "direct": false, "version": "3.0.2", "ecosystem": "npm" }, { "name": "retry", "direct": false, "version": "0.12.0", "ecosystem": "npm" }, { "name": "rxjs", "direct": false, "version": "7.8.2", "ecosystem": "npm" }, { "name": "safe-buffer", "direct": false, "version": "5.1.2", "ecosystem": "npm" }, { "name": "safe-buffer", "direct": false, "version": "5.2.1", "ecosystem": "npm" }, { "name": "safer-buffer", "direct": false, "version": "2.1.2", "ecosystem": "npm" }, { "name": "sax", "direct": false, "version": "1.6.1", "ecosystem": "npm" }, { "name": "schema-utils", "direct": false, "version": "3.3.0", "ecosystem": "npm" }, { "name": "schema-utils", "direct": false, "version": "4.3.3", "ecosystem": "npm" }, { "name": "semver", "direct": false, "version": "6.3.1", "ecosystem": "npm" }, { "name": "semver", "direct": false, "version": "7.8.0", "ecosystem": "npm" }, { "name": "semver", "direct": false, "version": "7.8.5", "ecosystem": "npm" }, { "name": "serialize-javascript", "direct": false, "version": "7.0.7", "ecosystem": "npm" }, { "name": "setimmediate", "direct": false, "version": "1.0.5", "ecosystem": "npm" }, { "name": "shallow-clone", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "shebang-command", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "shebang-regex", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "signal-exit", "direct": false, "version": "3.0.7", "ecosystem": "npm" }, { "name": "signal-exit", "direct": false, "version": "4.1.0", "ecosystem": "npm" }, { "name": "slash", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "source-map", "direct": false, "version": "0.6.1", "ecosystem": "npm" }, { "name": "source-map-js", "direct": false, "version": "1.2.1", "ecosystem": "npm" }, { "name": "source-map-support", "direct": false, "version": "0.5.13", "ecosystem": "npm" }, { "name": "source-map-support", "direct": false, "version": "0.5.21", "ecosystem": "npm" }, { "name": "split-ca", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "split2", "direct": false, "version": "4.2.0", "ecosystem": "npm" }, { "name": "sprintf-js", "direct": false, "version": "1.0.3", "ecosystem": "npm" }, { "name": "ssh-remote-port-forward", "direct": false, "version": "1.0.4", "ecosystem": "npm" }, { "name": "ssh2", "direct": false, "version": "1.16.0", "ecosystem": "npm" }, { "name": "stack-utils", "direct": false, "version": "2.0.6", "ecosystem": "npm" }, { "name": "streamx", "direct": false, "version": "2.25.0", "ecosystem": "npm" }, { "name": "string-length", "direct": false, "version": "4.0.2", "ecosystem": "npm" }, { "name": "string-width", "direct": false, "version": "4.2.3", "ecosystem": "npm" }, { "name": "string-width", "direct": false, "version": "5.1.2", "ecosystem": "npm" }, { "name": "string_decoder", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "string_decoder", "direct": false, "version": "1.3.0", "ecosystem": "npm" }, { "name": "strip-ansi", "direct": false, "version": "6.0.1", "ecosystem": "npm" }, { "name": "strip-ansi", "direct": false, "version": "7.1.0", "ecosystem": "npm" }, { "name": "strip-ansi", "direct": false, "version": "7.2.0", "ecosystem": "npm" }, { "name": "strip-bom", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "strip-final-newline", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "strip-json-comments", "direct": false, "version": "3.1.1", "ecosystem": "npm" }, { "name": "style-loader", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "supports-color", "direct": false, "version": "7.2.0", "ecosystem": "npm" }, { "name": "supports-color", "direct": false, "version": "8.1.1", "ecosystem": "npm" }, { "name": "supports-preserve-symlinks-flag", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "synckit", "direct": false, "version": "0.11.12", "ecosystem": "npm" }, { "name": "tapable", "direct": false, "version": "2.3.3", "ecosystem": "npm" }, { "name": "tar-fs", "direct": false, "version": "2.1.4", "ecosystem": "npm" }, { "name": "tar-fs", "direct": false, "version": "3.1.2", "ecosystem": "npm" }, { "name": "tar-stream", "direct": false, "version": "2.2.0", "ecosystem": "npm" }, { "name": "tar-stream", "direct": false, "version": "3.1.7", "ecosystem": "npm" }, { "name": "teex", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "terser", "direct": false, "version": "5.49.0", "ecosystem": "npm" }, { "name": "test-exclude", "direct": false, "version": "6.0.0", "ecosystem": "npm" }, { "name": "testcontainers", "direct": false, "version": "12.0.4", "ecosystem": "npm" }, { "name": "text-decoder", "direct": false, "version": "1.2.3", "ecosystem": "npm" }, { "name": "tiny-inflate", "direct": false, "version": "1.0.3", "ecosystem": "npm" }, { "name": "tinyglobby", "direct": false, "version": "0.2.17", "ecosystem": "npm" }, { "name": "tmp", "direct": false, "version": "0.2.7", "ecosystem": "npm" }, { "name": "tmpl", "direct": false, "version": "1.0.5", "ecosystem": "npm" }, { "name": "tslib", "direct": false, "version": "2.8.1", "ecosystem": "npm" }, { "name": "tweetnacl", "direct": false, "version": "0.14.5", "ecosystem": "npm" }, { "name": "type-detect", "direct": false, "version": "4.0.8", "ecosystem": "npm" }, { "name": "type-fest", "direct": false, "version": "0.21.3", "ecosystem": "npm" }, { "name": "typescript", "direct": false, "version": "7.0.2", "ecosystem": "npm" }, { "name": "undici", "direct": false, "version": "8.5.0", "ecosystem": "npm" }, { "name": "undici-types", "direct": false, "version": "5.26.5", "ecosystem": "npm" }, { "name": "undici-types", "direct": false, "version": "6.20.0", "ecosystem": "npm" }, { "name": "undici-types", "direct": false, "version": "8.3.0", "ecosystem": "npm" }, { "name": "unicode-properties", "direct": false, "version": "1.4.1", "ecosystem": "npm" }, { "name": "unicode-trie", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "unrs-resolver", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "update-browserslist-db", "direct": false, "version": "1.2.3", "ecosystem": "npm" }, { "name": "url-loader", "direct": false, "version": "4.1.1", "ecosystem": "npm" }, { "name": "util-deprecate", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "utila", "direct": false, "version": "0.4.0", "ecosystem": "npm" }, { "name": "uuid", "direct": false, "version": "14.0.0", "ecosystem": "npm" }, { "name": "v8-to-istanbul", "direct": false, "version": "9.3.0", "ecosystem": "npm" }, { "name": "walker", "direct": false, "version": "1.0.8", "ecosystem": "npm" }, { "name": "watchpack", "direct": false, "version": "2.5.2", "ecosystem": "npm" }, { "name": "webpack", "direct": false, "version": "5.109.0", "ecosystem": "npm" }, { "name": "webpack-cli", "direct": false, "version": "7.2.1", "ecosystem": "npm" }, { "name": "webpack-merge", "direct": false, "version": "6.0.1", "ecosystem": "npm" }, { "name": "webpack-sources", "direct": false, "version": "3.5.1", "ecosystem": "npm" }, { "name": "which", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "wildcard", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "wrap-ansi", "direct": false, "version": "7.0.0", "ecosystem": "npm" }, { "name": "wrap-ansi", "direct": false, "version": "8.1.0", "ecosystem": "npm" }, { "name": "wrappy", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "write-file-atomic", "direct": false, "version": "5.0.1", "ecosystem": "npm" }, { "name": "xml", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "xmldoc", "direct": false, "version": "2.0.3", "ecosystem": "npm" }, { "name": "xtend", "direct": false, "version": "4.0.2", "ecosystem": "npm" }, { "name": "y18n", "direct": false, "version": "5.0.8", "ecosystem": "npm" }, { "name": "yallist", "direct": false, "version": "3.1.1", "ecosystem": "npm" }, { "name": "yaml", "direct": false, "version": "2.8.3", "ecosystem": "npm" }, { "name": "yargs", "direct": false, "version": "17.7.2", "ecosystem": "npm" }, { "name": "yargs-parser", "direct": false, "version": "21.1.1", "ecosystem": "npm" }, { "name": "yocto-queue", "direct": false, "version": "0.1.0", "ecosystem": "npm" }, { "name": "zip-stream", "direct": false, "version": "6.0.1", "ecosystem": "npm" }, { "name": "JunitXml.TestLogger", "direct": false, "version": "8.0.0", "ecosystem": "nuget" }, { "name": "Microsoft.NET.Test.Sdk", "direct": false, "version": "18.5.1", "ecosystem": "nuget" }, { "name": "Neo4j.Driver", "direct": false, "version": "6.2.1", "ecosystem": "nuget" }, { "name": "Npgsql", "direct": false, "version": "10.0.2", "ecosystem": "nuget" }, { "name": "Testcontainers", "direct": false, "version": "4.11.0", "ecosystem": "nuget" }, { "name": "xunit", "direct": false, "version": "2.9.3", "ecosystem": "nuget" }, { "name": "xunit.runner.visualstudio", "direct": false, "version": "2.8.2", "ecosystem": "nuget" }, { "name": "bandit", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "build", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "jpype1", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "numpy", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "py7zr", "direct": false, "version": null, "ecosystem": "pypi" }, { "name": "pyyaml", "direct": false, "version": "6.0.2", "ecosystem": "pypi" }, { "name": "setuptools", "direct": false, "version": null, "ecosystem": "pypi" } ], "collected": true, "truncated": false, "total_count": 873, "direct_count": 125, "indirect_count": 748 } }, "maintainership": { "issues": { "open_prs": 24, "merged_prs": 2687, "open_issues": 54, "closed_ratio": 0.975, "closed_issues": 2108, "closed_unmerged_prs": 316 }, "bus_factor": 1, "bot_contributors": 5, "top_contributors": [ { "type": "User", "login": "lvca", "commits": 3712, "avatar_url": "https://avatars.githubusercontent.com/u/312606?v=4" }, { "type": "User", "login": "robfrank", "commits": 646, "avatar_url": "https://avatars.githubusercontent.com/u/413587?v=4" }, { "type": "User", "login": "gramian", "commits": 159, "avatar_url": "https://avatars.githubusercontent.com/u/4374619?v=4" }, { "type": "User", "login": "arcade-player", "commits": 122, "avatar_url": "https://avatars.githubusercontent.com/u/56138992?v=4" }, { "type": "User", "login": "antarcticgiraffe", "commits": 36, "avatar_url": "https://avatars.githubusercontent.com/u/89014087?v=4" }, { "type": "User", "login": "actions-user", "commits": 27, "avatar_url": "https://avatars.githubusercontent.com/u/65916846?v=4" }, { "type": "User", "login": "ExtReMLapin", "commits": 23, "avatar_url": "https://avatars.githubusercontent.com/u/3909752?v=4" }, { "type": "User", "login": "tae898", "commits": 19, "avatar_url": "https://avatars.githubusercontent.com/u/10544311?v=4" }, { "type": "User", "login": "justinblethrow-cloud", "commits": 16, "avatar_url": "https://avatars.githubusercontent.com/u/226385385?v=4" }, { "type": "User", "login": "snyk-bot", "commits": 14, "avatar_url": "https://avatars.githubusercontent.com/u/19733683?v=4" } ], "contributors_sampled": 41, "top_contributor_share": 0.767 }, "quality_signals": { "has_ci": true, "has_tests": true, "ci_workflows": [ "benchmark-tests.yml", "bolt-conformance-spec.yml", "bolt-nightly.yml", "claude-code-review.yml", "claude.yml", "ha-resilience-tests.yml", "license-compliance.yml", "load-tests.yml", "meterian.yml", "mvn-deploy.yml", "mvn-release.yml", "mvn-test.yml", "native-image.yml", "sponsor-priority.yml", "studio-security-audit.yml", "test-python-bindings.yml", "test-python-examples.yml" ], "has_docs_dir": true, "linter_configs": [], "has_editorconfig": false, "has_linter_config": true, "has_precommit_config": true }, "security_signals": { "lockfiles": [ "go.sum", "package-lock.json" ], "scorecard": { "checks": [ { "name": "Binary-Artifacts", "score": 10, "reason": "no binaries found in the repo", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts" }, { "name": "Branch-Protection", "score": 0, "reason": "branch protection not enabled on development/release branches", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection" }, { "name": "CI-Tests", "score": 9, "reason": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests" }, { "name": "CII-Best-Practices", "score": 0, "reason": "no effort to earn an OpenSSF best practices badge detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices" }, { "name": "Code-Review", "score": 0, "reason": "Found 1/30 approved changesets -- score normalized to 0", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review" }, { "name": "Contributors", "score": 10, "reason": "project has 13 contributing companies or organizations", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors" }, { "name": "Dangerous-Workflow", "score": 10, "reason": "no dangerous workflow patterns detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow" }, { "name": "Dependency-Update-Tool", "score": 10, "reason": "update tool detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool" }, { "name": "Fuzzing", "score": 0, "reason": "project is not fuzzed", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing" }, { "name": "License", "score": 10, "reason": "license file detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license" }, { "name": "Maintained", "score": 10, "reason": "30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained" }, { "name": "Packaging", "score": 10, "reason": "packaging workflow detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging" }, { "name": "Pinned-Dependencies", "score": 8, "reason": "dependency not pinned by hash detected -- score normalized to 8", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies" }, { "name": "SAST", "score": 9, "reason": "SAST tool detected but not run on all commits", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast" }, { "name": "Security-Policy", "score": 10, "reason": "security policy file detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy" }, { "name": "Signed-Releases", "score": 1, "reason": "1 out of the last 5 releases have a total of 1 signed artifacts.", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases" }, { "name": "Token-Permissions", "score": 0, "reason": "detected GitHub workflow tokens with excessive permissions", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions" }, { "name": "Vulnerabilities", "score": 0, "reason": "11 existing vulnerabilities detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities" } ], "commit": "340f1bee561f86dd8bc7fc907e40ad6939c2677f", "ran_at": "2026-07-29T01:28:33Z", "aggregate_score": 5.6, "scorecard_version": "v5.5.0" }, "has_codeql_workflow": false, "has_security_policy": true, "has_dependabot_config": true }, "contribution_flow": { "collected": true, "ci_last_run_at": "2026-07-29T01:04:53Z", "oldest_open_prs": [ { "number": 1188, "created_at": "2023-07-26T17:27:58Z", "last_comment_at": "2024-01-14T23:55:20Z", "last_comment_author": "lvca" }, { "number": 1934, "created_at": "2025-01-25T07:06:58Z", "last_comment_at": "2025-07-04T05:03:02Z", "last_comment_author": "lvca" }, { "number": 2059, "created_at": "2025-03-12T15:42:54Z", "last_comment_at": "2025-03-12T17:16:11Z", "last_comment_author": "ExtReMLapin" }, { "number": 2554, "created_at": "2025-09-23T21:01:19Z", "last_comment_at": "2025-09-23T21:25:14Z", "last_comment_author": "codacy-production" }, { "number": 2561, "created_at": "2025-09-28T07:53:52Z", "last_comment_at": "2025-09-28T08:23:34Z", "last_comment_author": "codacy-production" }, { "number": 2778, "created_at": "2025-11-15T14:14:27Z", "last_comment_at": "2025-11-15T20:19:59Z", "last_comment_author": "codacy-production" }, { "number": 3235, "created_at": "2026-01-25T10:13:09Z", "last_comment_at": "2026-01-28T19:17:09Z", "last_comment_author": "lvca" }, { "number": 3895, "created_at": "2026-04-18T15:16:41Z", "last_comment_at": "2026-04-22T08:51:12Z", "last_comment_author": "ExtReMLapin" }, { "number": 4007, "created_at": "2026-04-27T21:49:19Z", "last_comment_at": "2026-04-27T22:34:24Z", "last_comment_author": "codecov" }, { "number": 4904, "created_at": "2026-07-02T17:34:12Z", "last_comment_at": "2026-07-02T17:40:10Z", "last_comment_author": "codacy-production" }, { "number": 4969, "created_at": "2026-07-04T15:24:11Z", "last_comment_at": "2026-07-12T10:56:25Z", "last_comment_author": "github-actions" }, { "number": 5078, "created_at": "2026-07-07T05:06:00Z", "last_comment_at": "2026-07-09T15:48:49Z", "last_comment_author": "lvca" }, { "number": 5200, "created_at": "2026-07-10T09:22:47Z", "last_comment_at": "2026-07-10T09:59:01Z", "last_comment_author": "claude" }, { "number": 5300, "created_at": "2026-07-15T16:09:45Z", "last_comment_at": "2026-07-17T10:19:29Z", "last_comment_author": "codacy-production" }, { "number": 5312, "created_at": "2026-07-17T07:18:53Z", "last_comment_at": "2026-07-17T07:20:17Z", "last_comment_author": "codacy-production" }, { "number": 5323, "created_at": "2026-07-18T19:24:08Z", "last_comment_at": "2026-07-20T10:54:06Z", "last_comment_author": "github-actions" }, { "number": 5355, "created_at": "2026-07-20T17:37:29Z", "last_comment_at": "2026-07-20T17:38:34Z", "last_comment_author": "codacy-production" }, { "number": 5504, "created_at": "2026-07-28T16:48:07Z", "last_comment_at": "2026-07-28T17:45:03Z", "last_comment_author": "codecov" }, { "number": 5506, "created_at": "2026-07-28T17:38:45Z", "last_comment_at": "2026-07-28T18:54:08Z", "last_comment_author": "codecov" }, { "number": 5510, "created_at": "2026-07-28T20:55:01Z", "last_comment_at": "2026-07-28T20:55:56Z", "last_comment_author": "codacy-production" } ], "last_merged_pr_at": "2026-07-28T20:37:01Z", "ci_last_conclusion": "SUCCESS", "oldest_open_issues": [ { "number": 1992, "created_at": "2025-02-15T06:41:51Z", "last_comment_at": null, "last_comment_author": null }, { "number": 2120, "created_at": "2025-04-02T13:18:53Z", "last_comment_at": null, "last_comment_author": null }, { "number": 2346, "created_at": "2025-07-12T17:06:16Z", "last_comment_at": "2025-11-07T22:11:26Z", "last_comment_author": "lvca" }, { "number": 2777, "created_at": "2025-11-15T14:13:16Z", "last_comment_at": null, "last_comment_author": null }, { "number": 3157, "created_at": "2026-01-16T12:33:31Z", "last_comment_at": "2026-01-16T14:09:28Z", "last_comment_author": "robfrank" }, { "number": 3480, "created_at": "2026-02-18T10:03:48Z", "last_comment_at": "2026-03-20T06:44:17Z", "last_comment_author": "gramian" }, { "number": 3816, "created_at": "2026-04-10T14:54:54Z", "last_comment_at": "2026-04-15T18:39:40Z", "last_comment_author": "lvca" }, { "number": 3890, "created_at": "2026-04-17T17:48:13Z", "last_comment_at": null, "last_comment_author": null }, { "number": 3970, "created_at": "2026-04-23T16:20:58Z", "last_comment_at": "2026-04-24T19:45:53Z", "last_comment_author": "odysseaspenta" }, { "number": 3993, "created_at": "2026-04-27T09:15:11Z", "last_comment_at": "2026-05-11T18:08:11Z", "last_comment_author": "lvca" }, { "number": 4085, "created_at": "2026-05-05T17:15:27Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4416, "created_at": "2026-05-29T18:35:16Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4531, "created_at": "2026-06-08T22:23:49Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4537, "created_at": "2026-06-10T19:45:14Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4641, "created_at": "2026-06-15T15:50:00Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4859, "created_at": "2026-07-02T10:16:23Z", "last_comment_at": "2026-07-24T06:12:18Z", "last_comment_author": "robfrank" }, { "number": 4866, "created_at": "2026-07-02T10:17:41Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4869, "created_at": "2026-07-02T11:45:51Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4870, "created_at": "2026-07-02T11:46:17Z", "last_comment_at": null, "last_comment_author": null }, { "number": 4871, "created_at": "2026-07-02T11:46:37Z", "last_comment_at": null, "last_comment_author": null } ] } }, "config": { "disabled_metrics": [], "disabled_categories": [], "disabled_components": {} }, "source": { "url": "https://github.com/ArcadeData/arcadedb", "host": "github.com", "name": "arcadedb", "owner": "ArcadeData" }, "metrics": { "overall": { "key": "overall", "band": "good", "name": "Overall health", "note": null, "notes": [], "value": 79, "inputs": { "security": 60, "vitality": 96, "community": 79, "governance": 68, "engineering": 91 }, "components": [] }, "categories": [ { "key": "vitality", "band": "excellent", "name": "Vitality", "value": 96, "weight": 0.22, "metrics": [ { "key": "development_activity", "band": "excellent", "name": "Development activity", "note": null, "notes": [], "value": 100, "inputs": { "commits_last_year": 4382, "human_commit_share": 0.62, "days_since_last_push": 0, "active_weeks_last_year": 52 }, "components": [ { "key": "push_recency", "name": "Push recency", "detail": "last push 0 days ago", "points": 36, "status": "met", "details": [ { "code": "push_recency", "params": { "days": 0 } } ], "max_points": 36 }, { "key": "commit_cadence", "name": "Commit cadence", "detail": "52/52 weeks with commits", "points": 36, "status": "met", "details": [ { "code": "commit_cadence_weeks", "params": { "weeks": 52 } } ], "max_points": 36 }, { "key": "commit_volume", "name": "Commit volume", "detail": "4382 commits in the last year", "points": 18, "status": "met", "details": [ { "code": "commits_last_year", "params": { "count": 4382 } } ], "max_points": 18 }, { "key": "openssf_scorecard_maintained", "name": "OpenSSF Scorecard: Maintained", "detail": "30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10", "points": 10, "status": "met", "details": [], "max_points": 10 } ] }, { "key": "release_discipline", "band": "excellent", "name": "Release discipline", "note": null, "notes": [], "value": 91, "inputs": { "releases_count": 58, "latest_release_tag": "26.7.3", "releases_from_tags": false, "days_since_latest_release": 11, "mean_days_between_releases": 19.4 }, "components": [ { "key": "ships_releases", "name": "Ships releases", "detail": "58 releases published", "points": 27, "status": "met", "details": [ { "code": "releases_published", "params": { "count": 58 } } ], "max_points": 27 }, { "key": "release_recency", "name": "Release recency", "detail": "latest release 11 days ago", "points": 36, "status": "met", "details": [ { "code": "release_recency", "params": { "days": 11 } } ], "max_points": 36 }, { "key": "release_cadence", "name": "Release cadence", "detail": "a release every ~19.4 days", "points": 27, "status": "met", "details": [ { "code": "release_cadence", "params": { "gap": 19.4 } } ], "max_points": 27 }, { "key": "openssf_scorecard_signed_releases", "name": "OpenSSF Scorecard: Signed-Releases", "detail": "1 out of the last 5 releases have a total of 1 signed artifacts.", "points": 1, "status": "partial", "details": [], "max_points": 10 } ] }, { "key": "abandonment", "band": "excellent", "name": "Abandonment", "note": null, "notes": [], "value": 100, "inputs": { "cap": null, "state": "maintained", "guards": [], "signals": [], "red_flag": false, "multiplier_pct": 100, "declared_reason": null, "unverified_reason": null, "unanswered_open_prs": null, "unanswered_open_issues": null, "days_since_last_merged_pr": null, "days_since_last_human_commit": 0, "days_since_last_human_commit_is_floor": false }, "components": [ { "key": "project_is_still_maintained", "name": "Project is still maintained", "detail": "last human commit 0 days ago", "points": 100, "status": "met", "details": [ { "code": "abandonment_maintained", "params": { "days": 0 } } ], "max_points": 100 } ] } ], "description": "Is the project alive — is code being written and are releases shipping?" }, { "key": "community", "band": "good", "name": "Community & Adoption", "value": 79, "weight": 0.18, "metrics": [ { "key": "popularity", "band": "good", "name": "Popularity & adoption", "note": null, "notes": [], "value": 73, "inputs": { "forks": 125, "stars": 1047, "watchers": 15, "growth_state": "unverified", "growth_factor_pct": 100, "growth_unverified_reason": "no_history" }, "components": [ { "key": "stars", "name": "Stars", "detail": "1,047 stars", "points": 49, "status": "partial", "details": [ { "code": "stars", "params": { "count": 1047 } } ], "max_points": 60 }, { "key": "forks", "name": "Forks", "detail": "125 forks", "points": 17.4, "status": "partial", "details": [ { "code": "forks", "params": { "count": 125 } } ], "max_points": 25 }, { "key": "watchers", "name": "Watchers", "detail": "15 watchers", "points": 6.4, "status": "partial", "details": [ { "code": "watchers", "params": { "count": 15 } } ], "max_points": 15 } ] }, { "key": "community_health", "band": "excellent", "name": "Community health", "note": null, "notes": [], "value": 85, "inputs": { "has_readme": true, "has_license": true, "has_contributing": true, "has_issue_template": true, "has_code_of_conduct": false, "has_pull_request_template": true }, "components": [ { "key": "readme", "name": "README", "detail": null, "points": 22.5, "status": "met", "details": [], "max_points": 22.5 }, { "key": "license", "name": "License", "detail": "recognized license (Apache-2.0)", "points": 22.5, "status": "met", "details": [ { "code": "license_standard", "params": {} }, { "code": "license_spdx", "params": { "spdx": "Apache-2.0" } } ], "max_points": 22.5 }, { "key": "contributing_guide", "name": "CONTRIBUTING guide", "detail": null, "points": 18, "status": "met", "details": [], "max_points": 18 }, { "key": "code_of_conduct", "name": "Code of conduct", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 13.5 }, { "key": "issue_template", "name": "Issue template", "detail": null, "points": 7.2, "status": "met", "details": [], "max_points": 7.2 }, { "key": "pr_template", "name": "PR template", "detail": null, "points": 6.3, "status": "met", "details": [], "max_points": 6.3 } ] } ], "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?" }, { "key": "governance", "band": "moderate", "name": "Sustainability & Governance", "value": 68, "weight": 0.24, "metrics": [ { "key": "maintainer_resilience", "band": "at_risk", "name": "Maintainer resilience (bus factor)", "note": null, "notes": [], "value": 38, "inputs": { "bus_factor": 1, "contributors_sampled": 41, "top_contributor_share": 0.767 }, "components": [ { "key": "bus_factor", "name": "Bus factor", "detail": "1 contributor(s) cover half of all commits", "points": 9, "status": "partial", "details": [ { "code": "bus_factor", "params": { "count": 1 } } ], "max_points": 54 }, { "key": "commit_distribution", "name": "Commit distribution", "detail": "top contributor authored 77% of commits", "points": 5.2, "status": "partial", "details": [ { "code": "top_contributor_share", "params": { "share": 77 } } ], "max_points": 22.5 }, { "key": "contributor_breadth", "name": "Contributor breadth", "detail": "41 contributors", "points": 13.5, "status": "met", "details": [ { "code": "contributors_sampled", "params": { "count": 41 } } ], "max_points": 13.5 }, { "key": "openssf_scorecard_contributors", "name": "OpenSSF Scorecard: Contributors", "detail": "project has 13 contributing companies or organizations", "points": 10, "status": "met", "details": [], "max_points": 10 } ] }, { "key": "responsiveness", "band": "good", "name": "Issue & PR responsiveness", "note": null, "notes": [], "value": 80, "inputs": { "merged_prs": 2687, "open_issues": 54, "closed_issues": 2108, "issue_closed_ratio": 0.975, "closed_unmerged_prs": 316 }, "components": [ { "key": "issue_resolution", "name": "Issue resolution", "detail": "98% of issues closed", "points": 45.6, "status": "partial", "details": [ { "code": "issues_closed_share", "params": { "share": 98 } } ], "max_points": 46.75 }, { "key": "pr_acceptance", "name": "PR acceptance", "detail": "2687/3003 decided PRs merged", "points": 34.2, "status": "partial", "details": [ { "code": "decided_prs_merged", "params": { "merged": 2687, "decided": 3003 } } ], "max_points": 38.25 }, { "key": "openssf_scorecard_code_review", "name": "OpenSSF Scorecard: Code-Review", "detail": "Found 1/30 approved changesets -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 15 } ] }, { "key": "stewardship", "band": "moderate", "name": "Ownership & stewardship", "note": null, "notes": [], "value": 65, "inputs": { "followers": 46, "owner_type": "Organization", "is_verified": null, "owner_login": "ArcadeData", "public_repos": 28, "account_age_days": 3228 }, "components": [ { "key": "ownership_backing", "name": "Ownership backing", "detail": "organization-owned", "points": 30, "status": "met", "details": [ { "code": "owner_organization", "params": {} } ], "max_points": 30 }, { "key": "verified_domain", "name": "Verified domain", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 20 }, { "key": "owner_reach", "name": "Owner reach", "detail": "46 followers of ArcadeData", "points": 12, "status": "partial", "details": [ { "code": "owner_followers", "params": { "count": 46, "login": "ArcadeData" } } ], "max_points": 25 }, { "key": "track_record", "name": "Track record", "detail": "28 public repos, account ~8 yr old", "points": 22.6, "status": "partial", "details": [ { "code": "public_repos", "params": { "count": 28 } }, { "code": "account_age_years", "params": { "years": 8 } } ], "max_points": 25 } ] }, { "key": "package_maintenance", "band": "excellent", "name": "Package maintenance", "note": null, "notes": [], "value": 100, "inputs": { "packages": [ "com.arcadedb:arcadedb-bolt", "com.arcadedb:arcadedb-grpc", "com.arcadedb:arcadedb-grpcw", "com.arcadedb:arcadedb-engine", "com.arcadedb:arcadedb-redisw" ], "ecosystems": "maven", "any_deprecated": false, "min_days_since_publish": 11 }, "components": [ { "key": "published_resolvable", "name": "Published & resolvable", "detail": "5 package(s) on maven", "points": 25, "status": "met", "details": [ { "code": "packages_published", "params": { "count": 5, "ecosystems": "maven" } } ], "max_points": 25 }, { "key": "publish_recency", "name": "Publish recency", "detail": "latest publish 11 days ago", "points": 35, "status": "met", "details": [ { "code": "publish_recency", "params": { "days": 11 } } ], "max_points": 35 }, { "key": "version_history", "name": "Version history", "detail": "60 published versions", "points": 20, "status": "met", "details": [ { "code": "published_versions", "params": { "count": 60 } } ], "max_points": 20 }, { "key": "not_deprecated", "name": "Not deprecated", "detail": "active, not deprecated or yanked", "points": 20, "status": "met", "details": [ { "code": "package_not_deprecated", "params": {} } ], "max_points": 20 } ] } ], "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?" }, { "key": "engineering", "band": "excellent", "name": "Engineering Quality", "value": 91, "weight": 0.2, "metrics": [ { "key": "engineering_practices", "band": "excellent", "name": "Engineering practices", "note": null, "notes": [], "value": 92, "inputs": { "has_ci": true, "has_tests": true, "has_editorconfig": false, "has_linter_config": true, "has_precommit_config": true }, "components": [ { "key": "ci_workflows", "name": "CI workflows", "detail": "17 workflow(s)", "points": 24, "status": "met", "details": [ { "code": "ci_workflows", "params": { "count": 17 } } ], "max_points": 24 }, { "key": "tests_present", "name": "Tests present", "detail": null, "points": 24, "status": "met", "details": [], "max_points": 24 }, { "key": "linter_config", "name": "Linter config", "detail": null, "points": 16, "status": "met", "details": [], "max_points": 16 }, { "key": "pre_commit_hooks", "name": "Pre-commit hooks", "detail": null, "points": 9.6, "status": "met", "details": [], "max_points": 9.6 }, { "key": "editorconfig", "name": ".editorconfig", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 6.4 }, { "key": "openssf_scorecard_ci_tests", "name": "OpenSSF Scorecard: CI-Tests", "detail": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9", "points": 18, "status": "partial", "details": [], "max_points": 20 } ] }, { "key": "documentation", "band": "excellent", "name": "Documentation", "note": null, "notes": [], "value": 90, "inputs": { "topics": [ "database", "dbms", "multi-model", "graph", "document", "time-series", "key-value", "embedded", "docker", "kubernetes", "k8s", "distributed", "arcadedb", "orientdb", "search-engine", "similarity-search", "vector-database", "vector-search" ], "has_wiki": false, "homepage": "https://arcadedb.com", "has_readme": true, "has_docs_dir": true, "has_description": true }, "components": [ { "key": "readme", "name": "README", "detail": null, "points": 30, "status": "met", "details": [], "max_points": 30 }, { "key": "documentation_directory", "name": "Documentation directory", "detail": null, "points": 25, "status": "met", "details": [], "max_points": 25 }, { "key": "documentation_homepage_site", "name": "Documentation / homepage site", "detail": "https://arcadedb.com", "points": 15, "status": "met", "details": [], "max_points": 15 }, { "key": "repository_description", "name": "Repository description", "detail": null, "points": 10, "status": "met", "details": [], "max_points": 10 }, { "key": "topics", "name": "Topics", "detail": "18 topics", "points": 10, "status": "met", "details": [ { "code": "topics_count", "params": { "count": 18 } } ], "max_points": 10 }, { "key": "wiki", "name": "Wiki", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 10 } ] } ], "description": "Are baseline engineering and documentation practices in place?" }, { "key": "security", "band": "moderate", "name": "Security", "value": 60, "weight": 0.16, "metrics": [ { "key": "security_posture", "band": "moderate", "name": "Security posture", "note": null, "notes": [], "value": 56, "inputs": { "source": "openssf_scorecard", "checks_evaluated": 18, "scorecard_version": "v5.5.0", "checks_inconclusive": 0, "scorecard_aggregate": 5.6 }, "components": [ { "key": "binary_artifacts", "name": "Binary-Artifacts", "detail": "no binaries found in the repo", "points": 7.5, "status": "met", "details": [], "max_points": 7.5 }, { "key": "branch_protection", "name": "Branch-Protection", "detail": "branch protection not enabled on development/release branches", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "ci_tests", "name": "CI-Tests", "detail": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9", "points": 2.2, "status": "partial", "details": [], "max_points": 2.5 }, { "key": "cii_best_practices", "name": "CII-Best-Practices", "detail": "no effort to earn an OpenSSF best practices badge detected", "points": 0, "status": "missed", "details": [], "max_points": 2.5 }, { "key": "code_review", "name": "Code-Review", "detail": "Found 1/30 approved changesets -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "contributors", "name": "Contributors", "detail": "project has 13 contributing companies or organizations", "points": 2.5, "status": "met", "details": [], "max_points": 2.5 }, { "key": "dangerous_workflow", "name": "Dangerous-Workflow", "detail": "no dangerous workflow patterns detected", "points": 10, "status": "met", "details": [], "max_points": 10 }, { "key": "dependency_update_tool", "name": "Dependency-Update-Tool", "detail": "update tool detected", "points": 7.5, "status": "met", "details": [], "max_points": 7.5 }, { "key": "fuzzing", "name": "Fuzzing", "detail": "project is not fuzzed", "points": 0, "status": "missed", "details": [], "max_points": 5 }, { "key": "license", "name": "License", "detail": "license file detected", "points": 2.5, "status": "met", "details": [], "max_points": 2.5 }, { "key": "maintained", "name": "Maintained", "detail": "30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10", "points": 7.5, "status": "met", "details": [], "max_points": 7.5 }, { "key": "packaging", "name": "Packaging", "detail": "packaging workflow detected", "points": 5, "status": "met", "details": [], "max_points": 5 }, { "key": "pinned_dependencies", "name": "Pinned-Dependencies", "detail": "dependency not pinned by hash detected -- score normalized to 8", "points": 4, "status": "partial", "details": [], "max_points": 5 }, { "key": "sast", "name": "SAST", "detail": "SAST tool detected but not run on all commits", "points": 4.5, "status": "partial", "details": [], "max_points": 5 }, { "key": "security_policy", "name": "Security-Policy", "detail": "security policy file detected", "points": 5, "status": "met", "details": [], "max_points": 5 }, { "key": "signed_releases", "name": "Signed-Releases", "detail": "1 out of the last 5 releases have a total of 1 signed artifacts.", "points": 0.8, "status": "partial", "details": [], "max_points": 7.5 }, { "key": "token_permissions", "name": "Token-Permissions", "detail": "detected GitHub workflow tokens with excessive permissions", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "vulnerabilities", "name": "Vulnerabilities", "detail": "11 existing vulnerabilities detected", "points": 0, "status": "missed", "details": [], "max_points": 7.5 } ] }, { "key": "dependency_advisories", "band": "good", "name": "Dependency advisories", "note": "Matched the maven:com.arcadedb:arcadedb-bolt@26.7.3 runtime dependency closure — what installing the published package pulls in — 69 packages. Reachability is not analyzed.", "notes": [ { "code": "advisories_scope_published", "params": { "package": "maven:com.arcadedb:arcadedb-bolt@26.7.3", "assessed": 69 } }, { "code": "advisories_reachability", "params": {} } ], "value": 76, "inputs": { "source": "osv", "advisories": 12, "affected_packages": 3, "assessed_packages": 69, "unassessed_packages": 0, "affected_by_severity": "high 2, moderate 1", "direct_affected_packages": 0 }, "components": [ { "key": "direct_dependencies_free_of_known_advisories", "name": "Direct dependencies free of known advisories", "detail": "no direct dependency carries a known advisory", "points": 35, "status": "met", "details": [ { "code": "no_direct_advisories", "params": {} } ], "max_points": 35 }, { "key": "indirect_dependencies_free_of_known_advisories", "name": "Indirect dependencies free of known advisories", "detail": "3 affected: com.fasterxml.jackson.core:jackson-core 2.21.1 (high 7.5), com.fasterxml.jackson.core:jackson-databind 2.21.1 (high 8.1), io.undertow:undertow-core 2.4.2.Final (moderate 5.9)", "points": 6.6, "status": "partial", "details": [ { "code": "advisories_affected", "params": { "count": 3, "packages": "com.fasterxml.jackson.core:jackson-core 2.21.1 (high 7.5), com.fasterxml.jackson.core:jackson-databind 2.21.1 (high 8.1), io.undertow:undertow-core 2.4.2.Final (moderate 5.9)" } } ], "max_points": 25 }, { "key": "no_advisories_left_outstanding", "name": "No advisories left outstanding", "detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 126 days ago", "points": 34.9, "status": "partial", "details": [ { "code": "advisories_stale", "params": { "days": 90, "count": 1, "oldest": 126 } } ], "max_points": 40 } ] }, { "key": "malicious_dependencies", "band": "excellent", "name": "Malicious dependencies", "note": null, "notes": [], "value": 100, "inputs": { "source": "osv", "meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored", "packages": [], "red_flag": false, "assessed_packages": 69, "malicious_packages": 0, "direct_malicious_packages": 0, "withdrawn_malicious_packages": 0, "installable_malicious_packages": 0 }, "components": [ { "key": "no_dependency_reported_as_a_malicious_package", "name": "No dependency reported as a malicious package", "detail": "no dependency is reported as a malicious package", "points": 100, "status": "met", "details": [ { "code": "no_malicious_dependencies", "params": {} } ], "max_points": 100 } ] }, { "key": "high_risk_jurisdiction_exposure", "band": "excellent", "name": "High-Risk Jurisdiction Exposure", "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.", "notes": [ { "code": "jurisdiction_evidence_limits", "params": {} } ], "value": 100, "inputs": { "meaning": "self-published location evidence; not nationality or citizenship", "red_flag": false, "exposures": [], "policy_countries": [ "Russia", "Iran", "North Korea" ], "review_only_matches": 0, "assessed_self_published_locations": 10 }, "components": [ { "key": "policy_exposure_multiplier", "name": "Policy exposure multiplier", "detail": "no confirmed policy-scope location match", "points": 100, "status": "met", "details": [ { "code": "jurisdiction_no_match", "params": {} } ], "max_points": 100 } ] } ], "description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?" }, { "key": "ai_readiness", "band": "excellent", "name": "AI Readiness", "value": 86, "weight": 0, "metrics": [ { "key": "ai_agent_context", "band": "excellent", "name": "Agent context & guidance", "note": null, "notes": [], "value": 85, "inputs": { "has_llms_txt": false, "legible_history_share": 0.984, "agent_instruction_files": [ "CLAUDE.md", "engine/CLAUDE.md", "ha-raft/CLAUDE.md", "studio/CLAUDE.md" ], "agent_instruction_max_bytes": 8176 }, "components": [ { "key": "agent_instructions", "name": "Agent instructions", "detail": "CLAUDE.md, engine/CLAUDE.md, ha-raft/CLAUDE.md, studio/CLAUDE.md", "points": 45, "status": "met", "details": [ { "code": "file_list", "params": { "files": "CLAUDE.md, engine/CLAUDE.md, ha-raft/CLAUDE.md, studio/CLAUDE.md" } } ], "max_points": 45 }, { "key": "machine_readable_docs_llms_txt", "name": "Machine-readable docs (llms.txt)", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 15 }, { "key": "legible_commit_history", "name": "Legible commit history", "detail": "61 of 62 human commits state their intent (structured subject or explanatory body)", "points": 40, "status": "met", "details": [ { "code": "legible_history", "params": { "legible": 61, "sampled": 62 } } ], "max_points": 40 } ] }, { "key": "ai_verify_loop", "band": "good", "name": "Verify loop (build / test / typecheck)", "note": null, "notes": [], "value": 83, "inputs": { "has_nix": false, "has_tests": true, "lockfiles": [ "go.sum", "package-lock.json" ], "has_dockerfile": true, "typed_language": true, "bootstrap_files": [], "has_devcontainer": false, "has_linter_config": true, "typecheck_configs": [ "e2e-studio/tsconfig.json" ], "agent_commit_share": 0, "toolchain_manifests": [ "bolt/pom.xml", "console/pom.xml", "coverage/pom.xml", "e2e-csharp/ArcadeDB.E2ETests/ArcadeDB.E2ETests.csproj", "e2e-go/go.mod", "e2e-ha/pom.xml", "e2e/pom.xml", "engine/pom.xml", "graphql/pom.xml", "gremlin-consumer-it/pom.xml", "gremlin-it/pom.xml", "gremlin/pom.xml", "grpc-client/pom.xml", "grpc/pom.xml", "grpcw/pom.xml", "ha-raft/pom.xml", "integration/pom.xml", "load-tests/pom.xml", "metrics/pom.xml", "mongodbw/pom.xml", "network/pom.xml", "package/pom.xml", "pom.xml", "postgresw/pom.xml", "redisw/pom.xml", "server/pom.xml", "studio/pom.xml", "tracing/pom.xml" ], "dependency_bot_commit_share": 0.14 }, "components": [ { "key": "one_command_bootstrap", "name": "One-command bootstrap", "detail": "bolt/pom.xml, console/pom.xml, coverage/pom.xml (toolchain convention, no task runner)", "points": 12.6, "status": "partial", "details": [ { "code": "toolchain_convention", "params": { "files": "bolt/pom.xml, console/pom.xml, coverage/pom.xml" } } ], "max_points": 18 }, { "key": "automated_tests", "name": "Automated tests", "detail": null, "points": 22, "status": "met", "details": [], "max_points": 22 }, { "key": "lint_format_config", "name": "Lint / format config", "detail": null, "points": 11, "status": "met", "details": [], "max_points": 11 }, { "key": "static_type_checking", "name": "Static type checking", "detail": "e2e-studio/tsconfig.json", "points": 11, "status": "met", "details": [ { "code": "file_list", "params": { "files": "e2e-studio/tsconfig.json" } } ], "max_points": 11 }, { "key": "reproducible_environment", "name": "Reproducible environment", "detail": "Dockerfile, lockfile", "points": 10, "status": "met", "details": [ { "code": "file_list", "params": { "files": "Dockerfile, lockfile" } } ], "max_points": 10 }, { "key": "demonstrated_agent_practice", "name": "Demonstrated agent practice", "detail": "no agent-authored commits among the last 100", "points": 0, "status": "missed", "details": [ { "code": "no_agent_authored_commits", "params": { "sampled": 100 } } ], "max_points": 10 }, { "key": "automated_maintenance", "name": "Automated maintenance", "detail": "14 of the last 100 commits are automated dependency updates", "points": 8, "status": "met", "details": [ { "code": "dependency_bot_commits", "params": { "count": 14, "sampled": 100 } } ], "max_points": 8 }, { "key": "openssf_scorecard_pinned_dependencies", "name": "OpenSSF Scorecard: Pinned-Dependencies", "detail": "dependency not pinned by hash detected -- score normalized to 8", "points": 8, "status": "partial", "details": [], "max_points": 10 } ] }, { "key": "ai_code_legibility", "band": "excellent", "name": "Code legibility for models", "note": null, "notes": [], "value": 99, "inputs": { "primary_language": "Java", "largest_source_bytes": 707519, "source_files_sampled": 4250, "oversized_source_files": 58 }, "components": [ { "key": "type_checkable_code", "name": "Type-checkable code", "detail": "Java (statically typed)", "points": 45, "status": "met", "details": [ { "code": "statically_typed_language", "params": { "language": "Java" } } ], "max_points": 45 }, { "key": "manageable_file_sizes", "name": "Manageable file sizes", "detail": "58/4250 source files over 60KB", "points": 54.2, "status": "partial", "details": [ { "code": "oversized_source_files", "params": { "kb": 60, "sampled": 4250, "oversized": 58 } } ], "max_points": 55 } ] }, { "key": "ai_interfaces", "band": "good", "name": "Machine-readable interfaces", "note": null, "notes": [], "value": 80, "inputs": { "example_dirs": [ "examples" ], "has_mcp_signal": false, "api_schema_files": [ "grpc/src/main/proto/arcadedb-server.proto" ] }, "components": [ { "key": "api_schema_openapi_graphql_proto", "name": "API schema (OpenAPI/GraphQL/proto)", "detail": "grpc/src/main/proto/arcadedb-server.proto", "points": 40, "status": "met", "details": [ { "code": "file_list", "params": { "files": "grpc/src/main/proto/arcadedb-server.proto" } } ], "max_points": 40 }, { "key": "mcp_server", "name": "MCP server", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 20 }, { "key": "runnable_examples", "name": "Runnable examples", "detail": "examples", "points": 40, "status": "met", "details": [ { "code": "file_list", "params": { "files": "examples" } } ], "max_points": 40 } ] } ], "description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score." } ], "metrics_version": "1.13.0" }, "warnings": [ "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token", "Could not fetch maven package 'com.arcadedb:arcadedb-e2e' from its registry", "Could not fetch go package 'arcadedb.com/e2e-go' from its registry", "Could not fetch maven package 'com.arcadedb:arcadedb-e2e-ha' from its registry" ], "report_type": "repository", "generated_at": "2026-07-29T01:28:59.681163Z", "schema_version": "0.27.0", "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/ArcadeData/arcadedb.svg", "full_name": "ArcadeData/arcadedb", "license_state": "standard", "license_spdx": "Apache-2.0" }, "repoMeta": null, "notFound": false, "related": [ { "id": 17636, "full_name": "weaviate/weaviate", "url": "https://github.com/weaviate/weaviate", "description": "Weaviate is an open-source vector database that stores both objects and vectors, allowing for the combination of vector search with structured filtering with the fault tolerance and scalability of a cloud-native database.", "ecosystem": "go", "ecosystems": [ "go", "pypi" ], "primary_language": "Go", "languages": [ "Go" ], "topics": [ "search-engine", "semantic-search", "semantic-search-engine", "vector-search", "vector-search-engine", "vector-database", "approximate-nearest-neighbor-search", "image-search", "hnsw", "information-retrieval", "mlops", "nearest-neighbor-search", "neural-search", "recommender-system", "similarity-search", "vectors", "generative-search", "hybrid-search", "weaviate", "grpc" ], "license_spdx": "BSD-3-Clause", "license_state": "standard", "stars": 16606, "forks": 1350, "watchers": 138, "monthly_downloads": null, "latest_score": 88, "latest_band": "excellent", "latest_scanned_at": "2026-07-17T18:24:59.789342Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 16084, "full_name": "valkey-io/valkey-glide", "url": "https://github.com/valkey-io/valkey-glide", "description": "An open source Valkey client library that supports Valkey, and Redis open source 6.2, 7.0 and 7.2. Valkey GLIDE is designed for reliability, optimized performance, and high-availability, for Valkey and Redis OSS based applications. GLIDE is a multi language client library, written in Rust with programming language bindings, such as Java and Python", "ecosystem": "npm", "ecosystems": [ "npm", "go", "crates", "maven", "pypi" ], "primary_language": "Java", "languages": [ "Java", "Python", "Rust", "Go", "TypeScript" ], "topics": [ "cache", "fault-tolerance", "golang", "java", "javascript", "kotlin", "nodejs", "open-source", "performance", "python", "reliability", "rust", "typescript", "valkey", "valkey-client", "database", "key-value", "csharp", "pubsub", "scala", "redis", "client", "driver", "napi", "cross-platform", "cluster", "standalone", "high-availability", "fault-tolerant", "distributed", "scalable", "resilient", "valkey-glide" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 767, "forks": 168, "watchers": 12, "monthly_downloads": 1695966, "latest_score": 88, "latest_band": "excellent", "latest_scanned_at": "2026-07-24T13:54:33.733944Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "maintained", "red_flags": [], "badge_url": "" }, { "id": 169, "full_name": "traefik/traefik", "url": "https://github.com/traefik/traefik", "description": "The Cloud Native Application Proxy", "ecosystem": "go", "ecosystems": [ "go", "npm", "pypi" ], "primary_language": "Go", "languages": [ "Go" ], "topics": [ "microservice", "docker", "marathon", "mesos", "consul", "etcd", "kubernetes", "load-balancer", "reverse-proxy", "zookeeper", "letsencrypt", "golang", "go", "traefik" ], "license_spdx": "MIT", "license_state": "standard", "stars": 64004, "forks": 6072, "watchers": 667, "monthly_downloads": null, "latest_score": 87, "latest_band": "excellent", "latest_scanned_at": "2026-07-15T20:43:27.996768Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 39573, "full_name": "authelia/authelia", "url": "https://github.com/authelia/authelia", "description": "The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified™", "ecosystem": "go", "ecosystems": [ "go", "npm" ], "primary_language": "Go", "languages": [ "Go", "TypeScript" ], "topics": [ "totp", "ldap", "sso-authentication", "yubikey", "two-factor-authentication", "docker", "kubernetes", "sso", "multifactor", "push-notifications", "mfa", "two-factor", "authentication", "security", "golang", "2fa", "oauth2", "openid-connect", "webauthn", "passkeys" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 28362, "forks": 1447, "watchers": 164, "monthly_downloads": null, "latest_score": 91, "latest_band": "excellent", "latest_scanned_at": "2026-07-25T04:42:51.544923Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "maintained", "red_flags": [], "badge_url": "" }, { "id": 27143, "full_name": "cilium/cilium", "url": "https://github.com/cilium/cilium", "description": "eBPF-based Networking, Security, and Observability", "ecosystem": "go", "ecosystems": [ "go", "pypi" ], "primary_language": "Go", "languages": [ "Go", "C" ], "topics": [ "containers", "bpf", "security", "kubernetes", "kubernetes-networking", "cni", "kernel", "loadbalancing", "monitoring", "troubleshooting", "xdp", "ebpf", "k8s", "observability", "networking", "cncf" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 24763, "forks": 3916, "watchers": 309, "monthly_downloads": null, "latest_score": 89, "latest_band": "excellent", "latest_scanned_at": "2026-07-21T23:04:08.158825Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "organic", "abandonment_state": "maintained", "red_flags": [], "badge_url": "" }, { "id": 29140, "full_name": "rook/rook", "url": "https://github.com/rook/rook", "description": "Storage Orchestration for Kubernetes", "ecosystem": "go", "ecosystems": [ "go" ], "primary_language": "Go", "languages": [ "Go" ], "topics": [ "storage", "kubernetes", "ceph", "storage-cluster", "docker", "cloud-native", "etcd", "cncf" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 13581, "forks": 2837, "watchers": 264, "monthly_downloads": null, "latest_score": 91, "latest_band": "excellent", "latest_scanned_at": "2026-07-20T19:30:09.728548Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" } ] } }
ArcadeDB Multi-Model Database, one DBMS that supports SQL, Cypher, Gremlin, HTTP/JSON, MongoDB and Redis. ArcadeDB is a conceptual fork of OrientDB, the first Multi-Model DBMS. ArcadeDB supports Vector Embeddings.
ArcadeData/arcadedb holds a health index of 79 out of 100, placing it in the Good band. It scores highest on Vitality (96/100) and lowest on Security (60/100). It was last updated today. A single contributor accounts for most of its recent work.
Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At risk ceiling of 49. AI Readiness sits outside the overall score.
Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.
This repository is backed by an organization — shared, accountable stewardship that can outlive any single maintainer.
| Registry | Package | Version | Downloads / mo | Versions | Last publish |
|---|---|---|---|---|---|
| Maven | com.arcadedb:arcadedb-bolt | 26.7.3 | - | 10 | 11 days ago |
| Maven | com.arcadedb:arcadedb-grpc | 26.7.3 | - | 15 | 11 days ago |
| Maven | com.arcadedb:arcadedb-grpcw | 26.7.3 | - | 15 | 11 days ago |
| Maven | com.arcadedb:arcadedb-engine | 26.7.3 | - | 60 | 11 days ago |
| Maven | com.arcadedb:arcadedb-redisw | 26.7.3 | - | 60 | 11 days ago |
Is the project alive — is code being written and are releases shipping?
| 36/36 | Push recency — last push 0 days ago |
| 36/36 | Commit cadence — 52/52 weeks with commits |
| 18/18 | Commit volume — 4,382 commits in the last year |
| 10/10 | OpenSSF Scorecard: Maintained — 30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10 |
| commits_last_year | 4,382 |
| human_commit_share | 0.62 |
| days_since_last_push | 0 |
| active_weeks_last_year | 52 |
| 27/27 | Ships releases — 58 releases published |
| 36/36 | Release recency — latest release 11 days ago |
| 27/27 | Release cadence — a release every ~19.4 days |
| 1/10 | OpenSSF Scorecard: Signed-Releases — 1 out of the last 5 releases have a total of 1 signed artifacts. |
| releases_count | 58 |
| latest_release_tag | 26.7.3 |
| releases_from_tags | no |
| days_since_latest_release | 11 |
| mean_days_between_releases | 19.4 |
Does the project have users, downloads, attention, and a welcoming setup for contributors?
| 49/60 | Stars — 1,047 stars |
| 17.4/25 | Forks — 125 forks |
| 6.4/15 | Watchers — 15 watchers |
| forks | 125 |
| stars | 1,047 |
| watchers | 15 |
| growth_state | unverified |
| growth_factor_pct | 100 |
| growth_unverified_reason | no_history |
| 22.5/22.5 | README |
| 22.5/22.5 | License — recognized license (Apache-2.0) |
| 18/18 | CONTRIBUTING guide |
| 0/13.5 | Code of conduct |
| 7.2/7.2 | Issue template |
| 6.3/6.3 | PR template |
| has_readme | yes |
| has_license | yes |
| has_contributing | yes |
| has_issue_template | yes |
| has_code_of_conduct | no |
| has_pull_request_template | yes |
Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?
| 9/54 | Bus factor — 1 contributor(s) cover half of all commits |
| 5.2/22.5 | Commit distribution — top contributor authored 77% of commits |
| 13.5/13.5 | Contributor breadth — 41 contributors |
| 10/10 | OpenSSF Scorecard: Contributors — project has 13 contributing companies or organizations |
| bus_factor | 1 |
| contributors_sampled | 41 |
| top_contributor_share | 0.767 |
| 45.6/46.8 | Issue resolution — 98% of issues closed |
| 34.2/38.3 | PR acceptance — 2,687/3,003 decided PRs merged |
| 0/15 | OpenSSF Scorecard: Code-Review — Found 1/30 approved changesets -- score normalized to 0 |
| merged_prs | 2,687 |
| open_issues | 54 |
| closed_issues | 2,108 |
| issue_closed_ratio | 0.975 |
| closed_unmerged_prs | 316 |
| 30/30 | Ownership backing — organization-owned |
| 0/20 | Verified domain |
| 12/25 | Owner reach — 46 followers of ArcadeData |
| 22.6/25 | Track record — 28 public repos, account ~8 yr old |
| followers | 46 |
| owner_type | Organization |
| is_verified | — |
| owner_login | ArcadeData |
| public_repos | 28 |
| account_age_days | 3,228 |
| 25/25 | Published & resolvable — 5 package(s) on maven |
| 35/35 | Publish recency — latest publish 11 days ago |
| 20/20 | Version history — 60 published versions |
| 20/20 | Not deprecated — active, not deprecated or yanked |
| packages | com.arcadedb:arcadedb-bolt, com.arcadedb:arcadedb-grpc, com.arcadedb:arcadedb-grpcw, com.arcadedb:arcadedb-engine, com.arcadedb:arcadedb-redisw |
| ecosystems | maven |
| any_deprecated | no |
| min_days_since_publish | 11 |
Are baseline engineering and documentation practices in place?
| 24/24 | CI workflows — 17 workflow(s) |
| 24/24 | Tests present |
| 16/16 | Linter config |
| 9.6/9.6 | Pre-commit hooks |
| 0/6.4 | .editorconfig |
| 18/20 | OpenSSF Scorecard: CI-Tests — 15 out of 16 merged PRs checked by a CI test -- score normalized to 9 |
| has_ci | yes |
| has_tests | yes |
| has_editorconfig | no |
| has_linter_config | yes |
| has_precommit_config | yes |
| 30/30 | README |
| 25/25 | Documentation directory |
| 15/15 | Documentation / homepage site — https://arcadedb.com |
| 10/10 | Repository description |
| 10/10 | Topics — 18 topics |
| 0/10 | Wiki |
| topics | database, dbms, multi-model, graph, document, time-series, key-value, embedded, docker, kubernetes, k8s, distributed, arcadedb, orientdb, search-engine, similarity-search, vector-database, vector-search |
| has_wiki | no |
| homepage | https://arcadedb.com |
| has_readme | yes |
| has_docs_dir | yes |
| has_description | yes |
Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?
| 7.5/7.5 | Binary-Artifacts — no binaries found in the repo |
| 0/7.5 | Branch-Protection — branch protection not enabled on development/release branches |
| 2.2/2.5 | CI-Tests — 15 out of 16 merged PRs checked by a CI test -- score normalized to 9 |
| 0/2.5 | CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected |
| 0/7.5 | Code-Review — Found 1/30 approved changesets -- score normalized to 0 |
| 2.5/2.5 | Contributors — project has 13 contributing companies or organizations |
| 10/10 | Dangerous-Workflow — no dangerous workflow patterns detected |
| 7.5/7.5 | Dependency-Update-Tool — update tool detected |
| 0/5 | Fuzzing — project is not fuzzed |
| 2.5/2.5 | License — license file detected |
| 7.5/7.5 | Maintained — 30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10 |
| 5/5 | Packaging — packaging workflow detected |
| 4/5 | Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 8 |
| 4.5/5 | SAST — SAST tool detected but not run on all commits |
| 5/5 | Security-Policy — security policy file detected |
| 0.8/7.5 | Signed-Releases — 1 out of the last 5 releases have a total of 1 signed artifacts. |
| 0/7.5 | Token-Permissions — detected GitHub workflow tokens with excessive permissions |
| 0/7.5 | Vulnerabilities — 11 existing vulnerabilities detected |
| source | openssf_scorecard |
| checks_evaluated | 18 |
| scorecard_version | v5.5.0 |
| checks_inconclusive | 0 |
| scorecard_aggregate | 5.6 |
| 35/35 | Direct dependencies free of known advisories — no direct dependency carries a known advisory |
| 6.6/25 | Indirect dependencies free of known advisories — 3 affected: com.fasterxml.jackson.core:jackson-core 2.21.1 (high 7.5), com.fasterxml.jackson.core:jackson-databind 2.21.1 (high 8.1), io.undertow:undertow-core 2.4.2.Final (moderate 5.9) |
| 34.9/40 | No advisories left outstanding — 1 advisory-carrying package(s) unaddressed past 90 days; oldest published 126 days ago |
| source | osv |
| advisories | 12 |
| affected_packages | 3 |
| assessed_packages | 69 |
| unassessed_packages | 0 |
| affected_by_severity | high 2, moderate 1 |
| direct_affected_packages | 0 |
How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score.
| 45/45 | Agent instructions — CLAUDE.md, engine/CLAUDE.md, ha-raft/CLAUDE.md, studio/CLAUDE.md |
| 0/15 | Machine-readable docs (llms.txt) |
| 40/40 | Legible commit history — 61 of 62 human commits state their intent (structured subject or explanatory body) |
| has_llms_txt | no |
| legible_history_share | 0.984 |
| agent_instruction_files | CLAUDE.md, engine/CLAUDE.md, ha-raft/CLAUDE.md, studio/CLAUDE.md |
| agent_instruction_max_bytes | 8,176 |
| 12.6/18 | One-command bootstrap — bolt/pom.xml, console/pom.xml, coverage/pom.xml (toolchain convention, no task runner) |
| 22/22 | Automated tests |
| 11/11 | Lint / format config |
| 11/11 | Static type checking — e2e-studio/tsconfig.json |
| 10/10 | Reproducible environment — Dockerfile, lockfile |
| 0/10 | Demonstrated agent practice — no agent-authored commits among the last 100 |
| 8/8 | Automated maintenance — 14 of the last 100 commits are automated dependency updates |
| 8/10 | OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 8 |
| has_nix | no |
| has_tests | yes |
| lockfiles | go.sum, package-lock.json |
| has_dockerfile | yes |
| typed_language | yes |
| bootstrap_files | — |
| has_devcontainer | no |
| has_linter_config | yes |
| typecheck_configs | e2e-studio/tsconfig.json |
| agent_commit_share | 0 |
| toolchain_manifests | bolt/pom.xml, console/pom.xml, coverage/pom.xml, e2e-csharp/ArcadeDB.E2ETests/ArcadeDB.E2ETests.csproj, e2e-go/go.mod, e2e-ha/pom.xml, e2e/pom.xml, engine/pom.xml, graphql/pom.xml, gremlin-consumer-it/pom.xml, gremlin-it/pom.xml, gremlin/pom.xml, grpc-client/pom.xml, grpc/pom.xml, grpcw/pom.xml, ha-raft/pom.xml, integration/pom.xml, load-tests/pom.xml, metrics/pom.xml, mongodbw/pom.xml, network/pom.xml, package/pom.xml, pom.xml, postgresw/pom.xml, redisw/pom.xml, server/pom.xml, studio/pom.xml, tracing/pom.xml |
| dependency_bot_commit_share | 0.14 |
| 45/45 | Type-checkable code — Java (statically typed) |
| 54.2/55 | Manageable file sizes — 58/4,250 source files over 60KB |
| primary_language | Java |
| largest_source_bytes | 707,519 |
| source_files_sampled | 4,250 |
| oversized_source_files | 58 |
| 40/40 | API schema (OpenAPI/GraphQL/proto) — grpc/src/main/proto/arcadedb-server.proto |
| 0/20 | MCP server |
| 40/40 | Runnable examples — examples |
| example_dirs | examples |
| has_mcp_signal | no |
| api_schema_files | grpc/src/main/proto/arcadedb-server.proto |
When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.
Each point covers 5 days.
Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).
| 10 | Binary-Artifacts | no binaries found in the repo |
| 0 | Branch-Protection | branch protection not enabled on development/release branches |
| 9 | CI-Tests | 15 out of 16 merged PRs checked by a CI test -- score normalized to 9 |
| 0 | CII-Best-Practices | no effort to earn an OpenSSF best practices badge detected |
| 0 | Code-Review | Found 1/30 approved changesets -- score normalized to 0 |
| 10 | Contributors | project has 13 contributing companies or organizations |
| 10 | Dangerous-Workflow | no dangerous workflow patterns detected |
| 10 | Dependency-Update-Tool | update tool detected |
| 0 | Fuzzing | project is not fuzzed |
| 10 | License | license file detected |
| 10 | Maintained | 30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10 |
| 10 | Packaging | packaging workflow detected |
| 8 | Pinned-Dependencies | dependency not pinned by hash detected -- score normalized to 8 |
| 9 | SAST | SAST tool detected but not run on all commits |
| 10 | Security-Policy | security policy file detected |
| 1 | Signed-Releases | 1 out of the last 5 releases have a total of 1 signed artifacts. |
| 0 | Token-Permissions | detected GitHub workflow tokens with excessive permissions |
| 0 | Vulnerabilities | 11 existing vulnerabilities detected |
| Registry | Package | Version constraint | Manifest |
|---|---|---|---|
| Maven | com.arcadedb:arcadedb-engine | ${project.parent.version} | console/pom.xml |
| Maven | com.arcadedb:arcadedb-network | ${project.parent.version} | console/pom.xml |
| Maven | com.arcadedb:arcadedb-integration | ${project.parent.version} | console/pom.xml |
| Maven | org.jline:jline-terminal | ${jline.version} | console/pom.xml |
| Maven | org.jline:jline-reader | ${jline.version} | console/pom.xml |
| Maven | org.jline:jline-terminal-jni | ${jline.version} | console/pom.xml |
| Maven | org.slf4j:slf4j-jdk14 | ${slf4j.version} | console/pom.xml |
| Maven | ${project.groupId}:arcadedb-console | ${project.version} | coverage/pom.xml |
| Maven | ${project.groupId}:arcadedb-engine | ${project.version} | coverage/pom.xml |
| Maven | ${project.groupId}:arcadedb-bolt | ${project.version} | coverage/pom.xml |
| Maven | ${project.groupId}:arcadedb-network | ${project.version} | coverage/pom.xml |
| Maven | ${project.groupId}:arcadedb-server | ${project.version} | coverage/pom.xml |
| Maven | ${project.groupId}:arcadedb-postgresw | ${project.version} | coverage/pom.xml |
| Maven | ${project.groupId}:arcadedb-redisw | ${project.version} | coverage/pom.xml |
| Maven | ${project.groupId}:arcadedb-gremlin | ${project.version} | coverage/pom.xml |
| Maven | ${project.groupId}:arcadedb-mongodbw | ${project.version} | coverage/pom.xml |
| Maven | ${project.groupId}:arcadedb-graphql | ${project.version} | coverage/pom.xml |
| Maven | ${project.groupId}:arcadedb-metrics | ${project.version} | coverage/pom.xml |
| Maven | ${project.groupId}:arcadedb-grpcw | ${project.version} | coverage/pom.xml |
| Maven | ${project.groupId}:arcadedb-grpc-client | ${project.version} | coverage/pom.xml |
| Maven | ${project.groupId}:arcadedb-integration | ${project.version} | coverage/pom.xml |
| Go | github.com/neo4j/neo4j-go-driver/v5 | v5.28.4 | e2e-go/go.mod |
| Go | github.com/stretchr/testify | v1.11.1 | e2e-go/go.mod |
| Go | github.com/testcontainers/testcontainers-go | v0.43.0 | e2e-go/go.mod |
| npm | neo4j-driver | ^6.0.1 | e2e-js/package.json |
| npm | pg | ^8.16.0 | e2e-js/package.json |
| PyPI | testcontainers | >=4.15.0 | e2e-python/pyproject.toml |
| PyPI | pytest | >=9.1.1 | e2e-python/pyproject.toml |
| PyPI | pytest-check | >=2.8.0 | e2e-python/pyproject.toml |
| PyPI | pytest-asyncio | >=1.4.0 | e2e-python/pyproject.toml |
| PyPI | docker | >=7.2.0 | e2e-python/pyproject.toml |
| PyPI | psycopg | >=3.3.4 | e2e-python/pyproject.toml |
| PyPI | psycopg-binary | >=3.3.4 | e2e-python/pyproject.toml |
| PyPI | asyncpg | >=0.31.0 | e2e-python/pyproject.toml |
| PyPI | requests | >=2.34.2 | e2e-python/pyproject.toml |
| PyPI | sqlalchemy | >=2.0.51 | e2e-python/pyproject.toml |
| PyPI | neo4j | >=6.2.0 | e2e-python/pyproject.toml |
| Maven | io.cucumber:cucumber-bom | ${cucumber.version} | engine/pom.xml |
| Maven | org.slf4j:slf4j-api | ${slf4j.version} | engine/pom.xml |
| Maven | com.conversantmedia:disruptor | ${disruptor.version} | engine/pom.xml |
| Maven | at.yawk.lz4:lz4-java | ${lz4-java.version} | engine/pom.xml |
| Maven | org.apache.lucene:lucene-analysis-common | ${lucene.version} | engine/pom.xml |
| Maven | org.apache.lucene:lucene-spatial-extras | ${lucene.version} | engine/pom.xml |
| Maven | org.apache.lucene:lucene-queryparser | ${lucene.version} | engine/pom.xml |
| Maven | org.locationtech.spatial4j:spatial4j | ${spatial4j.version} | engine/pom.xml |
| Maven | org.locationtech.jts:jts-core | ${jts-core.version} | engine/pom.xml |
| Maven | com.google.code.gson:gson | ${gson.version} | engine/pom.xml |
| Maven | io.github.jbellis:jvector | ${jvector.version} | engine/pom.xml |
| Maven | org.antlr:antlr4-runtime | ${antlr4.version} | engine/pom.xml |
| Maven | org.graalvm.sdk:graal-sdk | ${graalvm.version} | engine/pom.xml |
| Maven | org.graalvm.polyglot:polyglot | ${graalvm.version} | engine/pom.xml |
| Maven | org.graalvm.polyglot:js | ${graalvm.version} | engine/pom.xml |
| Maven | com.arcadedb:arcadedb-engine | ${project.parent.version} | gremlin-consumer-it/pom.xml |
| Maven | com.arcadedb:arcadedb-gremlin | ${project.parent.version} | gremlin-consumer-it/pom.xml |
| Maven | com.arcadedb:arcadedb-integration | ${project.parent.version} | gremlin/pom.xml |
| Maven | org.antlr:antlr4-runtime | ${antlr4.version} | gremlin/pom.xml |
| Maven | io.netty:netty-all | ${netty.version} | gremlin/pom.xml |
| Maven | org.apache.commons:commons-lang3 | ${commons-lang3.version} | gremlin/pom.xml |
| Maven | org.apache.commons:commons-configuration2 | ${commons-configuration2.version} | gremlin/pom.xml |
| Maven | commons-beanutils:commons-beanutils | ${commons-beanutils.version} | gremlin/pom.xml |
| Maven | org.apache.groovy:groovy | ${groovy.version} | gremlin/pom.xml |
| Maven | org.apache.tinkerpop:gremlin-core | ${gremlin.version} | gremlin/pom.xml |
| Maven | org.apache.tinkerpop:gremlin-server | ${gremlin.version} | gremlin/pom.xml |
| Maven | org.apache.tinkerpop:gremlin-driver | ${gremlin.version} | gremlin/pom.xml |
| Maven | org.apache.tinkerpop:gremlin-util | ${gremlin.version} | gremlin/pom.xml |
| Maven | org.apache.tinkerpop:gremlin-groovy | ${gremlin.version} | gremlin/pom.xml |
| Maven | org.yaml:snakeyaml | ${snakeyaml.version} | gremlin/pom.xml |
| Maven | com.arcadedb:arcadedb-engine | ${project.parent.version} | grpc-client/pom.xml |
| Maven | com.arcadedb:arcadedb-network | ${project.parent.version} | grpc-client/pom.xml |
| Maven | com.arcadedb:arcadedb-grpc | ${project.parent.version} | grpc-client/pom.xml |
| Maven | io.grpc:grpc-netty-shaded | ${grpc.version} | grpc-client/pom.xml |
| Maven | io.grpc:grpc-protobuf | ${grpc.version} | grpc-client/pom.xml |
| Maven | io.grpc:grpc-stub | ${grpc.version} | grpc-client/pom.xml |
| Maven | io.grpc:grpc-services | ${grpc.version} | grpc-client/pom.xml |
| Maven | com.google.protobuf:protobuf-java | ${protobuf-java.version} | grpc-client/pom.xml |
| Maven | com.google.protobuf:protobuf-java-util | ${protobuf-java.version} | grpc-client/pom.xml |
| Maven | com.google.api.grpc:proto-google-common-protos | ${com.google.api.grpc.version} | grpc-client/pom.xml |
| Maven | javax.annotation:javax.annotation-api | ${javax.annotation-api.version} | grpc-client/pom.xml |
| Maven | com.arcadedb:arcadedb-grpc | ${project.parent.version} | grpc-client/pom.xml |
| Maven | io.grpc:grpc-netty-shaded | ${grpc.version} | grpc/pom.xml |
| Maven | io.grpc:grpc-protobuf | ${grpc.version} | grpc/pom.xml |
| Maven | io.grpc:grpc-stub | ${grpc.version} | grpc/pom.xml |
| Maven | io.grpc:grpc-services | ${grpc.version} | grpc/pom.xml |
| Maven | io.grpc:grpc-xds | ${grpc.version} | grpc/pom.xml |
| Maven | com.google.protobuf:protobuf-java | ${protobuf-java.version} | grpc/pom.xml |
| Maven | com.google.protobuf:protobuf-java-util | ${protobuf-java.version} | grpc/pom.xml |
| Maven | com.google.api.grpc:proto-google-common-protos | ${com.google.api.grpc.version} | grpc/pom.xml |
| Maven | javax.annotation:javax.annotation-api | ${javax.annotation-api.version} | grpc/pom.xml |
| Maven | com.arcadedb:arcadedb-grpc | ${project.parent.version} | grpcw/pom.xml |
| Maven | com.arcadedb:arcadedb-engine | ${project.parent.version} | ha-raft/pom.xml |
| Maven | com.arcadedb:arcadedb-network | ${project.parent.version} | ha-raft/pom.xml |
| Maven | org.apache.ratis:ratis-server | ${ratis.version} | ha-raft/pom.xml |
| Maven | org.apache.ratis:ratis-grpc | ${ratis.version} | ha-raft/pom.xml |
| Maven | org.apache.ratis:ratis-metrics-default | ${ratis.version} | ha-raft/pom.xml |
| Maven | com.arcadedb:arcadedb-engine | ${project.parent.version} | integration/pom.xml |
| Maven | com.sonofab1rd:univocity-parsers | ${univocity-parsers.version} | integration/pom.xml |
| Maven | io.micrometer:micrometer-registry-prometheus | ${micrometer.version} | metrics/pom.xml |
| Maven | io.micrometer:micrometer-registry-otlp | ${micrometer.version} | metrics/pom.xml |
| Maven | de.bwaldvogel:mongo-java-server | ${mongo-java-server.version} | mongodbw/pom.xml |
| Maven | io.netty:netty-transport | ${netty.version} | mongodbw/pom.xml |
| Maven | io.netty:netty-codec | ${netty.version} | mongodbw/pom.xml |
| Maven | io.netty:netty-handler | ${netty.version} | mongodbw/pom.xml |
| Maven | com.arcadedb:arcadedb-engine | ${project.parent.version} | network/pom.xml |
| Maven | com.arcadedb:arcadedb-engine | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-console | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-server | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-studio | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-ha-raft | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-metrics | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-tracing | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-gremlin | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-bolt | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-redisw | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-postgresw | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-mongodbw | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-grpcw | ${project.parent.version} | package/pom.xml |
| Maven | com.arcadedb:arcadedb-graphql | ${project.parent.version} | package/pom.xml |
| Maven | org.slf4j:slf4j-jdk14 | ${slf4j.version} | package/pom.xml |
| Maven | org.junit:junit-bom | ${junit.jupiter.version} | pom.xml |
| Maven | org.assertj:assertj-bom | ${assertj-core.version} | pom.xml |
| Maven | io.micrometer:micrometer-tracing-bom | ${micrometer-tracing.version} | pom.xml |
| Maven | io.opentelemetry:opentelemetry-bom | ${opentelemetry.version} | pom.xml |
| Maven | org.jboss.threads:jboss-threads | ${jboss-threads.version} | pom.xml |
| Maven | com.google.protobuf:protobuf-java | ${protobuf-java.version} | pom.xml |
| Maven | com.google.protobuf:protobuf-java-util | ${protobuf-java.version} | pom.xml |
| Maven | com.arcadedb:arcadedb-engine | ${project.parent.version} | server/pom.xml |
| Maven | com.arcadedb:arcadedb-network | ${project.parent.version} | server/pom.xml |
| Maven | io.undertow:undertow-core | ${undertow-core.version} | server/pom.xml |
| Maven | io.micrometer:micrometer-core | ${micrometer.version} | server/pom.xml |
| Maven | io.swagger.core.v3:swagger-core | ${swagger.version} | server/pom.xml |
| Maven | io.swagger.core.v3:swagger-annotations | ${swagger.version} | server/pom.xml |
| Maven | io.swagger.core.v3:swagger-models | ${swagger.version} | server/pom.xml |
| Maven | org.xerial.snappy:snappy-java | ${snappy.version} | server/pom.xml |
| npm | @fortawesome/fontawesome-free | ^7.3.1 | studio/package.json |
| npm | @popperjs/core | ^2.11.8 | studio/package.json |
| npm | apexcharts | ^6.5.0 | studio/package.json |
| npm | bootstrap | ^5.3.8 | studio/package.json |
| npm | codemirror | ^5.65.21 | studio/package.json |
| npm | cytoscape | ^3.34.0 | studio/package.json |
| npm | cytoscape-cxtmenu | ^3.5.0 | studio/package.json |
| npm | cytoscape-fcose | ^2.2.0 | studio/package.json |
| npm | cytoscape-graphml | ^1.0.6 | studio/package.json |
| npm | cytoscape-node-html-label | ^1.2.2 | studio/package.json |
| npm | datatables.net | ^3.0.0 | studio/package.json |
| npm | datatables.net-bs5 | ^3.0.0 | studio/package.json |
| npm | datatables.net-buttons | ^4.0.0 | studio/package.json |
| npm | datatables.net-buttons-bs5 | ^4.0.0 | studio/package.json |
| npm | datatables.net-responsive | ^4.0.0 | studio/package.json |
| npm | datatables.net-responsive-bs5 | ^4.0.0 | studio/package.json |
| npm | datatables.net-select | ^4.0.0 | studio/package.json |
| npm | datatables.net-select-bs5 | ^4.0.0 | studio/package.json |
| npm | jquery | ^4.0.0 | studio/package.json |
| npm | marked | ^18.0.7 | studio/package.json |
| npm | jszip | ^3.10.1 | studio/package.json |
| npm | pdfmake | ^0.3.11 | studio/package.json |
| npm | swagger-ui-dist | ^5.32.11 | studio/package.json |
| npm | sweetalert2 | ^11.26.25 | studio/package.json |
| Maven | io.micrometer:micrometer-tracing-bridge-otel | — | tracing/pom.xml |
| Maven | io.opentelemetry:opentelemetry-exporter-otlp | — | tracing/pom.xml |
| Maven | io.opentelemetry:opentelemetry-sdk | — | tracing/pom.xml |
Full resolved dependency set from the GitHub dependency graph: 125 direct and 748 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.
| Registry | Package | Version | Relation |
|---|---|---|---|
| Go | github.com/neo4j/neo4j-go-driver/v5 | v5.28.4 | direct |
| Go | github.com/stretchr/testify | v1.11.1 | direct |
| Go | github.com/testcontainers/testcontainers-go | v0.43.0 | direct |
| Maven | at.yawk.lz4:lz4-java | 1.11.1 | direct |
| Maven | com.arcadedb:arcadedb-bolt | — | direct |
| Maven | com.arcadedb:arcadedb-console | — | direct |
| Maven | com.arcadedb:arcadedb-engine | — | direct |
| Maven | com.arcadedb:arcadedb-graphql | — | direct |
| Maven | com.arcadedb:arcadedb-gremlin | — | direct |
| Maven | com.arcadedb:arcadedb-grpc | — | direct |
| Maven | com.arcadedb:arcadedb-grpcw | — | direct |
| Maven | com.arcadedb:arcadedb-ha-raft | — | direct |
| Maven | com.arcadedb:arcadedb-integration | — | direct |
| Maven | com.arcadedb:arcadedb-metrics | — | direct |
| Maven | com.arcadedb:arcadedb-mongodbw | — | direct |
| Maven | com.arcadedb:arcadedb-network | — | direct |
| Maven | com.arcadedb:arcadedb-postgresw | — | direct |
| Maven | com.arcadedb:arcadedb-redisw | — | direct |
| Maven | com.arcadedb:arcadedb-server | — | direct |
| Maven | com.arcadedb:arcadedb-studio | — | direct |
| Maven | com.arcadedb:arcadedb-tracing | — | direct |
| Maven | com.conversantmedia:disruptor | 1.2.21 | direct |
| Maven | com.google.api.grpc:proto-google-common-protos | — | direct |
| Maven | com.google.code.gson:gson | 2.14.0 | direct |
| Maven | com.google.protobuf:protobuf-java | — | direct |
| Maven | com.google.protobuf:protobuf-java | 4.35.1 | direct |
| Maven | com.google.protobuf:protobuf-java-util | — | direct |
| Maven | com.google.protobuf:protobuf-java-util | 4.35.1 | direct |
| Maven | com.sonofab1rd:univocity-parsers | 2.10.2 | direct |
| Maven | commons-beanutils:commons-beanutils | 1.11.0 | direct |
| Maven | de.bwaldvogel:mongo-java-server | 1.47.0 | direct |
| Maven | io.cucumber:cucumber-bom | 7.34.6 | direct |
| Maven | io.github.jbellis:jvector | 4.0.0-rc.9 | direct |
| Maven | io.grpc:grpc-netty-shaded | — | direct |
| Maven | io.grpc:grpc-protobuf | — | direct |
| Maven | io.grpc:grpc-services | — | direct |
| Maven | io.grpc:grpc-stub | — | direct |
| Maven | io.grpc:grpc-xds | — | direct |
| Maven | io.micrometer:micrometer-core | — | direct |
| Maven | io.micrometer:micrometer-core | 1.17.0 | direct |
| Maven | io.micrometer:micrometer-registry-otlp | 1.17.0 | direct |
| Maven | io.micrometer:micrometer-registry-prometheus | 1.17.0 | direct |
| Maven | io.micrometer:micrometer-tracing-bom | 1.7.0 | direct |
| Maven | io.micrometer:micrometer-tracing-bridge-otel | — | direct |
| Maven | io.netty:netty-all | 4.2.16 | direct |
| Maven | io.netty:netty-codec | 4.2.16 | direct |
| Maven | io.netty:netty-handler | 4.2.16 | direct |
| Maven | io.netty:netty-transport | 4.2.16 | direct |
| Maven | io.opentelemetry:opentelemetry-bom | 1.64.0 | direct |
| Maven | io.opentelemetry:opentelemetry-exporter-otlp | — | direct |
| Maven | io.opentelemetry:opentelemetry-sdk | — | direct |
| Maven | io.swagger.core.v3:swagger-annotations | 2.2.52 | direct |
| Maven | io.swagger.core.v3:swagger-core | 2.2.52 | direct |
| Maven | io.swagger.core.v3:swagger-models | 2.2.52 | direct |
| Maven | io.undertow:undertow-core | — | direct |
| Maven | javax.annotation:javax.annotation-api | — | direct |
| Maven | org.antlr:antlr4-runtime | 4.13.2 | direct |
| Maven | org.antlr:antlr4-runtime | 4.9.1 | direct |
| Maven | org.apache.commons:commons-configuration2 | 2.15.1 | direct |
| Maven | org.apache.commons:commons-lang3 | 3.20.0 | direct |
| Maven | org.apache.groovy:groovy | 4.0.32 | direct |
| Maven | org.apache.lucene:lucene-analysis-common | 10.5.0 | direct |
| Maven | org.apache.lucene:lucene-queryparser | 10.5.0 | direct |
| Maven | org.apache.lucene:lucene-spatial-extras | 10.5.0 | direct |
| Maven | org.apache.ratis:ratis-grpc | 3.2.2 | direct |
| Maven | org.apache.ratis:ratis-metrics-default | 3.2.2 | direct |
| Maven | org.apache.ratis:ratis-server | 3.2.2 | direct |
| Maven | org.apache.tinkerpop:gremlin-core | — | direct |
| Maven | org.apache.tinkerpop:gremlin-driver | — | direct |
| Maven | org.apache.tinkerpop:gremlin-groovy | — | direct |
| Maven | org.apache.tinkerpop:gremlin-server | — | direct |
| Maven | org.apache.tinkerpop:gremlin-util | — | direct |
| Maven | org.assertj:assertj-bom | 3.27.7 | direct |
| Maven | org.graalvm.polyglot:js | 25.1.3 | direct |
| Maven | org.graalvm.polyglot:polyglot | 25.1.3 | direct |
| Maven | org.graalvm.sdk:graal-sdk | 25.1.3 | direct |
| Maven | org.jboss.threads:jboss-threads | 3.9.2 | direct |
| Maven | org.jline:jline-reader | 4.3.1 | direct |
| Maven | org.jline:jline-terminal | 4.3.1 | direct |
| Maven | org.jline:jline-terminal-jni | 4.3.1 | direct |
| Maven | org.junit:junit-bom | 6.1.2 | direct |
| Maven | org.locationtech.jts:jts-core | 1.20.0 | direct |
| Maven | org.locationtech.spatial4j:spatial4j | 0.8 | direct |
| Maven | org.slf4j:slf4j-api | — | direct |
| Maven | org.slf4j:slf4j-jdk14 | — | direct |
| Maven | org.slf4j:slf4j-jdk14 | 2.0.18 | direct |
| Maven | org.xerial.snappy:snappy-java | 1.1.10.8 | direct |
| Maven | org.yaml:snakeyaml | 2.6 | direct |
| npm | @fortawesome/fontawesome-free | 7.3.1 | direct |
| npm | @popperjs/core | 2.11.8 | direct |
| npm | apexcharts | 6.5.0 | direct |
| npm | bootstrap | 5.3.8 | direct |
| npm | codemirror | 5.65.21 | direct |
| npm | cytoscape | 3.34.0 | direct |
| npm | cytoscape-cxtmenu | 3.5.0 | direct |
| npm | cytoscape-fcose | 2.2.0 | direct |
| npm | cytoscape-graphml | 1.0.6 | direct |
| npm | cytoscape-node-html-label | 1.2.2 | direct |
| npm | datatables.net | 3.0.0 | direct |
| npm | datatables.net-bs5 | 3.0.0 | direct |
| npm | datatables.net-buttons | 4.0.0 | direct |
| npm | datatables.net-buttons-bs5 | 4.0.0 | direct |
| npm | datatables.net-responsive | 4.0.0 | direct |
| npm | datatables.net-responsive-bs5 | 4.0.0 | direct |
| npm | datatables.net-select | 4.0.0 | direct |
| npm | datatables.net-select-bs5 | 4.0.0 | direct |
| npm | jquery | 4.0.0 | direct |
| npm | jszip | 3.10.1 | direct |
| npm | marked | 18.0.7 | direct |
| npm | neo4j-driver | 6.2.0 | direct |
| npm | pdfmake | 0.3.11 | direct |
| npm | pg | 8.22.0 | direct |
| npm | swagger-ui-dist | 5.32.11 | direct |
| npm | sweetalert2 | 11.26.25 | direct |
| PyPI | asyncpg | — | direct |
| PyPI | docker | — | direct |
| PyPI | neo4j | — | direct |
| PyPI | psycopg | — | direct |
| PyPI | psycopg-binary | — | direct |
| PyPI | pytest | — | direct |
| PyPI | pytest-asyncio | — | direct |
| PyPI | pytest-check | — | direct |
| PyPI | requests | — | direct |
| PyPI | sqlalchemy | — | direct |
| PyPI | testcontainers | — | direct |
| Go | dario.cat/mergo | v1.0.2 | indirect |
| Go | github.com/azure/go-ansiterm | v0.0.0-20250102033503-faa5f7b0171c | indirect |
| Go | github.com/cenkalti/backoff/v4 | v4.3.0 | indirect |
| Go | github.com/cespare/xxhash/v2 | v2.3.0 | indirect |
| Go | github.com/containerd/errdefs | v1.0.0 | indirect |
| Go | github.com/containerd/errdefs/pkg | v0.3.0 | indirect |
| Go | github.com/containerd/log | v0.1.0 | indirect |
| Go | github.com/containerd/platforms | v0.2.1 | indirect |
| Go | github.com/cpuguy83/dockercfg | v0.3.2 | indirect |
| Go | github.com/davecgh/go-spew | v1.1.1 | indirect |
| Go | github.com/distribution/reference | v0.6.0 | indirect |
| Go | github.com/docker/go-connections | v0.6.0 | indirect |
| Go | github.com/docker/go-units | v0.5.0 | indirect |
| Go | github.com/ebitengine/purego | v0.10.0 | indirect |
| Go | github.com/felixge/httpsnoop | v1.0.4 | indirect |
| Go | github.com/go-logr/logr | v1.4.3 | indirect |
| Go | github.com/go-logr/stdr | v1.2.2 | indirect |
| Go | github.com/go-ole/go-ole | v1.2.6 | indirect |
| Go | github.com/google/uuid | v1.6.0 | indirect |
| Go | github.com/klauspost/compress | v1.18.5 | indirect |
| Go | github.com/lufia/plan9stats | v0.0.0-20211012122336-39d0f177ccd0 | indirect |
| Go | github.com/magiconair/properties | v1.8.10 | indirect |
| Go | github.com/microsoft/go-winio | v0.6.2 | indirect |
| Go | github.com/moby/docker-image-spec | v1.3.1 | indirect |
| Go | github.com/moby/go-archive | v0.2.0 | indirect |
| Go | github.com/moby/moby/api | v1.54.2 | indirect |
| Go | github.com/moby/moby/client | v0.4.0 | indirect |
| Go | github.com/moby/patternmatcher | v0.6.1 | indirect |
| Go | github.com/moby/sys/sequential | v0.6.0 | indirect |
| Go | github.com/moby/sys/user | v0.4.0 | indirect |
| Go | github.com/moby/sys/userns | v0.1.0 | indirect |
| Go | github.com/moby/term | v0.5.2 | indirect |
| Go | github.com/opencontainers/go-digest | v1.0.0 | indirect |
| Go | github.com/opencontainers/image-spec | v1.1.1 | indirect |
| Go | github.com/pmezard/go-difflib | v1.0.0 | indirect |
| Go | github.com/power-devops/perfstat | v0.0.0-20240221224432-82ca36839d55 | indirect |
| Go | github.com/shirou/gopsutil/v4 | v4.26.5 | indirect |
| Go | github.com/sirupsen/logrus | v1.9.4 | indirect |
| Go | github.com/tklauser/go-sysconf | v0.3.16 | indirect |
| Go | github.com/tklauser/numcpus | v0.11.0 | indirect |
| Go | github.com/yusufpapurcu/wmi | v1.2.4 | indirect |
| Go | go.opentelemetry.io/auto/sdk | v1.2.1 | indirect |
| Go | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp | v0.60.0 | indirect |
| Go | go.opentelemetry.io/otel | v1.43.0 | indirect |
| Go | go.opentelemetry.io/otel/metric | v1.43.0 | indirect |
| Go | go.opentelemetry.io/otel/sdk | v1.43.0 | indirect |
| Go | go.opentelemetry.io/otel/sdk/metric | v1.43.0 | indirect |
| Go | go.opentelemetry.io/otel/trace | v1.43.0 | indirect |
| Go | golang.org/x/crypto | v0.53.0 | indirect |
| Go | golang.org/x/sys | v0.46.0 | indirect |
| Go | gopkg.in/yaml.v3 | v3.0.1 | indirect |
| Maven | ch.qos.logback:logback-classic | — | indirect |
| Maven | ch.qos.logback:logback-classic | 1.6.0 | indirect |
| Maven | com.arcadedb:arcadedb-grpc-client | — | indirect |
| Maven | com.arcadedb:arcadedb-load-tests | — | indirect |
| Maven | com.fasterxml.jackson.core:jackson-databind | 2.22.1 | indirect |
| Maven | com.github.eirslett:frontend-maven-plugin | 2.0.1 | indirect |
| Maven | com.helger.maven:ph-javacc-maven-plugin | 5.0.1 | indirect |
| Maven | com.jayway.jsonpath:json-path | 3.0.0 | indirect |
| Maven | com.mycila:license-maven-plugin | 5.1.1 | indirect |
| Maven | io.cucumber:cucumber-java | — | indirect |
| Maven | io.cucumber:cucumber-junit-platform-engine | — | indirect |
| Maven | io.fabric8:docker-maven-plugin | 0.48.1 | indirect |
| Maven | io.github.ascopes:protobuf-maven-plugin | — | indirect |
| Maven | io.github.ascopes:protobuf-maven-plugin | 5.1.7 | indirect |
| Maven | io.grpc:grpc-testing | — | indirect |
| Maven | io.grpc:protoc-gen-grpc-java | 1.79.0 | indirect |
| Maven | io.opentelemetry:opentelemetry-sdk-testing | — | indirect |
| Maven | io.swagger.parser.v3:swagger-parser | 2.1.45 | indirect |
| Maven | net.nicoulaj.maven.plugins:checksum-maven-plugin | 1.11 | indirect |
| Maven | org.antlr:antlr4-maven-plugin | 4.13.2 | indirect |
| Maven | org.apache.maven.plugins:maven-assembly-plugin | — | indirect |
| Maven | org.apache.maven.plugins:maven-clean-plugin | — | indirect |
| Maven | org.apache.maven.plugins:maven-compiler-plugin | — | indirect |
| Maven | org.apache.maven.plugins:maven-compiler-plugin | 3.15.0 | indirect |
| Maven | org.apache.maven.plugins:maven-deploy-plugin | — | indirect |
| Maven | org.apache.maven.plugins:maven-enforcer-plugin | — | indirect |
| Maven | org.apache.maven.plugins:maven-failsafe-plugin | — | indirect |
| Maven | org.apache.maven.plugins:maven-failsafe-plugin | 3.5.6 | indirect |
| Maven | org.apache.maven.plugins:maven-gpg-plugin | 3.2.8 | indirect |
| Maven | org.apache.maven.plugins:maven-install-plugin | 3.1.4 | indirect |
| Maven | org.apache.maven.plugins:maven-jar-plugin | — | indirect |
| Maven | org.apache.maven.plugins:maven-jar-plugin | 3.5.1 | indirect |
| Maven | org.apache.maven.plugins:maven-javadoc-plugin | 3.12.0 | indirect |
| Maven | org.apache.maven.plugins:maven-resources-plugin | 3.5.0 | indirect |
| Maven | org.apache.maven.plugins:maven-shade-plugin | — | indirect |
| Maven | org.apache.maven.plugins:maven-shade-plugin | 3.6.2 | indirect |
| Maven | org.apache.maven.plugins:maven-source-plugin | 3.4.0 | indirect |
| Maven | org.apache.maven.plugins:maven-surefire-plugin | — | indirect |
| Maven | org.apache.maven.plugins:maven-surefire-plugin | 3.5.6 | indirect |
| Maven | org.apache.ratis:ratis-common | 3.2.2 | indirect |
| Maven | org.apache.ratis:ratis-test | 3.2.2 | indirect |
| Maven | org.apache.tinkerpop:gremlin-test | — | indirect |
| Maven | org.apache.tomcat:tomcat-jdbc | 11.0.24 | indirect |
| Maven | org.assertj:assertj-core | — | indirect |
| Maven | org.assertj:assertj-db | 3.0.2 | indirect |
| Maven | org.awaitility:awaitility | — | indirect |
| Maven | org.awaitility:awaitility | 4.3.0 | indirect |
| Maven | org.codehaus.mojo:build-helper-maven-plugin | 3.6.1 | indirect |
| Maven | org.codehaus.mojo:buildnumber-maven-plugin | 3.3.0 | indirect |
| Maven | org.codehaus.mojo:license-maven-plugin | 2.7.1 | indirect |
| Maven | org.codehaus.mojo:versions-maven-plugin | 2.21.0 | indirect |
| Maven | org.jacoco:jacoco-maven-plugin | — | indirect |
| Maven | org.jacoco:jacoco-maven-plugin | 0.8.15 | indirect |
| Maven | org.junit.jupiter:junit-jupiter | — | indirect |
| Maven | org.junit.jupiter:junit-jupiter-params | — | indirect |
| Maven | org.junit.platform:junit-platform-suite | — | indirect |
| Maven | org.junit.vintage:junit-vintage-engine | — | indirect |
| Maven | org.mockito:mockito-core | — | indirect |
| Maven | org.mockito:mockito-core | 5.23.0 | indirect |
| Maven | org.mongodb:mongo-java-driver | 3.12.14 | indirect |
| Maven | org.neo4j.driver:neo4j-java-driver | — | indirect |
| Maven | org.openjdk.jmh:jmh-core | 1.37 | indirect |
| Maven | org.openjdk.jmh:jmh-generator-annprocess | 1.37 | indirect |
| Maven | org.postgresql:postgresql | — | indirect |
| Maven | org.postgresql:postgresql | 42.7.13 | indirect |
| Maven | org.sonatype.central:central-publishing-maven-plugin | 0.11.0 | indirect |
| Maven | org.testcontainers:testcontainers | — | indirect |
| Maven | org.testcontainers:testcontainers-junit-jupiter | — | indirect |
| Maven | org.testcontainers:testcontainers-toxiproxy | — | indirect |
| Maven | redis.clients:jedis | 7.5.3 | indirect |
| npm | @babel/code-frame | 7.29.0 | indirect |
| npm | @babel/compat-data | 7.29.3 | indirect |
| npm | @babel/core | 7.29.0 | indirect |
| npm | @babel/generator | 7.29.1 | indirect |
| npm | @babel/helper-compilation-targets | 7.28.6 | indirect |
| npm | @babel/helper-globals | 7.28.0 | indirect |
| npm | @babel/helper-module-imports | 7.28.6 | indirect |
| npm | @babel/helper-module-transforms | 7.28.6 | indirect |
| npm | @babel/helper-plugin-utils | 7.28.6 | indirect |
| npm | @babel/helper-string-parser | 7.27.1 | indirect |
| npm | @babel/helper-validator-identifier | 7.28.5 | indirect |
| npm | @babel/helper-validator-option | 7.27.1 | indirect |
| npm | @babel/helpers | 7.29.2 | indirect |
| npm | @babel/parser | 7.29.3 | indirect |
| npm | @babel/plugin-syntax-async-generators | 7.8.4 | indirect |
| npm | @babel/plugin-syntax-bigint | 7.8.3 | indirect |
| npm | @babel/plugin-syntax-class-properties | 7.12.13 | indirect |
| npm | @babel/plugin-syntax-class-static-block | 7.14.5 | indirect |
| npm | @babel/plugin-syntax-import-attributes | 7.28.6 | indirect |
| npm | @babel/plugin-syntax-import-meta | 7.10.4 | indirect |
| npm | @babel/plugin-syntax-json-strings | 7.8.3 | indirect |
| npm | @babel/plugin-syntax-jsx | 7.28.6 | indirect |
| npm | @babel/plugin-syntax-logical-assignment-operators | 7.10.4 | indirect |
| npm | @babel/plugin-syntax-nullish-coalescing-operator | 7.8.3 | indirect |
| npm | @babel/plugin-syntax-numeric-separator | 7.10.4 | indirect |
| npm | @babel/plugin-syntax-object-rest-spread | 7.8.3 | indirect |
| npm | @babel/plugin-syntax-optional-catch-binding | 7.8.3 | indirect |
| npm | @babel/plugin-syntax-optional-chaining | 7.8.3 | indirect |
| npm | @babel/plugin-syntax-private-property-in-object | 7.14.5 | indirect |
| npm | @babel/plugin-syntax-top-level-await | 7.14.5 | indirect |
| npm | @babel/plugin-syntax-typescript | 7.28.6 | indirect |
| npm | @babel/template | 7.28.6 | indirect |
| npm | @babel/traverse | 7.29.0 | indirect |
| npm | @babel/types | 7.29.0 | indirect |
| npm | @balena/dockerignore | 1.0.2 | indirect |
| npm | @bcoe/v8-coverage | 0.2.3 | indirect |
| npm | @discoveryjs/json-ext | 1.1.0 | indirect |
| npm | @emnapi/core | 1.10.0 | indirect |
| npm | @emnapi/runtime | 1.10.0 | indirect |
| npm | @emnapi/wasi-threads | 1.2.1 | indirect |
| npm | @grpc/grpc-js | 1.14.4 | indirect |
| npm | @grpc/proto-loader | 0.7.15 | indirect |
| npm | @grpc/proto-loader | 0.8.1 | indirect |
| npm | @isaacs/cliui | 8.0.2 | indirect |
| npm | @istanbuljs/load-nyc-config | 1.1.0 | indirect |
| npm | @istanbuljs/schema | 0.1.6 | indirect |
| npm | @jest/console | 30.4.1 | indirect |
| npm | @jest/core | 30.4.2 | indirect |
| npm | @jest/diff-sequences | 30.4.0 | indirect |
| npm | @jest/environment | 30.4.1 | indirect |
| npm | @jest/expect | 30.4.1 | indirect |
| npm | @jest/expect-utils | 30.4.1 | indirect |
| npm | @jest/fake-timers | 30.4.1 | indirect |
| npm | @jest/get-type | 30.1.0 | indirect |
| npm | @jest/globals | 30.4.1 | indirect |
| npm | @jest/pattern | 30.4.0 | indirect |
| npm | @jest/reporters | 30.4.1 | indirect |
| npm | @jest/schemas | 30.4.1 | indirect |
| npm | @jest/snapshot-utils | 30.4.1 | indirect |
| npm | @jest/source-map | 30.0.1 | indirect |
| npm | @jest/test-result | 30.4.1 | indirect |
| npm | @jest/test-sequencer | 30.4.1 | indirect |
| npm | @jest/transform | 30.4.1 | indirect |
| npm | @jest/types | 30.4.1 | indirect |
| npm | @jridgewell/gen-mapping | 0.3.13 | indirect |
| npm | @jridgewell/remapping | 2.3.5 | indirect |
| npm | @jridgewell/resolve-uri | 3.1.2 | indirect |
| npm | @jridgewell/source-map | 0.3.11 | indirect |
| npm | @jridgewell/sourcemap-codec | 1.5.5 | indirect |
| npm | @jridgewell/trace-mapping | 0.3.31 | indirect |
| npm | @js-sdsl/ordered-map | 4.4.2 | indirect |
| npm | @kwsites/file-exists | 1.1.1 | indirect |
| npm | @napi-rs/wasm-runtime | 0.2.12 | indirect |
| npm | @noble/ciphers | 1.3.0 | indirect |
| npm | @noble/hashes | 1.8.0 | indirect |
| npm | @pkgjs/parseargs | 0.11.0 | indirect |
| npm | @pkgr/core | 0.2.9 | indirect |
| npm | @playwright/test | 1.62.0 | indirect |
| npm | @protobufjs/aspromise | 1.1.2 | indirect |
| npm | @protobufjs/base64 | 1.1.2 | indirect |
| npm | @protobufjs/codegen | 2.0.5 | indirect |
| npm | @protobufjs/eventemitter | 1.1.1 | indirect |
| npm | @protobufjs/fetch | 1.1.1 | indirect |
| npm | @protobufjs/float | 1.0.2 | indirect |
| npm | @protobufjs/inquire | 1.1.2 | indirect |
| npm | @protobufjs/path | 1.1.2 | indirect |
| npm | @protobufjs/pool | 1.1.0 | indirect |
| npm | @protobufjs/utf8 | 1.1.1 | indirect |
| npm | @scarf/scarf | 1.4.0 | indirect |
| npm | @sinclair/typebox | 0.34.49 | indirect |
| npm | @sinonjs/commons | 3.0.1 | indirect |
| npm | @sinonjs/fake-timers | 15.4.0 | indirect |
| npm | @swc/helpers | 0.5.23 | indirect |
| npm | @tybys/wasm-util | 0.10.2 | indirect |
| npm | @types/babel__core | 7.20.5 | indirect |
| npm | @types/babel__generator | 7.27.0 | indirect |
| npm | @types/babel__template | 7.4.4 | indirect |
| npm | @types/babel__traverse | 7.28.0 | indirect |
| npm | @types/docker-modem | 3.0.6 | indirect |
| npm | @types/dockerode | 4.0.1 | indirect |
| npm | @types/estree | 1.0.9 | indirect |
| npm | @types/html-minifier-terser | 6.1.0 | indirect |
| npm | @types/istanbul-lib-coverage | 2.0.6 | indirect |
| npm | @types/istanbul-lib-report | 3.0.3 | indirect |
| npm | @types/istanbul-reports | 3.0.4 | indirect |
| npm | @types/json-schema | 7.0.15 | indirect |
| npm | @types/node | 18.19.130 | indirect |
| npm | @types/node | 22.13.1 | indirect |
| npm | @types/node | 26.1.1 | indirect |
| npm | @types/ssh2 | 0.5.52 | indirect |
| npm | @types/ssh2 | 1.15.5 | indirect |
| npm | @types/ssh2-streams | 0.1.12 | indirect |
| npm | @types/stack-utils | 2.0.3 | indirect |
| npm | @types/yargs | 17.0.35 | indirect |
| npm | @types/yargs-parser | 21.0.3 | indirect |
| npm | @typescript/typescript-aix-ppc64 | 7.0.2 | indirect |
| npm | @typescript/typescript-darwin-arm64 | 7.0.2 | indirect |
| npm | @typescript/typescript-darwin-x64 | 7.0.2 | indirect |
| npm | @typescript/typescript-freebsd-arm64 | 7.0.2 | indirect |
| npm | @typescript/typescript-freebsd-x64 | 7.0.2 | indirect |
| npm | @typescript/typescript-linux-arm | 7.0.2 | indirect |
| npm | @typescript/typescript-linux-arm64 | 7.0.2 | indirect |
| npm | @typescript/typescript-linux-loong64 | 7.0.2 | indirect |
| npm | @typescript/typescript-linux-mips64el | 7.0.2 | indirect |
| npm | @typescript/typescript-linux-ppc64 | 7.0.2 | indirect |
| npm | @typescript/typescript-linux-riscv64 | 7.0.2 | indirect |
| npm | @typescript/typescript-linux-s390x | 7.0.2 | indirect |
| npm | @typescript/typescript-linux-x64 | 7.0.2 | indirect |
| npm | @typescript/typescript-netbsd-arm64 | 7.0.2 | indirect |
| npm | @typescript/typescript-netbsd-x64 | 7.0.2 | indirect |
| npm | @typescript/typescript-openbsd-arm64 | 7.0.2 | indirect |
| npm | @typescript/typescript-openbsd-x64 | 7.0.2 | indirect |
| npm | @typescript/typescript-sunos-x64 | 7.0.2 | indirect |
| npm | @typescript/typescript-win32-arm64 | 7.0.2 | indirect |
| npm | @typescript/typescript-win32-x64 | 7.0.2 | indirect |
| npm | @ungap/structured-clone | 1.3.1 | indirect |
| npm | @unrs/resolver-binding-android-arm-eabi | 1.11.1 | indirect |
| npm | @unrs/resolver-binding-android-arm64 | 1.11.1 | indirect |
| npm | @unrs/resolver-binding-darwin-arm64 | 1.11.1 | indirect |
| npm | @unrs/resolver-binding-darwin-x64 | 1.11.1 | indirect |
| npm | @unrs/resolver-binding-freebsd-x64 | 1.11.1 | indirect |
| npm | @unrs/resolver-binding-linux-arm-gnueabihf | 1.11.1 | indirect |
| npm | @unrs/resolver-binding-linux-arm-musleabihf | 1.11.1 | indirect |
| npm | @unrs/resolver-binding-linux-arm64-gnu | 1.11.1 | indirect |
| npm | @unrs/resolver-binding-linux-arm64-musl | 1.11.1 | indirect |
| npm | @unrs/resolver-binding-linux-ppc64-gnu | 1.11.1 | indirect |
| npm | @unrs/resolver-binding-linux-riscv64-gnu | 1.11.1 | indirect |
| npm | @unrs/resolver-binding-linux-riscv64-musl | 1.11.1 | indirect |
| npm | @unrs/resolver-binding-linux-s390x-gnu | 1.11.1 | indirect |
| npm | @unrs/resolver-binding-linux-x64-gnu | 1.11.1 | indirect |
| npm | @unrs/resolver-binding-linux-x64-musl | 1.11.1 | indirect |
| npm | @unrs/resolver-binding-wasm32-wasi | 1.11.1 | indirect |
| npm | @unrs/resolver-binding-win32-arm64-msvc | 1.11.1 | indirect |
| npm | @unrs/resolver-binding-win32-ia32-msvc | 1.11.1 | indirect |
| npm | @unrs/resolver-binding-win32-x64-msvc | 1.11.1 | indirect |
| npm | @webassemblyjs/ast | 1.14.1 | indirect |
| npm | @webassemblyjs/floating-point-hex-parser | 1.13.2 | indirect |
| npm | @webassemblyjs/helper-api-error | 1.13.2 | indirect |
| npm | @webassemblyjs/helper-buffer | 1.14.1 | indirect |
| npm | @webassemblyjs/helper-numbers | 1.13.2 | indirect |
| npm | @webassemblyjs/helper-wasm-bytecode | 1.13.2 | indirect |
| npm | @webassemblyjs/helper-wasm-section | 1.14.1 | indirect |
| npm | @webassemblyjs/ieee754 | 1.13.2 | indirect |
| npm | @webassemblyjs/leb128 | 1.13.2 | indirect |
| npm | @webassemblyjs/utf8 | 1.13.2 | indirect |
| npm | @webassemblyjs/wasm-edit | 1.14.1 | indirect |
| npm | @webassemblyjs/wasm-gen | 1.14.1 | indirect |
| npm | @webassemblyjs/wasm-opt | 1.14.1 | indirect |
| npm | @webassemblyjs/wasm-parser | 1.14.1 | indirect |
| npm | @webassemblyjs/wast-printer | 1.14.1 | indirect |
| npm | @xtuc/ieee754 | 1.2.0 | indirect |
| npm | @xtuc/long | 4.2.2 | indirect |
| npm | abort-controller | 3.0.0 | indirect |
| npm | acorn | 8.17.0 | indirect |
| npm | ajv | 8.20.0 | indirect |
| npm | ajv-formats | 2.1.1 | indirect |
| npm | ajv-keywords | 3.5.2 | indirect |
| npm | ajv-keywords | 5.1.0 | indirect |
| npm | ansi-escapes | 4.3.2 | indirect |
| npm | ansi-regex | 5.0.1 | indirect |
| npm | ansi-regex | 6.1.0 | indirect |
| npm | ansi-regex | 6.2.2 | indirect |
| npm | ansi-styles | 4.3.0 | indirect |
| npm | ansi-styles | 5.2.0 | indirect |
| npm | ansi-styles | 6.2.1 | indirect |
| npm | ansi-styles | 6.2.3 | indirect |
| npm | anymatch | 3.1.3 | indirect |
| npm | archiver | 7.0.1 | indirect |
| npm | archiver-utils | 5.0.2 | indirect |
| npm | argparse | 1.0.10 | indirect |
| npm | asn1 | 0.2.6 | indirect |
| npm | async | 3.2.6 | indirect |
| npm | async-lock | 1.4.1 | indirect |
| npm | b4a | 1.6.7 | indirect |
| npm | babel-jest | 30.4.1 | indirect |
| npm | babel-plugin-istanbul | 7.0.1 | indirect |
| npm | babel-plugin-jest-hoist | 30.4.0 | indirect |
| npm | babel-preset-current-node-syntax | 1.2.0 | indirect |
| npm | babel-preset-jest | 30.4.0 | indirect |
| npm | balanced-match | 1.0.2 | indirect |
| npm | bare-events | 2.8.2 | indirect |
| npm | bare-fs | 4.5.6 | indirect |
| npm | bare-os | 3.8.0 | indirect |
| npm | bare-path | 3.0.0 | indirect |
| npm | bare-stream | 2.10.0 | indirect |
| npm | bare-url | 2.4.0 | indirect |
| npm | base64-js | 0.0.8 | indirect |
| npm | base64-js | 1.5.1 | indirect |
| npm | baseline-browser-mapping | 2.10.29 | indirect |
| npm | baseline-browser-mapping | 2.11.3 | indirect |
| npm | bcrypt-pbkdf | 1.0.2 | indirect |
| npm | big.js | 5.2.2 | indirect |
| npm | bl | 4.1.0 | indirect |
| npm | boolbase | 1.0.0 | indirect |
| npm | brace-expansion | 1.1.14 | indirect |
| npm | brace-expansion | 2.0.2 | indirect |
| npm | brace-expansion | 2.1.1 | indirect |
| npm | brotli | 1.3.3 | indirect |
| npm | browserify-zlib | 0.2.0 | indirect |
| npm | browserslist | 4.28.2 | indirect |
| npm | browserslist | 4.28.7 | indirect |
| npm | bser | 2.1.1 | indirect |
| npm | buffer | 5.7.1 | indirect |
| npm | buffer | 6.0.3 | indirect |
| npm | buffer-crc32 | 1.0.0 | indirect |
| npm | buffer-from | 1.1.2 | indirect |
| npm | buildcheck | 0.0.6 | indirect |
| npm | byline | 5.0.0 | indirect |
| npm | callsites | 3.1.0 | indirect |
| npm | camel-case | 4.1.2 | indirect |
| npm | camelcase | 5.3.1 | indirect |
| npm | camelcase | 6.3.0 | indirect |
| npm | caniuse-lite | 1.0.30001792 | indirect |
| npm | caniuse-lite | 1.0.30001806 | indirect |
| npm | chalk | 4.1.2 | indirect |
| npm | char-regex | 1.0.2 | indirect |
| npm | chownr | 1.1.4 | indirect |
| npm | chrome-trace-event | 1.0.4 | indirect |
| npm | ci-info | 4.4.0 | indirect |
| npm | cjs-module-lexer | 2.2.0 | indirect |
| npm | clean-css | 5.3.3 | indirect |
| npm | cliui | 8.0.1 | indirect |
| npm | clone | 2.1.2 | indirect |
| npm | clone-deep | 4.0.1 | indirect |
| npm | co | 4.6.0 | indirect |
| npm | collect-v8-coverage | 1.0.3 | indirect |
| npm | color-convert | 2.0.1 | indirect |
| npm | color-name | 1.1.4 | indirect |
| npm | commander | 14.0.3 | indirect |
| npm | commander | 2.20.3 | indirect |
| npm | commander | 8.3.0 | indirect |
| npm | compress-commons | 6.0.2 | indirect |
| npm | concat-map | 0.0.1 | indirect |
| npm | convert-source-map | 2.0.0 | indirect |
| npm | copy-webpack-plugin | 14.0.0 | indirect |
| npm | core-util-is | 1.0.3 | indirect |
| npm | cose-base | 2.2.0 | indirect |
| npm | cpu-features | 0.0.10 | indirect |
| npm | crc-32 | 1.2.2 | indirect |
| npm | crc32-stream | 6.0.0 | indirect |
| npm | cross-spawn | 7.0.6 | indirect |
| npm | css-loader | 7.1.4 | indirect |
| npm | css-select | 4.3.0 | indirect |
| npm | css-what | 6.2.2 | indirect |
| npm | cssesc | 3.0.0 | indirect |
| npm | debug | 4.4.3 | indirect |
| npm | dedent | 1.7.2 | indirect |
| npm | deepmerge | 4.3.1 | indirect |
| npm | detect-newline | 3.1.0 | indirect |
| npm | dfa | 1.2.0 | indirect |
| npm | docker-compose | 1.4.2 | indirect |
| npm | docker-modem | 5.0.7 | indirect |
| npm | dockerode | 5.0.0 | indirect |
| npm | dom-converter | 0.2.0 | indirect |
| npm | dom-serializer | 1.4.1 | indirect |
| npm | domelementtype | 2.3.0 | indirect |
| npm | domhandler | 4.3.1 | indirect |
| npm | domutils | 2.8.0 | indirect |
| npm | dot-case | 3.0.4 | indirect |
| npm | eastasianwidth | 0.2.0 | indirect |
| npm | electron-to-chromium | 1.5.353 | indirect |
| npm | electron-to-chromium | 1.5.396 | indirect |
| npm | emittery | 0.13.1 | indirect |
| npm | emoji-regex | 8.0.0 | indirect |
| npm | emoji-regex | 9.2.2 | indirect |
| npm | emojis-list | 3.0.0 | indirect |
| npm | end-of-stream | 1.4.5 | indirect |
| npm | enhanced-resolve | 5.24.3 | indirect |
| npm | entities | 2.2.0 | indirect |
| npm | envinfo | 7.21.0 | indirect |
| npm | error-ex | 1.3.4 | indirect |
| npm | es-errors | 1.3.0 | indirect |
| npm | es-module-lexer | 2.3.1 | indirect |
| npm | escalade | 3.2.0 | indirect |
| npm | escape-string-regexp | 2.0.0 | indirect |
| npm | eslint-scope | 5.1.1 | indirect |
| npm | esprima | 4.0.1 | indirect |
| npm | esrecurse | 4.3.0 | indirect |
| npm | estraverse | 4.3.0 | indirect |
| npm | estraverse | 5.3.0 | indirect |
| npm | event-target-shim | 5.0.1 | indirect |
| npm | events | 3.3.0 | indirect |
| npm | events-universal | 1.0.1 | indirect |
| npm | execa | 5.1.1 | indirect |
| npm | exit-x | 0.2.2 | indirect |
| npm | expect | 30.4.1 | indirect |
| npm | fast-deep-equal | 3.1.3 | indirect |
| npm | fast-fifo | 1.3.2 | indirect |
| npm | fast-json-stable-stringify | 2.1.0 | indirect |
| npm | fast-uri | 3.1.4 | indirect |
| npm | fb-watchman | 2.0.2 | indirect |
| npm | fdir | 6.5.0 | indirect |
| npm | file-loader | 6.2.0 | indirect |
| npm | find-up | 4.1.0 | indirect |
| npm | flat | 5.0.2 | indirect |
| npm | fontkit | 2.0.4 | indirect |
| npm | foreground-child | 3.3.1 | indirect |
| npm | fs-constants | 1.0.0 | indirect |
| npm | fs.realpath | 1.0.0 | indirect |
| npm | fsevents | 2.3.2 | indirect |
| npm | fsevents | 2.3.3 | indirect |
| npm | function-bind | 1.1.2 | indirect |
| npm | gensync | 1.0.0-beta.2 | indirect |
| npm | get-caller-file | 2.0.5 | indirect |
| npm | get-package-type | 0.1.0 | indirect |
| npm | get-port | 5.1.1 | indirect |
| npm | get-stream | 6.0.1 | indirect |
| npm | glob | 10.5.0 | indirect |
| npm | glob | 7.2.3 | indirect |
| npm | glob-parent | 6.0.2 | indirect |
| npm | graceful-fs | 4.2.11 | indirect |
| npm | has-flag | 4.0.0 | indirect |
| npm | hasown | 2.0.4 | indirect |
| npm | he | 1.2.0 | indirect |
| npm | html-escaper | 2.0.2 | indirect |
| npm | html-minifier-terser | 6.1.0 | indirect |
| npm | html-webpack-plugin | 5.6.8 | indirect |
| npm | htmlparser2 | 6.1.0 | indirect |
| npm | human-signals | 2.1.0 | indirect |
| npm | icss-utils | 5.1.0 | indirect |
| npm | ieee754 | 1.2.1 | indirect |
| npm | immediate | 3.0.6 | indirect |
| npm | import-local | 3.2.0 | indirect |
| npm | imurmurhash | 0.1.4 | indirect |
| npm | inflight | 1.0.6 | indirect |
| npm | inherits | 2.0.4 | indirect |
| npm | interpret | 3.1.1 | indirect |
| npm | is-arrayish | 0.2.1 | indirect |
| npm | is-core-module | 2.16.2 | indirect |
| npm | is-extglob | 2.1.1 | indirect |
| npm | is-fullwidth-code-point | 3.0.0 | indirect |
| npm | is-generator-fn | 2.1.0 | indirect |
| npm | is-glob | 4.0.3 | indirect |
| npm | is-plain-object | 2.0.4 | indirect |
| npm | is-stream | 2.0.1 | indirect |
| npm | isarray | 1.0.0 | indirect |
| npm | isexe | 2.0.0 | indirect |
| npm | isobject | 3.0.1 | indirect |
| npm | istanbul-lib-coverage | 3.2.2 | indirect |
| npm | istanbul-lib-instrument | 6.0.3 | indirect |
| npm | istanbul-lib-report | 3.0.1 | indirect |
| npm | istanbul-lib-source-maps | 5.0.6 | indirect |
| npm | istanbul-reports | 3.2.0 | indirect |
| npm | jackspeak | 3.4.3 | indirect |
| npm | jest | 30.4.2 | indirect |
| npm | jest-changed-files | 30.4.1 | indirect |
| npm | jest-circus | 30.4.2 | indirect |
| npm | jest-cli | 30.4.2 | indirect |
| npm | jest-config | 30.4.2 | indirect |
| npm | jest-diff | 30.4.1 | indirect |
| npm | jest-docblock | 30.4.0 | indirect |
| npm | jest-each | 30.4.1 | indirect |
| npm | jest-environment-node | 30.4.1 | indirect |
| npm | jest-haste-map | 30.4.1 | indirect |
| npm | jest-junit | 17.0.0 | indirect |
| npm | jest-leak-detector | 30.4.1 | indirect |
| npm | jest-matcher-utils | 30.4.1 | indirect |
| npm | jest-message-util | 30.4.1 | indirect |
| npm | jest-mock | 30.4.1 | indirect |
| npm | jest-pnp-resolver | 1.2.3 | indirect |
| npm | jest-regex-util | 30.4.0 | indirect |
| npm | jest-resolve | 30.4.1 | indirect |
| npm | jest-resolve-dependencies | 30.4.2 | indirect |
| npm | jest-runner | 30.4.2 | indirect |
| npm | jest-runtime | 30.4.2 | indirect |
| npm | jest-snapshot | 30.4.1 | indirect |
| npm | jest-util | 30.4.1 | indirect |
| npm | jest-validate | 30.4.1 | indirect |
| npm | jest-watcher | 30.4.1 | indirect |
| npm | jest-worker | 27.5.1 | indirect |
| npm | jest-worker | 30.4.1 | indirect |
| npm | js-md5 | 0.8.3 | indirect |
| npm | js-tokens | 4.0.0 | indirect |
| npm | js-yaml | 3.14.2 | indirect |
| npm | jsesc | 3.1.0 | indirect |
| npm | json-parse-even-better-errors | 2.3.1 | indirect |
| npm | json-schema-traverse | 1.0.0 | indirect |
| npm | json5 | 2.2.3 | indirect |
| npm | kind-of | 6.0.3 | indirect |
| npm | layout-base | 2.0.1 | indirect |
| npm | lazystream | 1.0.1 | indirect |
| npm | leven | 3.1.0 | indirect |
| npm | lie | 3.3.0 | indirect |
| npm | linebreak | 1.1.0 | indirect |
| npm | lines-and-columns | 1.2.4 | indirect |
| npm | loader-utils | 2.0.4 | indirect |
| npm | locate-path | 5.0.0 | indirect |
| npm | lodash | 4.18.1 | indirect |
| npm | lodash.camelcase | 4.3.0 | indirect |
| npm | long | 5.3.2 | indirect |
| npm | lower-case | 2.0.2 | indirect |
| npm | lru-cache | 10.4.3 | indirect |
| npm | lru-cache | 5.1.1 | indirect |
| npm | make-dir | 4.0.0 | indirect |
| npm | makeerror | 1.0.12 | indirect |
| npm | merge-stream | 2.0.0 | indirect |
| npm | mime-db | 1.52.0 | indirect |
| npm | mime-db | 1.54.0 | indirect |
| npm | mime-types | 2.1.35 | indirect |
| npm | mimic-fn | 2.1.0 | indirect |
| npm | minimatch | 3.1.5 | indirect |
| npm | minimatch | 5.1.9 | indirect |
| npm | minimatch | 9.0.9 | indirect |
| npm | minimizer-webpack-plugin | 5.6.1 | indirect |
| npm | minipass | 7.1.2 | indirect |
| npm | minipass | 7.1.3 | indirect |
| npm | mkdirp | 1.0.4 | indirect |
| npm | mkdirp | 3.0.1 | indirect |
| npm | mkdirp-classic | 0.5.3 | indirect |
| npm | ms | 2.1.3 | indirect |
| npm | nan | 2.22.2 | indirect |
| npm | nanoid | 3.3.16 | indirect |
| npm | napi-postinstall | 0.3.4 | indirect |
| npm | natural-compare | 1.4.0 | indirect |
| npm | neo-async | 2.6.2 | indirect |
| npm | neo4j-driver-bolt-connection | 6.2.0 | indirect |
| npm | neo4j-driver-core | 6.2.0 | indirect |
| npm | no-case | 3.0.4 | indirect |
| npm | node-int64 | 0.4.0 | indirect |
| npm | node-releases | 2.0.38 | indirect |
| npm | node-releases | 2.0.51 | indirect |
| npm | normalize-path | 3.0.0 | indirect |
| npm | npm-run-path | 4.0.1 | indirect |
| npm | nth-check | 2.1.1 | indirect |
| npm | once | 1.4.0 | indirect |
| npm | onetime | 5.1.2 | indirect |
| npm | p-limit | 2.3.0 | indirect |
| npm | p-limit | 3.1.0 | indirect |
| npm | p-locate | 4.1.0 | indirect |
| npm | p-try | 2.2.0 | indirect |
| npm | package-json-from-dist | 1.0.1 | indirect |
| npm | pako | 0.2.9 | indirect |
| npm | pako | 1.0.11 | indirect |
| npm | param-case | 3.0.4 | indirect |
| npm | parse-json | 5.2.0 | indirect |
| npm | pascal-case | 3.1.2 | indirect |
| npm | path-exists | 4.0.0 | indirect |
| npm | path-is-absolute | 1.0.1 | indirect |
| npm | path-key | 3.1.1 | indirect |
| npm | path-parse | 1.0.7 | indirect |
| npm | path-scurry | 1.11.1 | indirect |
| npm | pdfkit | 0.19.1 | indirect |
| npm | pg-cloudflare | 1.4.0 | indirect |
| npm | pg-connection-string | 2.14.0 | indirect |
| npm | pg-int8 | 1.0.1 | indirect |
| npm | pg-pool | 3.14.0 | indirect |
| npm | pg-protocol | 1.15.0 | indirect |
| npm | pg-types | 2.2.0 | indirect |
| npm | pgpass | 1.0.5 | indirect |
| npm | picocolors | 1.1.1 | indirect |
| npm | picomatch | 2.3.2 | indirect |
| npm | picomatch | 4.0.4 | indirect |
| npm | picomatch | 4.0.5 | indirect |
| npm | pirates | 4.0.7 | indirect |
| npm | pkg-dir | 4.2.0 | indirect |
| npm | playwright | 1.62.0 | indirect |
| npm | playwright-core | 1.62.0 | indirect |
| npm | png-js | 1.1.0 | indirect |
| npm | postcss | 8.5.23 | indirect |
| npm | postcss-modules-extract-imports | 3.1.0 | indirect |
| npm | postcss-modules-local-by-default | 4.2.0 | indirect |
| npm | postcss-modules-scope | 3.2.1 | indirect |
| npm | postcss-modules-values | 4.0.0 | indirect |
| npm | postcss-selector-parser | 7.1.4 | indirect |
| npm | postcss-value-parser | 4.2.0 | indirect |
| npm | postgres-array | 2.0.0 | indirect |
| npm | postgres-bytea | 1.0.0 | indirect |
| npm | postgres-date | 1.0.7 | indirect |
| npm | postgres-interval | 1.2.0 | indirect |
| npm | pretty-error | 4.0.0 | indirect |
| npm | pretty-format | 30.4.1 | indirect |
| npm | process | 0.11.10 | indirect |
| npm | process-nextick-args | 2.0.1 | indirect |
| npm | proper-lockfile | 4.1.2 | indirect |
| npm | properties-reader | 3.0.1 | indirect |
| npm | protobufjs | 7.6.1 | indirect |
| npm | pump | 3.0.3 | indirect |
| npm | pure-rand | 7.0.1 | indirect |
| npm | react-is | 18.3.1 | indirect |
| npm | react-is | 19.2.6 | indirect |
| npm | readable-stream | 2.3.8 | indirect |
| npm | readable-stream | 3.6.2 | indirect |
| npm | readable-stream | 4.7.0 | indirect |
| npm | readdir-glob | 1.1.3 | indirect |
| npm | rechoir | 0.8.0 | indirect |
| npm | relateurl | 0.2.7 | indirect |
| npm | renderkid | 3.0.0 | indirect |
| npm | require-directory | 2.1.1 | indirect |
| npm | require-from-string | 2.0.2 | indirect |
| npm | resolve | 1.22.12 | indirect |
| npm | resolve-cwd | 3.0.0 | indirect |
| npm | resolve-from | 5.0.0 | indirect |
| npm | restructure | 3.0.2 | indirect |
| npm | retry | 0.12.0 | indirect |
| npm | rxjs | 7.8.2 | indirect |
| npm | safe-buffer | 5.1.2 | indirect |
| npm | safe-buffer | 5.2.1 | indirect |
| npm | safer-buffer | 2.1.2 | indirect |
| npm | sax | 1.6.1 | indirect |
| npm | schema-utils | 3.3.0 | indirect |
| npm | schema-utils | 4.3.3 | indirect |
| npm | semver | 6.3.1 | indirect |
| npm | semver | 7.8.0 | indirect |
| npm | semver | 7.8.5 | indirect |
| npm | serialize-javascript | 7.0.7 | indirect |
| npm | setimmediate | 1.0.5 | indirect |
| npm | shallow-clone | 3.0.1 | indirect |
| npm | shebang-command | 2.0.0 | indirect |
| npm | shebang-regex | 3.0.0 | indirect |
| npm | signal-exit | 3.0.7 | indirect |
| npm | signal-exit | 4.1.0 | indirect |
| npm | slash | 3.0.0 | indirect |
| npm | source-map | 0.6.1 | indirect |
| npm | source-map-js | 1.2.1 | indirect |
| npm | source-map-support | 0.5.13 | indirect |
| npm | source-map-support | 0.5.21 | indirect |
| npm | split-ca | 1.0.1 | indirect |
| npm | split2 | 4.2.0 | indirect |
| npm | sprintf-js | 1.0.3 | indirect |
| npm | ssh-remote-port-forward | 1.0.4 | indirect |
| npm | ssh2 | 1.16.0 | indirect |
| npm | stack-utils | 2.0.6 | indirect |
| npm | streamx | 2.25.0 | indirect |
| npm | string-length | 4.0.2 | indirect |
| npm | string-width | 4.2.3 | indirect |
| npm | string-width | 5.1.2 | indirect |
| npm | string_decoder | 1.1.1 | indirect |
| npm | string_decoder | 1.3.0 | indirect |
| npm | strip-ansi | 6.0.1 | indirect |
| npm | strip-ansi | 7.1.0 | indirect |
| npm | strip-ansi | 7.2.0 | indirect |
| npm | strip-bom | 4.0.0 | indirect |
| npm | strip-final-newline | 2.0.0 | indirect |
| npm | strip-json-comments | 3.1.1 | indirect |
| npm | style-loader | 4.0.0 | indirect |
| npm | supports-color | 7.2.0 | indirect |
| npm | supports-color | 8.1.1 | indirect |
| npm | supports-preserve-symlinks-flag | 1.0.0 | indirect |
| npm | synckit | 0.11.12 | indirect |
| npm | tapable | 2.3.3 | indirect |
| npm | tar-fs | 2.1.4 | indirect |
| npm | tar-fs | 3.1.2 | indirect |
| npm | tar-stream | 2.2.0 | indirect |
| npm | tar-stream | 3.1.7 | indirect |
| npm | teex | 1.0.1 | indirect |
| npm | terser | 5.49.0 | indirect |
| npm | test-exclude | 6.0.0 | indirect |
| npm | testcontainers | 12.0.4 | indirect |
| npm | text-decoder | 1.2.3 | indirect |
| npm | tiny-inflate | 1.0.3 | indirect |
| npm | tinyglobby | 0.2.17 | indirect |
| npm | tmp | 0.2.7 | indirect |
| npm | tmpl | 1.0.5 | indirect |
| npm | tslib | 2.8.1 | indirect |
| npm | tweetnacl | 0.14.5 | indirect |
| npm | type-detect | 4.0.8 | indirect |
| npm | type-fest | 0.21.3 | indirect |
| npm | typescript | 7.0.2 | indirect |
| npm | undici | 8.5.0 | indirect |
| npm | undici-types | 5.26.5 | indirect |
| npm | undici-types | 6.20.0 | indirect |
| npm | undici-types | 8.3.0 | indirect |
| npm | unicode-properties | 1.4.1 | indirect |
| npm | unicode-trie | 2.0.0 | indirect |
| npm | unrs-resolver | 1.11.1 | indirect |
| npm | update-browserslist-db | 1.2.3 | indirect |
| npm | url-loader | 4.1.1 | indirect |
| npm | util-deprecate | 1.0.2 | indirect |
| npm | utila | 0.4.0 | indirect |
| npm | uuid | 14.0.0 | indirect |
| npm | v8-to-istanbul | 9.3.0 | indirect |
| npm | walker | 1.0.8 | indirect |
| npm | watchpack | 2.5.2 | indirect |
| npm | webpack | 5.109.0 | indirect |
| npm | webpack-cli | 7.2.1 | indirect |
| npm | webpack-merge | 6.0.1 | indirect |
| npm | webpack-sources | 3.5.1 | indirect |
| npm | which | 2.0.2 | indirect |
| npm | wildcard | 2.0.1 | indirect |
| npm | wrap-ansi | 7.0.0 | indirect |
| npm | wrap-ansi | 8.1.0 | indirect |
| npm | wrappy | 1.0.2 | indirect |
| npm | write-file-atomic | 5.0.1 | indirect |
| npm | xml | 1.0.1 | indirect |
| npm | xmldoc | 2.0.3 | indirect |
| npm | xtend | 4.0.2 | indirect |
| npm | y18n | 5.0.8 | indirect |
| npm | yallist | 3.1.1 | indirect |
| npm | yaml | 2.8.3 | indirect |
| npm | yargs | 17.7.2 | indirect |
| npm | yargs-parser | 21.1.1 | indirect |
| npm | yocto-queue | 0.1.0 | indirect |
| npm | zip-stream | 6.0.1 | indirect |
| NuGet | JunitXml.TestLogger | 8.0.0 | indirect |
| NuGet | Microsoft.NET.Test.Sdk | 18.5.1 | indirect |
| NuGet | Neo4j.Driver | 6.2.1 | indirect |
| NuGet | Npgsql | 10.0.2 | indirect |
| NuGet | Testcontainers | 4.11.0 | indirect |
| NuGet | xunit | 2.9.3 | indirect |
| NuGet | xunit.runner.visualstudio | 2.8.2 | indirect |
| PyPI | bandit | — | indirect |
| PyPI | build | — | indirect |
| PyPI | jpype1 | — | indirect |
| PyPI | numpy | — | indirect |
| PyPI | py7zr | — | indirect |
| PyPI | pyyaml | 6.0.2 | indirect |
| PyPI | setuptools | — | indirect |
Installing maven:com.arcadedb:arcadedb-bolt@26.7.3 pulls in 69 packages, direct and transitive: 3 carry known advisories, of which 0 are direct dependencies.
| Package | Version | Relation | Severity | Advisories | Fixed in |
|---|---|---|---|---|---|
| com.fasterxml.jackson.core:jackson-core | 2.21.1 | indirect | high | 1 | 3.2.1 |
| com.fasterxml.jackson.core:jackson-databind | 2.21.1 | indirect | high | 10 | 3.2.1 |
| io.undertow:undertow-core | 2.4.2.Final | indirect | moderate | 1 | — |
An advisory means the version recorded in the dependency graph falls inside an advisory’s affected range. Reachability is not analysed, and the graph includes development and test pins — a finding may concern tooling rather than shipped software.
{
"data": {
"repo": {
"topics": [
"database",
"dbms",
"multi-model",
"graph",
"document",
"time-series",
"key-value",
"embedded",
"docker",
"kubernetes",
"k8s",
"distributed",
"arcadedb",
"orientdb",
"search-engine",
"similarity-search",
"vector-database",
"vector-search"
],
"is_fork": false,
"size_kb": 63444,
"has_wiki": false,
"homepage": "https://arcadedb.com",
"languages": {
"C#": 55935,
"Go": 39514,
"CSS": 80180,
"Lua": 20,
"HTML": 230731,
"Java": 33951019,
"Ruby": 2912,
"ANTLR": 135665,
"Shell": 89836,
"Cypher": 710,
"Groovy": 3040,
"Python": 2388877,
"Gherkin": 1471104,
"Batchfile": 7942,
"Dockerfile": 2002,
"JavaScript": 592072,
"TypeScript": 195342
},
"pushed_at": "2026-07-28T22:01:12Z",
"created_at": "2021-08-16T16:01:29Z",
"owner_type": "Organization",
"updated_at": "2026-07-28T21:11:17Z",
"description": "ArcadeDB Multi-Model Database, one DBMS that supports SQL, Cypher, Gremlin, HTTP/JSON, MongoDB and Redis. ArcadeDB is a conceptual fork of OrientDB, the first Multi-Model DBMS. ArcadeDB supports Vector Embeddings.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Java",
"significant_languages": [
"Java"
]
},
"owner": {
"blog": "https://www.arcadedata.com",
"name": "Arcade Data",
"type": "Organization",
"login": "ArcadeData",
"company": null,
"location": "London, UK",
"followers": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/32255470?v=4",
"created_at": "2017-09-25T05:16:40Z",
"is_verified": null,
"public_repos": 28,
"account_age_days": 3228
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "26.7.3",
"kind": "patch",
"published_at": "2026-07-17T18:12:18Z"
},
{
"tag": "26.7.2",
"kind": "patch",
"published_at": "2026-07-09T03:11:06Z"
},
{
"tag": "26.7.1",
"kind": "patch",
"published_at": "2026-07-01T21:22:14Z"
},
{
"tag": "26.6.1",
"kind": "patch",
"published_at": "2026-06-03T20:35:12Z"
},
{
"tag": "26.5.1",
"kind": "patch",
"published_at": "2026-05-11T21:26:39Z"
},
{
"tag": "26.4.2",
"kind": "patch",
"published_at": "2026-04-24T02:16:58Z"
},
{
"tag": "26.3.2",
"kind": "patch",
"published_at": "2026-03-21T16:26:43Z"
},
{
"tag": "26.3.1",
"kind": "patch",
"published_at": "2026-03-04T19:26:30Z"
},
{
"tag": "26.2.1",
"kind": "patch",
"published_at": "2026-02-16T16:15:23Z"
},
{
"tag": "26.1.1",
"kind": "patch",
"published_at": "2026-01-23T18:32:05Z"
},
{
"tag": "25.12.1",
"kind": "patch",
"published_at": "2026-01-06T18:28:40Z"
},
{
"tag": "25.11.1",
"kind": "patch",
"published_at": "2025-12-09T22:29:23Z"
},
{
"tag": "25.10.1",
"kind": "patch",
"published_at": "2025-11-05T19:54:19Z"
},
{
"tag": "25.9.1",
"kind": "patch",
"published_at": "2025-10-09T17:06:08Z"
},
{
"tag": "25.8.1",
"kind": "patch",
"published_at": "2025-09-10T06:56:11Z"
},
{
"tag": "25.7.1",
"kind": "patch",
"published_at": "2025-08-12T18:13:32Z"
},
{
"tag": "25.6.1",
"kind": "patch",
"published_at": "2025-07-07T15:11:21Z"
},
{
"tag": "25.5.1",
"kind": "patch",
"published_at": "2025-05-31T00:08:49Z"
},
{
"tag": "25.4.1",
"kind": "patch",
"published_at": "2025-04-22T14:41:29Z"
},
{
"tag": "25.3.2",
"kind": "patch",
"published_at": "2025-03-24T20:51:02Z"
},
{
"tag": "25.3.1",
"kind": "patch",
"published_at": "2025-03-07T18:02:48Z"
},
{
"tag": "25.2.1",
"kind": "patch",
"published_at": "2025-02-27T21:03:20Z"
},
{
"tag": "25.1.1",
"kind": "patch",
"published_at": "2025-01-26T07:14:04Z"
},
{
"tag": "24.11.2",
"kind": "patch",
"published_at": "2024-12-10T13:48:58Z"
},
{
"tag": "24.11.1",
"kind": "patch",
"published_at": "2024-11-06T05:29:30Z"
},
{
"tag": "24.10.1",
"kind": "patch",
"published_at": "2024-10-12T16:30:46Z"
},
{
"tag": "24.6.1",
"kind": "patch",
"published_at": "2024-07-23T04:32:33Z"
},
{
"tag": "24.5.1",
"kind": "patch",
"published_at": "2024-11-05T21:13:02Z"
},
{
"tag": "24.4.1",
"kind": "patch",
"published_at": "2024-04-20T02:20:56Z"
},
{
"tag": "24.2.1",
"kind": "patch",
"published_at": "2024-03-12T19:43:49Z"
},
{
"tag": "24.1.1",
"kind": "patch",
"published_at": "2024-02-05T19:59:49Z"
},
{
"tag": "23.12.2",
"kind": "patch",
"published_at": "2024-01-05T22:56:02Z"
},
{
"tag": "23.12.1",
"kind": "patch",
"published_at": "2024-01-03T15:54:51Z"
},
{
"tag": "23.11.1",
"kind": "patch",
"published_at": "2023-11-30T04:45:22Z"
},
{
"tag": "23.10.1",
"kind": "patch",
"published_at": "2023-11-01T03:04:32Z"
},
{
"tag": "23.9.1",
"kind": "patch",
"published_at": "2023-09-27T01:56:55Z"
},
{
"tag": "23.7.1",
"kind": "patch",
"published_at": "2023-08-14T22:44:59Z"
},
{
"tag": "23.6.1",
"kind": "patch",
"published_at": "2023-07-05T04:02:23Z"
},
{
"tag": "23.5.1",
"kind": "patch",
"published_at": "2023-06-09T01:09:30Z"
},
{
"tag": "23.4.1",
"kind": "patch",
"published_at": "2023-05-03T20:39:59Z"
},
{
"tag": "23.3.1",
"kind": "patch",
"published_at": "2023-04-05T11:36:53Z"
},
{
"tag": "23.2.1",
"kind": "patch",
"published_at": "2023-03-01T02:57:05Z"
},
{
"tag": "23.1.2",
"kind": "patch",
"published_at": "2023-02-02T22:39:53Z"
},
{
"tag": "23.1.1",
"kind": "patch",
"published_at": "2023-01-16T18:57:30Z"
},
{
"tag": "22.12.1",
"kind": "patch",
"published_at": "2022-12-23T22:02:24Z"
},
{
"tag": "22.11.1",
"kind": "patch",
"published_at": "2022-12-07T23:48:45Z"
},
{
"tag": "22.10.1",
"kind": "patch",
"published_at": "2022-11-02T21:32:38Z"
},
{
"tag": "22.9.1",
"kind": "patch",
"published_at": "2022-10-03T19:22:20Z"
},
{
"tag": "22.8.1",
"kind": "patch",
"published_at": "2022-08-02T06:51:16Z"
},
{
"tag": "22.6.1",
"kind": "patch",
"published_at": "2022-06-08T16:09:31Z"
},
{
"tag": "22.2.1",
"kind": "patch",
"published_at": "2022-02-23T16:10:35Z"
},
{
"tag": "22.1.3",
"kind": "patch",
"published_at": "2022-02-01T21:48:30Z"
},
{
"tag": "22.1.2",
"kind": "patch",
"published_at": "2022-01-11T00:25:14Z"
},
{
"tag": "21.12.1",
"kind": "patch",
"published_at": "2022-01-01T22:30:41Z"
},
{
"tag": "21.11.1",
"kind": "patch",
"published_at": "2021-12-01T06:24:45Z"
},
{
"tag": "21.10.2",
"kind": "patch",
"published_at": "2021-10-28T22:01:36Z"
},
{
"tag": "21.10.1",
"kind": "patch",
"published_at": "2021-10-05T15:09:30Z"
},
{
"tag": "21.9.1",
"kind": "patch",
"published_at": "2021-09-21T18:03:08Z"
}
],
"recent_commits": [
{
"oid": "340f1bee561f86dd8bc7fc907e40ad6939c2677f",
"body": "…p one numbering\n\nrefMode=ordinal numbered every payload from 0, which suited a single request but not a client\nthat splits one logical load into several: RemoteGraphBatch keeps a single vertex counter\nacross all its flushes, so its second request starts at 50,000 and every reference in it would\nhav\n[…]\nnt buffer's ids for the server. The idMapping keys are read with the\n'v' prefix optional, which is what makes both modes work against the same client.\n\nThe Studio API reference gets the new parameter.",
"is_bot": false,
"headline": "feat(server) #5470: ordinalBase lets a load split across requests kee…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-28T21:10:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5a489739309f404dcecc1a809504e2c365c58154",
"body": "…ssing\n\nThe reference for /api/v1/batch listed nine of the sixteen query parameters and a response\nthat predates bytesRead. Adds vertexBatchSize (the knob for the maximum replicated Raft entry\nsize, missing since it was introduced), refMode, expectedVertexCount, idMapping,\ncommitRetries and commitRe\n[…]\nryDelayMs, all with the defaults they actually have, plus what the\nendpoint answers when an upload ends before its announced Content-Length and when the\ntemporary-id mapping is too large to echo back.",
"is_bot": false,
"headline": "docs(studio) #5470: document the batch parameters the API page was mi…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-28T21:02:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5bc799ff02b321c02d6901f6ef9fb5677daa6644",
"body": "…ion in the payload\n\nWith refMode=ordinal an edge names the vertices it connects by their 0-based position in the\npayload - \"@from\": 0 - instead of by an @id the vertex declared. Nothing has to be stored for\na vertex but the RID it got, so the structure that must survive the whole request (an edge o\n[…]\nby an earlier request keep working.\n\nThe default stays refMode=id for arbitrary temporary ids. expectedVertexCount pre-sizes the\nstructure, capped so a wrong hint costs a doubling instead of the heap.",
"is_bot": false,
"headline": "feat(server) #5470: batch edges can reference vertices by their posit…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-28T20:44:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "edd8bfe5c29d5861a111c5e0e6e4d24e0a3142c6",
"body": "The temporary-id to RID map of a streaming load must survive for the whole request, because\nedges at the end of a payload may reference vertices created at the beginning, so it is the\nmemory ceiling of the load. As a HashMap<String, RID> it cost four live objects and ~170\nbytes for a 50-character id\n[…]\narena is\nappend-only, growth only doubles the address table, and re-storing a key rewrites its RID in\nplace.\n\nThe heap warning now reports what the map actually holds instead of an estimate per entry.",
"is_bot": false,
"headline": "fix(server) #5470: the batch temporary-id map holds no object per entry",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-28T20:44:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a3071eb614da097b40395f0337f808a803fe6088",
"body": "…t the whole page\n\nA transaction wrote one WAL segment per modified page, covering the hull of the bytes it\ntouched. Every page layout writes at both ends - an LSM index page appends its key/value\ncontent down from the tail while inserting the pointer into the sorted array that grows up\nfrom the hea\n[…]\nno longer echoed past 10,000 entries\n(idMapping=auto|true|false, RemoteGraphBatch asks for it explicitly because it resolves\nedges across flushes) and the load warns about the heap that mapping holds.",
"is_bot": false,
"headline": "fix(engine) #5470: the WAL ships the modified intervals of a page, no…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-28T20:44:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bd379842bb7e4e6bc1838baf9acbb175d7eb19f2",
"body": "…(#5488)",
"is_bot": false,
"headline": "docs: trim CLAUDE.md files, add engine/ and ha-raft/ module guidance …",
"author_name": "Roberto Franchini",
"author_login": "robfrank",
"committed_at": "2026-07-28T20:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f414e877a75cfc2d57e633038c3cfde3a4db935",
"body": "…he local apply (#5507)",
"is_bot": false,
"headline": "fix(#5503): lock the modified files on replicas and hold them until t…",
"author_name": "Roberto Franchini",
"author_login": "robfrank",
"committed_at": "2026-07-28T20:36:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6642e203ec066cc86229fcd1e9d2889aeac0c349",
"body": "…opping them (#5502)",
"is_bot": false,
"headline": "fix(#5492): coalesce materialized view refresh requests instead of dr…",
"author_name": "Roberto Franchini",
"author_login": "robfrank",
"committed_at": "2026-07-28T20:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b34663d57e785a85190671cf0a78145b12bb6da3",
"body": "…ing (#5509)",
"is_bot": false,
"headline": "fix(#5508): mask previousValue for hidden settings in set_server_sett…",
"author_name": "Roberto Franchini",
"author_login": "robfrank",
"committed_at": "2026-07-28T20:23:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab0ffe6aa8a4c3c711e3f2b95d59b877256b7a6a",
"body": "…ngle-source merge\n\nRound 2, aimed at the two lines the reporter's fresh 1M profile ranked after the\nessential-term heap: DimCursor.blockMaxAt at 8.6% self time and the cursor-movement\ngroup at 17.3%.\n\nblockMaxAt / blockEndAt were recomputed for every candidate even though their value\nis constant ov\n[…]\ntead\nof reusing a range that does not contain it, the sources are consulted once per block\nrather than once per probe, and a lone-source cursor iterates and seeks exactly as the\ntwo-source merge does.",
"is_bot": false,
"headline": "perf(#5467): memoise the merged block bounds and short-circuit the si…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-28T20:17:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "00561259312502ab56f928129a3c500b0c56ad18",
"body": "… caller never bound\n\nAn unbound Cypher parameter evaluated to null, and null is a legal value everywhere, so the\nquery ran to completion against a value nobody supplied: a filter matched nothing, a\npredicate came out false, and each caller absorbed that into its neutral answer. That\nsilence is the \n[…]\nexpression builder, so $`my param`\nresolves against the key the caller bound instead of silently yielding null - the same class\nof failure, in the one spelling the check would otherwise have accepted.",
"is_bot": false,
"headline": "feat(cypher) #5501: raise on a parameter the query references but the…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-28T18:51:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "21a087d96cb07c81217d36a3aa49e9a74ae927bd",
"body": "…aluator\n\nThe parameter fix for the EXISTS/COUNT/COLLECT subqueries closed one instance of a wider\nproblem: a value written inside a pattern's inline property map - the {k: v} in\n(n:Account {accountNumber: $id}) or -[:TRANSFER {transactionId: row.id}]-> - is resolved\nseparately by each pattern evalu\n[…]\neters, get the map resolved once per row instead.\n\nComparing numbers as longs also truncated the fraction away, declaring a stored 1.5 equal to\nan inline 1.9; only integral types compare as longs now.",
"is_bot": false,
"headline": "fix(cypher) #5501: resolve inline pattern property values in every ev…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-28T18:51:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eb7739e9db13b8d6cb0de4e48b5bd6ff1a01a46d",
"body": null,
"is_bot": false,
"headline": "feat(#4861): add the MCP hybrid_search tool (#5500)",
"author_name": "Roberto Franchini",
"author_login": "robfrank",
"committed_at": "2026-07-28T17:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba2b2ea42d8cacaefb318232e8837f8129598b34",
"body": "…t every index of the type\n\nA transaction writing to a type that carries a unique index locked every sub-index file of\nEVERY index on that type. The fan-out is needed for the unique index itself: it is\npartitioned by the record's bucket, so a colliding key can sit in any bucket's sub-index and\ncheck\n[…]\n is reduced, not removed: writers to a unique-indexed type still serialise on that\nindex's 32 files. Narrowing that further needs the unique index partitioned by key hash\nrather than by record bucket.",
"is_bot": false,
"headline": "perf(#5499): fan out the commit lock over the unique indexes only, no…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-28T15:22:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1a8aae0c99f3159ebdf0901b2f90450f164e3fc9",
"body": "…nd COLLECT subqueries\n\nThe three subquery expressions run their body as a standalone statement and built the\nparameter map for that nested execution empty, so it carried only the generated\ncorrelation bindings. Every $param the body mentioned was therefore unbound, and since an\nunbound parameter ev\n[…]\n the shared rewriter, so all three call sites stay\nconsistent. Seeded before correlate() runs, so the bindings it adds still win and an outer\nrow variable keeps shadowing a parameter of the same name.",
"is_bot": false,
"headline": "fix(cypher) #5501: bind outer query parameters inside EXISTS, COUNT a…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-28T14:28:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d3cb57b9f6b07b8d972351f758b08973f3f82f46",
"body": "…#5498)",
"is_bot": false,
"headline": "perf(#5496): use hasProperty instead of building a name set per row (…",
"author_name": "Roberto Franchini",
"author_login": "robfrank",
"committed_at": "2026-07-28T14:01:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b125778a7a4b49d806f24a3958e97196cbe41694",
"body": "…th endpoint (#5497)",
"is_bot": false,
"headline": "fix(#5496): raise instead of returning null for an unbound shortestPa…",
"author_name": "Roberto Franchini",
"author_login": "robfrank",
"committed_at": "2026-07-28T12:42:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dfc3c75b7256399954840feac5309b3c45c737f",
"body": "…tterns (#5493)",
"is_bot": false,
"headline": "fix(#5490): apply the relationship inline WHERE on variable-length pa…",
"author_name": "Roberto Franchini",
"author_login": "robfrank",
"committed_at": "2026-07-28T11:39:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4aaa90c565a53e089a4337ed4286b9bd427457a1",
"body": "… WHERE in pattern comprehensions (#5491)",
"is_bot": false,
"headline": "fix(#5489): bind the hop relationship variable before the node inline…",
"author_name": "Roberto Franchini",
"author_login": "robfrank",
"committed_at": "2026-07-28T10:57:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74f776db3ba53ef70e740fd8d57aea236cce98d1",
"body": "…ons (#5486)",
"is_bot": false,
"headline": "fix(#5480): apply node inline WHERE predicates in pattern comprehensi…",
"author_name": "Roberto Franchini",
"author_login": "robfrank",
"committed_at": "2026-07-28T09:22:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "972d5366cfea4b1d45544978e1687bff6416048c",
"body": "…h shortestPath evaluators (#5487)",
"is_bot": false,
"headline": "fix(#5481): enforce relationship inline WHERE and property map in bot…",
"author_name": "Roberto Franchini",
"author_login": "robfrank",
"committed_at": "2026-07-28T09:21:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4397160ed2be4694941b5f77e722f8259f55dda",
"body": "…redicate (#5485)",
"is_bot": false,
"headline": "fix(#5463, #5462): pin count(*) against a relationship inline WHERE p…",
"author_name": "Roberto Franchini",
"author_login": "robfrank",
"committed_at": "2026-07-28T08:54:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2ff6d54d051e7ad0761ee984c79ed55dfdc47bd",
"body": "…plies (#5479)",
"is_bot": false,
"headline": "fix(mcp) #5445: a principal profile keyed by a bare API-token name ap…",
"author_name": "Roberto Franchini",
"author_login": "robfrank",
"committed_at": "2026-07-28T07:52:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "043309f615ef03e6698a54e769bae0d5deb29f48",
"body": "…prehensions (#5471)",
"is_bot": false,
"headline": "fix(#5460): apply relationship inline WHERE predicates in pattern com…",
"author_name": "Roberto Franchini",
"author_login": "robfrank",
"committed_at": "2026-07-28T07:00:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a2e4def6c95f587d4e53952a2212e72bff76839",
"body": "…s (#5472)",
"is_bot": false,
"headline": "fix(#5410): release the phase-2 ticket when an abandoned entry applie…",
"author_name": "Roberto Franchini",
"author_login": "robfrank",
"committed_at": "2026-07-28T06:57:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec3447a9644f012b66b5820645df9810d6836617",
"body": null,
"is_bot": false,
"headline": "feat(mcp) : add per-principal tool profiles (#5468) (#5445)",
"author_name": "justinblethrow-cloud",
"author_login": "justinblethrow-cloud",
"committed_at": "2026-07-28T06:45:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a435a53fa8baa9f04784cc3500f1a05bda77207",
"body": "…ounts map entries\n\nRETURN size(42) answered {\"r\": null}, which a client cannot tell apart from legal\nCypher null propagation, so a wrong query looked like a successful one. Neo4j and\nMemgraph both answer with a client-facing type error.\n\nsize() now counts characters of a STRING and entries of a LIS\n[…]\n() too (issue #5476).\n\nisEmpty() and range() already rejected bad arguments but raised a\nCommandExecutionException, reported as a 500 server failure; they now use the same\nclient-error classification.",
"is_bot": false,
"headline": "fix(cypher) #5477: size() rejects an argument that has no size, and c…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-28T06:10:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d8eb4a38e047a295527ae17ed5590cd82417f848",
"body": null,
"is_bot": false,
"headline": "fix(cypher) #5476: head(), last() and tail() reject a non-list argument",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-28T05:15:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9895242cbd97a8421fb99598e744d35f0fd4f58",
"body": "The Cypher signature is head(list :: LIST<ANY>) :: ANY, so a scalar argument\nis a type error. ArcadeDB accepted INTEGER, FLOAT, BOOLEAN, STRING, MAP and\nNODE arguments and answered null, so a wrong query looked like a successful\none returning no value (HTTP 200 with {\"r\": null}). Neo4j and Memgraph \n[…]\ntill answers null for head()/last() and an empty list for tail().\n\nThe Cypher type names used in the message come from a new shared\nCypherFunctionHelper.cypherTypeName(), which valueType() now reuses.",
"is_bot": false,
"headline": "fix(cypher) #5476: head(), last() and tail() reject a non-list argument",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-28T05:06:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b8bbc4acb28cbba38c54e94df78eba09a03216ca",
"body": null,
"is_bot": true,
"headline": "docs(bolt): refresh driver compatibility matrix [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-28T04:06:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72d70d8f5b7095202dc5b880e6d9cfaa978d6f9c",
"body": "…or the same slot\n\nTwo transactions inserting DIFFERENT records were handed the very same free slot of the same\nbucket page - and therefore the same optimistic RID - because each picked it from its own\nsnapshot with nothing making the choices disjoint. At commit every transaction but the first\nfaile\n[…]\nrough.\n\nMeasured on the reported workload (single bucket, attempts=1): concurrent document inserts went\nfrom ~1750 conflicts out of 2000 to 0, concurrent sub-graph creations from ~270 out of 320 to 0.",
"is_bot": false,
"headline": "fix(engine) #5279: concurrent inserts in one bucket no longer fight f…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-28T02:51:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "30c9bf4fb282c8e471e0470d1a2c2049a49a7676",
"body": "…ommand\n\nThe console split the typed text on the semicolon without knowing about comments, so\n`SELECT 2 -- a comment with a semicolon ; here` was cut in two and the tail of the\ncomment was executed as a command.\n\nTerminalParser now tracks line and block comments while splitting: comments are dropped\n[…]\nworking. Loading a script with `load`\nnow buffers the lines of a block comment that spans multiple lines, and a comment at the\nend of a command line argument no longer swallows the following argument.",
"is_bot": false,
"headline": "fix(console) #5457: a semicolon inside a comment no longer ends the c…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-27T22:28:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d5fc6ec79e3550469ecda9928ae5d54eaa199980",
"body": "The mutable row format and the sealed block format disagreed, and the failure\nmode was silent.\n\nDATE and the sub-millisecond DATETIME_* variants had no case in the row writer\nor reader: the writer advanced the row cursor by 8 bytes while the reader,\ntreating the column as variable-length, advanced b\n[…]\nfor an existing\ndatabase is the Java type the sealed layer hands back, which is the point. A\ntype using one of the affected column types changes row stride, and holds\nunreadable data today either way.",
"is_bot": false,
"headline": "fix(#5475): agree on what a TIMESERIES column's declared type means",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-27T21:59:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "07a6c67096c97283319edbb839233a9b54b8afd7",
"body": "…ch relationship once\n\nAn undirected hop inside a pattern comprehension ran two direction-pure passes,\none over the outgoing adjacency list and one over the incoming one. A self-loop\nis stored in both lists of its vertex, so every self-loop produced two matches:\n[(a)-[r:LOOP]-(b) | r.rid] returned [\n[…]\nst also lets a variable-length undirected hop change\ndirection between steps, so head->tail<-far is now reachable as an undirected\n2-hop path; the previous per-direction passes could never produce it.",
"is_bot": false,
"headline": "fix(cypher) #5456: an undirected pattern-comprehension hop matches ea…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-27T21:59:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1f02356a48855db66bfc00792a97cef0254a165d",
"body": "GraphBatch.Builder.build() derived commitEvery from the *requested* WAL setting, while the\nconstructor forced the WAL back on for replicated databases (issue #4076) only afterwards. The\nbatch endpoint defaults wal=false, so on a replicated database the \"no WAL means one commit per\nflush\" shortcut wa\n[…]\ned/standalone against WAL off, WAL on and\nan explicit commitEvery. It flips isReplicated() with a java.lang.reflect.Proxy over\nDatabaseInternal so the engine module does not gain a mocking dependency.",
"is_bot": false,
"headline": "fix(engine) #5470: a replicated bulk load keeps committing in chunks",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-27T20:56:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eb050f1aa6a7006716f29edaad0c30b655589895",
"body": "The only ingest API was typed on Object[] per column, so a caller holding\nprimitive samples boxed every value into a Double/Long that the engine unboxed\na few frames later to write the very same raw bits.\n\nAdds TimeSeriesRowSource, a primitive contract over a block of samples (raw\nbits + column widt\n[…]\nader had no\ncase at all, so the value overran its neighbouring columns and always read back\nas null. Sharing one width table between the two paths is what makes the\nmismatch impossible to reintroduce.",
"is_bot": false,
"headline": "perf(#5474): ingest TimeSeries samples without boxing a value per point",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-27T20:43:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cb07a58d1b398830245331aabaa4fdd791f04cf8",
"body": "…vector queries\n\nBmwScorer's top-K accumulators used PriorityQueue<RidScore> with\nComparator.comparing(RidScore::score), which allocates on two axes: a\njava.lang.Float per operand of every heap comparison, and a RidScore per\naccepted candidate.\n\nMeasured with ThreadMXBean.getThreadAllocatedBytes, on\n[…]\nlies on. RidScoreMinHeapTest cross-checks\nagainst the replaced PriorityQueue code verbatim over randomised streams\nand the NaN / signed-zero / infinity domain, and asserts the steady-state\nallocation.",
"is_bot": false,
"headline": "perf(sparsevector) #5473: allocation-free top-K collector for sparse-…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-27T20:21:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e201edb3c19e832490c85780601cd0e4fb436fb4",
"body": "… a bare identifier\n\nThe auto-derived name of a compound index is `Type[propA,propB]`. The comma was not\naccepted in the trailing name part of a `schema:<kind>:<name>` target, so the Studio\n\"Indexes\" tab logged a SQL syntax error on the server for every compound index in the\ndatabase.\n\n- lexer: acce\n[…]\nagainst a back-tick quoted identifier,\n which resolved as a missing property of the record, so it always answered false; both\n existsIndex() and existsBucket() now bind the name as a query parameter",
"is_bot": false,
"headline": "fix(sql) #5469: address schema:index/bucket targets whose name is not…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-27T20:04:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7012c0772a806386b6e0d0efee41373db5993198",
"body": "CypherVariableUsage decides whether a relationship variable is read anywhere\noutside the pattern that binds it, and both executors use the answer to choose\nbetween materializing edge records and walking adjacency ids. A miss there does\nnot fail loudly: it silently changes which path a query takes, o\n[…]\n each scanned\ntwice, so disabling one path alone changes nothing, and the statement-level WHERE\nscan is unreachable because the parser attaches a WHERE to its MATCH or WITH and\nnever to the statement.",
"is_bot": false,
"headline": "test: pin the variable-usage analysis, one case per clause it walks",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-27T20:02:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "02f5d5f039b1af80b1cea1a18b17d5b336ebf24f",
"body": "A CPU profile of a learned-sparse top-K on a 100k-document corpus (48-120 query\nterms, Zipf document frequencies, near-uniform weights) put 45% of query time in\nthe essential-term min-heap and almost none in block decoding. The traversal was\nnot I/O bound at all - it was bound on comparing cursor po\n[…]\neek, the undecoded block-boundary park and exhaustion,\non segment cursors under all three quantizations and on merged multi-source cursors.\nFull engine index and query suites green (849 + 6122 tests).",
"is_bot": false,
"headline": "perf(#5467): navigate the sparse-vector traversal on primitive positions",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-27T18:52:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "24813519b4f1b5417ca299bd9aad896d5373253c",
"body": "…er-side pauses\n\nA POST /api/v1/batch upload is consumed while the load runs, so the time the worker\nthread spends inside a commit counts towards Undertow's read watchdog: when nobody\ncalls read() on the request channel for arcadedb.network.socketTimeout (30s by\ndefault) the connection is closed asy\n[…]\nes the maximum entry size.\n\nTests: Issue5470BatchStreamStallIT (stall > timeout must not truncate; a stalled\nclient is still cut off and answered), plus vertexBatchSize coverage in\nPostBatchHandlerIT.",
"is_bot": false,
"headline": "fix(server) #5470: keep a streaming batch load alive across long serv…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-27T18:03:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8f0819d370f5385fbd8c66b41f8d4a6ba34ace18",
"body": "… not the page\n\nA block's byte length is not stored in the segment format, so\nPaginatedSegmentReader.readBlockPayloadInto copied everything from the block\npayload to the end of the page and let the cursor stop decoding after\npostingCount postings. Correct, but at the 64 KiB page / blockSize-128 defa\n[…]\ndecodedPayloadBytes() hook next to the existing\ndecodedBlockCount() to make that assertable, and MaxScorePruningTest's benchmark\nnow reports median/min/p90 plus bytes-per-block for both quantizations.",
"is_bot": false,
"headline": "perf(#5388): bound the sparse-vector block payload copy to the block,…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-27T17:48:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "475582108c83ce3f441c7d7a5d16e11d96f50b1a",
"body": "…ship patterns\n\nAn `EXISTS { (a)-[r:E WHERE 1=1]->(:A) }` subquery returned false even for a\ntrivially true predicate. Three distinct defects were behind it:\n\n1. The correlated-subquery rewrite scanned for the body's clause-level WHERE\n counting brace depth only, so an inline pattern predicate ins\n[…]\nrun is still absorbed into false/0/[], but now leaves a FINE-level trace.\n\nThe pattern-predicate fast path (`WHERE (a)-[:E]->(b:X WHERE ...)`) evaluates\ninline predicates against the bound record too.",
"is_bot": false,
"headline": "fix(cypher) #5464: honor inline WHERE predicates in node and relation…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-27T17:34:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "116278160edf1c17ed37af622af4b2477a632baa",
"body": "…ing as default (#4276) (#5361)\n\nCo-authored-by: robfrank <ro.franchini@gmail.com>",
"is_bot": false,
"headline": "Add opt-in SLF4J facade logging (Slf4jLogger), keeping java.util.logg…",
"author_name": "Rui Pereira",
"author_login": "ruispereira",
"committed_at": "2026-07-27T17:17:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4da66d975cbee144f3747b5a29603aaaf5ffbc1",
"body": "Co-authored-by: robfrank <ro.franchini@gmail.com>",
"is_bot": false,
"headline": "fix(fulltext) #5267: make BM25 scores comparable across buckets (#5400)",
"author_name": "justinblethrow-cloud",
"author_login": "justinblethrow-cloud",
"committed_at": "2026-07-27T15:55:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7efe66c71bae9812983644a566a3ddeae2be3c97",
"body": "…#5465)",
"is_bot": false,
"headline": "fix(e2e-studio): make DataTables assertions version-agnostic for v3 (…",
"author_name": "Roberto Franchini",
"author_login": "robfrank",
"committed_at": "2026-07-27T12:55:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca89bf9b354cecf01430476a96fe974d3336fe8d",
"body": "Co-authored-by: robfrank <ro.franchini@gmail.com>",
"is_bot": false,
"headline": "feat(mcp): scope permissions per database (#5401)",
"author_name": "justinblethrow-cloud",
"author_login": "justinblethrow-cloud",
"committed_at": "2026-07-27T12:26:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3cc14a3299c399a2f3adc0ada969624980904a1",
"body": "…#5458)",
"is_bot": false,
"headline": "fix(#5453): gate leader readiness on the Ratis isLeaderReady signal (…",
"author_name": "Roberto Franchini",
"author_login": "robfrank",
"committed_at": "2026-07-27T10:40:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68d6596dca4b2ca20ac8de19342016bb929fc550",
"body": "Co-authored-by: robfrank <ro.franchini@gmail.com>",
"is_bot": false,
"headline": "feat(mcp) #4867: add configurable tool profiles (#5402)",
"author_name": "justinblethrow-cloud",
"author_login": "justinblethrow-cloud",
"committed_at": "2026-07-27T10:40:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a66d00f7f6673240cbcc77e47c799c0ca1d80254",
"body": "Co-authored-by: robfrank <ro.franchini@gmail.com>",
"is_bot": false,
"headline": "feat(mcp): add bounded sample_records tool (#5398)",
"author_name": "justinblethrow-cloud",
"author_login": "justinblethrow-cloud",
"committed_at": "2026-07-27T09:12:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3226999348f772a3fe9773b69738a78fff6be20b",
"body": "Co-authored-by: robfrank <ro.franchini@gmail.com>",
"is_bot": false,
"headline": "feat(mcp): add dense and sparse vector_search tool (#5399)",
"author_name": "justinblethrow-cloud",
"author_login": "justinblethrow-cloud",
"committed_at": "2026-07-27T08:23:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b350fe1c3fcb03e8cd4b7221ac1972d9816add6",
"body": "… apply (#5455)",
"is_bot": false,
"headline": "fix(#5454): drop database no longer deletes the files inside the Raft…",
"author_name": "Roberto Franchini",
"author_login": "robfrank",
"committed_at": "2026-07-27T08:18:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3673996bd69e7885ea75cdd33ebd09a77763838b",
"body": null,
"is_bot": false,
"headline": "fix(e2e-ha): restore the nightly HA resilience suite to green (#5452)",
"author_name": "Roberto Franchini",
"author_login": "robfrank",
"committed_at": "2026-07-27T06:30:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1134185d5494f5ab0583da4a508d846449f8e04c",
"body": "…#5451)\n\n* fix(#5443): replicate the pages an incremental compaction appends to an existing index\n\nA follower's LSM index could end up short of the leader's after a compaction -\n49488 of 60000 entries in the regression test - while every record replicated\ncorrectly. Keys in the missing range simply \n[…]\n-degrade\nis the wrong default here: that count is precisely what left followers with a\nshort index, so a caller that ever reaches this should fail rather than quietly\nreintroduce the bug it documents.",
"is_bot": false,
"headline": "fix(#5443): a follower's index can be short after an LSM compaction (…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-27T05:13:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4cc99ffd938e19bd3c00a779c41beb727d251c5c",
"body": "…llable (#5449)\n\n* fix(#5450): the JVM shutdown hook can no longer make the process unkillable\n\nArcadeDBServer.start() held the instance monitor for the whole startup, and\nstop() was synchronized on the same monitor. Apache Ratis reports a failure to\nbind its gRPC port by calling System.exit() from \n[…]\ntabases are then left as\na kill would leave them and the WAL replays on the next start, which is the same\ntrade-off the timeout path already makes - and the only alternative is a JVM\nthat cannot exit.",
"is_bot": false,
"headline": "fix(#5450): the JVM shutdown hook can no longer make the process unki…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-27T04:50:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "02882aca9bf2116ab08485d6ed43d9d665a49f2b",
"body": null,
"is_bot": true,
"headline": "docs(bolt): refresh driver compatibility matrix [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-27T04:24:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "725eb48062c8a781c45df52c0b5bafaa24bd37b3",
"body": "…variables from RETURN * (#5448)\n\nTwo silent wrong-answer defects in the native Cypher engine.\n\nA composite index was offered for a predicate on its leading property, but the\noperators resolved the index by that single property name - a lookup a composite\nindex is not registered under - and treated \n[…]\ne place and both projection\nsteps filter on it.\n\nRegression tests assert parity with the SQL engine over the same data for every\ncomposite-index shape, and exact projected variable names for RETURN *.",
"is_bot": false,
"headline": "fix(#5444): seek composite indexes by their whole key, hide internal …",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-27T02:53:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e30308d79a4c044102239664cb9c7d946abef86b",
"body": "… stands for (#5447)\n\n* perf(#5446): plan an inline property map as the equality predicate it stands for\n\nMATCH (n:Person {id: $id})-[:KNOWS]->(m) and MATCH (n:Person)-[:KNOWS]->(m)\nWHERE n.id = $id mean the same thing, but only the second reached the cost-based\noptimizer: any pattern carrying an in\n[…]\nch is where the largest\nnumber sits: unindexed property over one hop goes from 231.0ms to 52.6ms.\n\nCypherInlinePropertyPlanningBenchmark carries the measurement; it is tagged\nbenchmark so CI skips it.",
"is_bot": false,
"headline": "perf(#5446): plan an inline property map as the equality predicate it…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-27T02:08:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e3c94a1a6116b30fdb5b98b5b16a88d1dff5a333",
"body": "…ths (#5393)\n\n* Relax indexed anchors for open-ended and anonymous paths\n\n* Fix VLP target label semantics and cover the relaxed indexed-anchor bridge\n\nThe reversal introduced by #5357 and widened here evaluates the written source\nnode as the expansion target, so ExpandPathStep's target-node label c\n[…]\nip and the single-property index\n\n---------\n\nCo-authored-by: justinblethrow-cloud <226385385+justinblethrow-cloud@users.noreply.github.com>\nCo-authored-by: Luca Garulli <lvca@users.noreply.github.com>",
"is_bot": false,
"headline": "Relax indexed anchors for open-ended and anonymous variable-length pa…",
"author_name": "justinblethrow-cloud",
"author_login": "justinblethrow-cloud",
"committed_at": "2026-07-26T19:29:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "778dd5a6df7d48dfd76d2d0b8beaf1b9ffb91074",
"body": "…updates [skip ci]\n\nBumps the github-actions group with 6 updates in the / directory:\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |\n| [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0\n[…]\nangelog for v4.37.2\n* Additional commits viewable in [compare view](https://github.com/github/codeql-action/compare/7188fc363630916deb702c7fdcf4e481b751f97a...e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81)",
"is_bot": true,
"headline": "build(deps): bump the github-actions group across 1 directory with 6 …",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:11:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ac0763052e5ebed1b0a443bf041bf12cce0f1637",
"body": "…updates\n\nBumps the github-actions group with 6 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |\n| [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0.178` | `\n[…]\n dependency-version: 4.37.3\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: github-actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the github-actions group across 1 directory with 6 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T19:10:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7e10f2de59a0894b77fd5462940c6916b0b80361",
"body": "… with 8 updates [skip ci]\n\nBumps the security-critical group in /studio with 8 updates:\n| Package | From | To |\n| --- | --- | --- |\n| [datatables.net](https://github.com/DataTables/DataTablesSrc) | `2.3.8` | `3.0.0` |\n| [datatables.net-bs5](https://github.com/DataTables/DataTablesSrc) | `2.3.8` | `\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions",
"is_bot": true,
"headline": "chore(studio-deps)(deps): bump the security-critical group in /studio…",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:04:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "654bf36dfe69d702793be4ab1b9e4e7a64630f0a",
"body": "…dio in the ui-visualization group [skip ci]\n\nBumps the ui-visualization group in /studio with 1 update: [apexcharts](https://github.com/apexcharts/apexcharts.js).\nUpdates `apexcharts` from 6.1.0 to 6.5.0\nRelease notes\n\n*Sourced from [apexcharts's releases](https://github.com/apexcharts/apexcharts.j\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions",
"is_bot": true,
"headline": "chore(studio-deps)(deps): bump apexcharts from 6.1.0 to 6.5.0 in /stu…",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:04:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "59f70c37447d039ed9b817629c95b754c3152555",
"body": "…io with 2 updates [skip ci]\n\nBumps the build-tools group in /studio with 2 updates: [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) and [webpack](https://github.com/webpack/webpack).\nUpdates `html-webpack-plugin` from 5.6.7 to 5.6.8\nChangelog\n\n*Sourced from [html-webpack-plug\n[…]\ndependabot unignore ` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions",
"is_bot": true,
"headline": "chore(studio-deps-dev)(deps-dev): bump the build-tools group in /stud…",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:04:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f76e3dddc96de4eae668195da78637c0e4cb86f2",
"body": "…o 5.24.3 in /studio [skip ci]\n\nBumps [enhanced-resolve](https://github.com/webpack/enhanced-resolve) from 5.24.2 to 5.24.3.\nRelease notes\n\n*Sourced from [enhanced-resolve's releases](https://github.com/webpack/enhanced-resolve/releases).*\n\n> v5.24.3\n> -------\n>\n> ### Patch Changes\n>\n> * Resolve tsc\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
"is_bot": true,
"headline": "chore(studio-deps-dev)(deps-dev): bump enhanced-resolve from 5.24.2 t…",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:04:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e5ceec580ec12f391864323a7af6c6b1b6642079",
"body": "…2.10.43 to 2.11.3 in /studio [skip ci]\n\nBumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.10.43 to 2.11.3.\nRelease notes\n\n*Sourced from [baseline-browser-mapping's releases](https://github.com/web-platform-dx/baseline-browser-mapping/releases).*\n\n>\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
"is_bot": true,
"headline": "chore(studio-deps-dev)(deps-dev): bump baseline-browser-mapping from …",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:04:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2a6b75291bace9dc17a6d1aec0f3cdc253ec3afa",
"body": "…28.7 in /studio [skip ci]\n\nBumps [browserslist](https://github.com/browserslist/browserslist) from 4.28.6 to 4.28.7.\nRelease notes\n\n*Sourced from [browserslist's releases](https://github.com/browserslist/browserslist/releases).*\n\n> 4.28.7\n> ------\n>\n> * Improved parsing performance.\n> * Fixed unbou\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
"is_bot": true,
"headline": "chore(studio-deps-dev)(deps-dev): bump browserslist from 4.28.6 to 4.…",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:04:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "068e2a79fcb71086fd402259093b78f845ee2a44",
"body": "…393 to 1.5.396 in /studio [skip ci]\n\nBumps [electron-to-chromium](https://github.com/Kilian/electron-to-chromium) from 1.5.393 to 1.5.396.\nCommits\n\n* [`13a13df`](https://github.com/Kilian/electron-to-chromium/commit/13a13df123c7517cdc362d49e502fba45b42b418) 1.5.396\n* [`c471e9c`](https://github.com/\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
"is_bot": true,
"headline": "chore(studio-deps-dev)(deps-dev): bump electron-to-chromium from 1.5.…",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:03:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "727ca4e71715fd7e898cbc83ac67bbbb6bff195d",
"body": "…in /studio [skip ci]\n\nBumps [postcss](https://github.com/postcss/postcss) from 8.5.20 to 8.5.23.\nRelease notes\n\n*Sourced from [postcss's releases](https://github.com/postcss/postcss/releases).*\n\n> 8.5.23\n> ------\n>\n> * Do not load source map without `opts.from` for security reasons.\n>\n> 8.5.22\n> --\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
"is_bot": true,
"headline": "chore(studio-deps-dev)(deps-dev): bump postcss from 8.5.20 to 8.5.23 …",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:03:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b2f4a9abe8c4aa9cfea2fe41720cb657344bda68",
"body": "…ip ci]\n\nBumps [sax](https://github.com/isaacs/sax-js) from 1.6.0 to 1.6.1.\nCommits\n\n* [`961ceee`](https://github.com/isaacs/sax-js/commit/961ceeefcc5186005466f2085aeb36f31b161e37) 1.6.1\n* [`e68a39e`](https://github.com/isaacs/sax-js/commit/e68a39ec4950437d3ef40d986e5ce511c89bdc91) use Object.create\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
"is_bot": true,
"headline": "chore(studio-deps)(deps): bump sax from 1.6.0 to 1.6.1 in /studio [sk…",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:03:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ea7a5e1b9506a3f50c6a98bcd5ae69a0e8efc51b",
"body": "…o [skip ci]\n\nBumps [marked](https://github.com/markedjs/marked) from 18.0.6 to 18.0.7.\nRelease notes\n\n*Sourced from [marked's releases](https://github.com/markedjs/marked/releases).*\n\n> v18.0.7\n> -------\n>\n> [18.0.7](https://github.com/markedjs/marked/compare/v18.0.6...v18.0.7) (2026-07-21)\n> -----\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
"is_bot": true,
"headline": "chore(studio-deps)(deps): bump marked from 18.0.6 to 18.0.7 in /studi…",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:03:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d7486471385ed0cbfa9e7cc9890e6c5eedae15ba",
"body": "… in /studio [skip ci]\n\nBumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.32.9 to 5.32.11.\nRelease notes\n\n*Sourced from [swagger-ui-dist's releases](https://github.com/swagger-api/swagger-ui/releases).*\n\n> v5.32.11\n> --------\n>\n> [5.32.11](https://github.com/swagger-api/swagg\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
"is_bot": true,
"headline": "chore(studio-deps)(deps): bump swagger-ui-dist from 5.32.9 to 5.32.11…",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:03:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8163a695b673a65f9972edf9e5906f84b9888e68",
"body": "…0 to 3.5.1 [skip ci]\n\nBumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.5.0 to 3.5.1.\nRelease notes\n\n*Sourced from [org.apache.maven.plugins:maven-jar-plugin's releases](https://github.com/apache/maven-jar-plugin/releases).*\n\n> 3.5.1\n> -----\n>\n> 📝 \n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
"is_bot": true,
"headline": "build(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.5.…",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:03:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6f1891e4851e461495eb4e2d19af21c3a9469b10",
"body": "… [skip ci]\n\nBumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.38 to 1.6.0.\nRelease notes\n\n*Sourced from [ch.qos.logback:logback-classic's releases](https://github.com/qos-ch/logback/releases).*\n\n> Logback 1.6.0\n> -------------\n>\n> **2026-07-23 Release of logback ver\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
"is_bot": true,
"headline": "build(deps): bump ch.qos.logback:logback-classic from 1.5.38 to 1.6.0…",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:03:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0ce896733d0132c767ffa4c13f628a39804eec0a",
"body": "…5.0 in /e2e-python [skip ci]\n\nUpdates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version.\nRelease notes\n\n*Sourced from [testcontainers's releases](https://github.com/testcontainers/testcontainers-python/releases).*\n\n> testconta\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
"is_bot": true,
"headline": "build(deps): update testcontainers requirement from >=4.14.2 to >=4.1…",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:03:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a17bafe94855c8a0687adadb9eaebe599d12b64b",
"body": "…studio [skip ci]\n\nBumps [@playwright/test](https://github.com/microsoft/playwright) from 1.61.1 to 1.62.0.\nRelease notes\n\n*Sourced from [@playwright/test's releases](https://github.com/microsoft/playwright/releases).*\n\n> v1.62.0\n> -------\n>\n> 🧱 New component testing model\n> -----------------------\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
"is_bot": true,
"headline": "build(deps-dev): bump @playwright/test from 1.61.1 to 1.62.0 in /e2e-…",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:03:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9cdd4feb77d4aaa3520f8a5b1436fa9d9ab35aaf",
"body": "….1.1 [skip ci]\n\nBumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) from 5.0.0 to 5.1.1.\nRelease notes\n\n*Sourced from [com.mycila:license-maven-plugin's releases](https://github.com/mathieucarbou/license-maven-plugin/releases).*\n\n> v5.1.1\n> ------\n>\n> What\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
"is_bot": true,
"headline": "build(deps-dev): bump com.mycila:license-maven-plugin from 5.0.0 to 5…",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:02:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b48e958882a946bbdc7d886a6a2b4277caafd4f3",
"body": "…s group [skip ci]\n\nBumps the pre-commit-hooks group with 1 update: prettier.\nUpdates `prettier` from 3.9.5 to 3.9.6\n[: bump prettier from 3.9.5 to 3.9.6 in the pre-commit-hook…",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:02:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "494d678a637dad915ec540229bab53e3a8eac09d",
"body": "….9.5 to 3.9.6 [skip ci]\n\nBumps [https://github.com/rbubley/mirrors-prettier](https://github.com/rbubley/mirrors-prettier) from v3.9.5 to 3.9.6.\nCommits\n\n* [`0ee1786`](https://github.com/rbubley/mirrors-prettier/commit/0ee178619d696787ca73d210cc191d720868c631) Mirror: 3.9.6\n* See full diff in [compa\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
"is_bot": true,
"headline": "build(deps): bump https://github.com/rbubley/mirrors-prettier from v3…",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:02:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ffbd68397b545d84274c1e20440dec4fb19e7ebd",
"body": "…from 3.4.1 to 3.6.3 [skip ci]\n\nBumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.1 to 3.6.3.\nRelease notes\n\n*Sourced from [org.apache.maven.plugins:maven-enforcer-plugin's releases](https://github.com/apache/maven-enforcer/releases).*\n\n> 3.6.3\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
"is_bot": true,
"headline": "build(deps-dev): bump org.apache.maven.plugins:maven-enforcer-plugin …",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:02:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eda668aa8c734dca336a741630befccc5fbe86b3",
"body": "…p ci]\n\nBumps [io.cucumber:cucumber-bom](https://github.com/cucumber/cucumber-jvm) from 7.34.4 to 7.34.6.\nRelease notes\n\n*Sourced from [io.cucumber:cucumber-bom's releases](https://github.com/cucumber/cucumber-jvm/releases).*\n\n> v7.34.6\n> -------\n>\n> ### Fixed\n>\n> * [JUnit Platform Engine] Do not fa\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
"is_bot": true,
"headline": "build(deps): bump io.cucumber:cucumber-bom from 7.34.4 to 7.34.6 [ski…",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:02:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "41f3a81975a3b426d341b1abaed2aacc670381ee",
"body": "Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0.\nRelease notes\n\n*Sourced from [actions/setup-python's releases](https://github.com/actions/setup-python/releases).*\n\n> v7.0.0\n> ------\n>\n> What's Changed\n> --------------\n>\n> ### Enhancements\n>\n> * Migrate to E\n[…]\ne PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)",
"is_bot": true,
"headline": "build(deps): bump actions/setup-python from 6.3.0 to 7.0.0 [skip ci]",
"author_name": "mergify[bot]",
"author_login": "mergify[bot]",
"committed_at": "2026-07-26T19:02:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "013e0cf2e481f93a0da5e34abed07aa094850f50",
"body": "…ader-index lookup in HA tests (#5442)",
"is_bot": false,
"headline": "fix(remote): honor the server's 503 \"please retry\"; drop redundant le…",
"author_name": "Roberto Franchini",
"author_login": "robfrank",
"committed_at": "2026-07-26T18:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2acf3f44b5943a3bb29a1fd9a42c651f5a0f6a33",
"body": "Follow-up to the previous commit. The reporter's minimal reproduction confirms\nthe diagnosis from the other direction: a GraphBatch of ~250-byte vertices, each\nwith a unique md5 key, produces a 5.4MB TX_ENTRY and fails at 300k vertices -\nno large records involved at all, just enough unique index key\n[…]\n the fix.\nIssue4743OversizedRaftEntryTest additionally pins the coupling between\nappendBufferSize, writeBufferSize, the log segment size and the gRPC cap, so\nthe two buffers can no longer drift apart.",
"is_bot": false,
"headline": "fix(#4743): raise the maximum replicated transaction size to 32MB",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-26T14:53:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9a5c898dc02906060b05bde4799aa3c62232821c",
"body": "Round 4 of #4743. A bulk load into a 3-node cluster failed after ~500k\nvertices: the leader stepped down every ~130s, every node answered\nNotLeaderException for the same request, and phase-2 applies stayed\nunconfirmed for 20 minutes - with no CPU, disk or network pressure anywhere.\n\nRatis enforces r\n[…]\nction, split ordering and delta alignment), Issue4743CompactionEntrySizeIT\n(3 nodes, shrunk append buffer; fails on the unpatched code), and\nIssue4743InvalidSubIndexTest (fails on the unpatched code).",
"is_bot": false,
"headline": "fix(#4743): a single oversized Raft entry no longer topples the leader",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-26T14:53:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0fc2d79554cd6839acbd52abe1007258bb923e65",
"body": "…ocument-backed vector indexes (#3144)",
"is_bot": false,
"headline": "Merge branch 'issue-5412-build': auto-size the HNSW build cache for d…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-26T14:45:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d9f9ff72f1bbb18323a40013decffa58f18002a",
"body": "…cked indexes\n\nBounding the graph-build vector cache at a flat 100,000 entries also applied to\nindexes whose vectors live in the documents (quantization NONE or PRODUCT). There\na cache miss costs a record lookup plus a full ARRAY_OF_FLOATS deserialization,\nand the validation phase had already read e\n[…]\npus with the pre-#5412 cache policy took 214.2s.\n\nTests: LSMVectorIndexBuildCacheSizingTest (residency, explicit bound, quantized\nbound, heap cap) plus VectorGraphBuildCacheBenchmark for re-measuring.",
"is_bot": false,
"headline": "fix(#3144): size the HNSW build cache from the corpus for document-ba…",
"author_name": "Luca Garulli",
"author_login": "lvca",
"committed_at": "2026-07-26T14:15:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1e64c87916eb256560e52bc413932ed9d9492951",
"body": "Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0.\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/ece7cb06caefa5fff74198d8649806c4678c61a1...5fda3b95a4ea91299a34e894583c3862153e4b\n[…]\npendency-name: actions/setup-python\n dependency-version: 7.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/setup-python from 6.3.0 to 7.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T10:17:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a272528ed22971de17443c562a0647e3e4d0f76f",
"body": "Bumps [io.cucumber:cucumber-bom](https://github.com/cucumber/cucumber-jvm) from 7.34.4 to 7.34.6.\n- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)\n- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/cucumber/cucumber-jvm/c\n[…]\nncy-name: io.cucumber:cucumber-bom\n dependency-version: 7.34.6\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump io.cucumber:cucumber-bom from 7.34.4 to 7.34.6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T10:13:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "54bb667e03cc3536425296862adcee055a133d11",
"body": "Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.1 to 3.6.3.\n- [Release notes](https://github.com/apache/maven-enforcer/releases)\n- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.4.1...enforcer-3.6.3)\n\n---\nupdated-depend\n[…]\naven.plugins:maven-enforcer-plugin\n dependency-version: 3.6.3\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump org.apache.maven.plugins:maven-enforcer-plugin",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T10:12:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2663fb9b10961519ea0c7f7ac35e723a03b444b6",
"body": "Bumps [https://github.com/rbubley/mirrors-prettier](https://github.com/rbubley/mirrors-prettier) from v3.9.5 to 3.9.6.\n- [Commits](https://github.com/rbubley/mirrors-prettier/compare/v3.9.5...v3.9.6)\n\n---\nupdated-dependencies:\n- dependency-name: https://github.com/rbubley/mirrors-prettier\n dependency-version: 3.9.6\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump https://github.com/rbubley/mirrors-prettier",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T10:12:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ea1e55270dbaad3f4c34f9d9ed0476b565a11bf",
"body": "Bumps the pre-commit-hooks group with 1 update: prettier.\n\n\nUpdates `prettier` from 3.9.5 to 3.9.6\n\n---\nupdated-dependencies:\n- dependency-name: prettier\n dependency-version: 3.9.6\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: pre-commit-hooks\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump prettier in the pre-commit-hooks group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T10:12:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8456f4dc7f089f27704c887a3f496359edde0b8",
"body": "Bumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) from 5.0.0 to 5.1.1.\n- [Release notes](https://github.com/mathieucarbou/license-maven-plugin/releases)\n- [Changelog](https://github.com/mathieucarbou/license-maven-plugin/blob/master/docs/releases.md)\n- [C\n[…]\ne: com.mycila:license-maven-plugin\n dependency-version: 5.1.1\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump com.mycila:license-maven-plugin",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T10:12:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f77d7c7dd283f2451ad9379a8e2f0f6a8c98983c",
"body": "Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.61.1 to 1.62.0.\n- [Release notes](https://github.com/microsoft/playwright/releases)\n- [Commits](https://github.com/microsoft/playwright/compare/v1.61.1...v1.62.0)\n\n---\nupdated-dependencies:\n- dependency-name: \"@playwright/test\"\n dependency-version: 1.62.0\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump @playwright/test in /e2e-studio",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T10:12:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87c873d7c9620fd03e013f7b09401c8de4d84cb1",
"body": "Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version.\n- [Release notes](https://github.com/testcontainers/testcontainers-python/releases)\n- [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHAN\n[…]\ntainers-v4.15.0)\n\n---\nupdated-dependencies:\n- dependency-name: testcontainers\n dependency-version: 4.15.0\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): update testcontainers requirement in /e2e-python",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T10:12:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f42ae579899780fa08037a3e106a69235899ac3f",
"body": "Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.38 to 1.6.0.\n- [Release notes](https://github.com/qos-ch/logback/releases)\n- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.38...v_1.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: ch.qos.logback:logback-classic\n dependency-version: 1.6.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump ch.qos.logback:logback-classic from 1.5.38 to 1.6.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T10:12:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eec9d00fd005ac87797dd3719022b802f848dd2c",
"body": "Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.5.0 to 3.5.1.\n- [Release notes](https://github.com/apache/maven-jar-plugin/releases)\n- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.5.0...maven-jar-plugin-3.5.1)\n\n-\n[…]\nache.maven.plugins:maven-jar-plugin\n dependency-version: 3.5.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump org.apache.maven.plugins:maven-jar-plugin",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T10:12:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "44016adabcf5616219a637c2bc138922e66a368c",
"body": "Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 5.32.9 to 5.32.11.\n- [Release notes](https://github.com/swagger-api/swagger-ui/releases)\n- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.32.9...v5.32.11)\n\n---\nupdated-dependencies:\n- dependency-name: swagger-ui-dist\n dependency-version: 5.32.11\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(studio-deps)(deps): bump swagger-ui-dist in /studio",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T09:06:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "027fabf6cd1c735d0058f56abdde1bec6bf34401",
"body": "Bumps [marked](https://github.com/markedjs/marked) from 18.0.6 to 18.0.7.\n- [Release notes](https://github.com/markedjs/marked/releases)\n- [Commits](https://github.com/markedjs/marked/compare/v18.0.6...v18.0.7)\n\n---\nupdated-dependencies:\n- dependency-name: marked\n dependency-version: 18.0.7\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(studio-deps)(deps): bump marked from 18.0.6 to 18.0.7 in /studio",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T09:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcf89d4689f9e1264b776dc0114ad932b6854e67",
"body": "Bumps [sax](https://github.com/isaacs/sax-js) from 1.6.0 to 1.6.1.\n- [Commits](https://github.com/isaacs/sax-js/compare/v1.6.0...v1.6.1)\n\n---\nupdated-dependencies:\n- dependency-name: sax\n dependency-version: 1.6.1\n dependency-type: indirect\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(studio-deps)(deps): bump sax from 1.6.0 to 1.6.1 in /studio",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T09:05:54Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 58,
"commits_last_year": 4382,
"latest_release_at": "2026-07-17T18:12:18Z",
"latest_release_tag": "26.7.3",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 52,
"days_since_latest_release": 11,
"mean_days_between_releases": 19.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": true,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "com.arcadedb:arcadedb-bolt",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-bolt",
"is_deprecated": false,
"latest_version": "26.7.3",
"repository_url": null,
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T17:33:18Z",
"latest_version_yanked": null,
"days_since_latest_publish": 11
},
{
"name": "com.arcadedb:arcadedb-grpc",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-grpc",
"is_deprecated": false,
"latest_version": "26.7.3",
"repository_url": null,
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T17:33:24Z",
"latest_version_yanked": null,
"days_since_latest_publish": 11
},
{
"name": "com.arcadedb:arcadedb-grpcw",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-grpcw",
"is_deprecated": false,
"latest_version": "26.7.3",
"repository_url": null,
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T17:33:31Z",
"latest_version_yanked": null,
"days_since_latest_publish": 11
},
{
"name": "com.arcadedb:arcadedb-engine",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-engine",
"is_deprecated": false,
"latest_version": "26.7.3",
"repository_url": null,
"versions_count": 60,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T17:33:21Z",
"latest_version_yanked": null,
"days_since_latest_publish": 11
},
{
"name": "com.arcadedb:arcadedb-redisw",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/com.arcadedb/arcadedb-redisw",
"is_deprecated": false,
"latest_version": "26.7.3",
"repository_url": null,
"versions_count": 60,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T17:33:42Z",
"latest_version_yanked": null,
"days_since_latest_publish": 11
}
]
},
"popularity": {
"forks": 125,
"stars": 1047,
"watchers": 15,
"fork_history": {
"days": [
{
"date": "2021-09-01",
"count": 1
},
{
"date": "2021-09-02",
"count": 3
},
{
"date": "2021-09-26",
"count": 1
},
{
"date": "2021-09-28",
"count": 1
},
{
"date": "2021-10-13",
"count": 1
},
{
"date": "2021-10-21",
"count": 1
},
{
"date": "2021-10-26",
"count": 1
},
{
"date": "2021-11-01",
"count": 1
},
{
"date": "2021-11-10",
"count": 1
},
{
"date": "2021-11-23",
"count": 1
},
{
"date": "2022-01-04",
"count": 1
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-01-17",
"count": 1
},
{
"date": "2022-02-07",
"count": 1
},
{
"date": "2022-02-12",
"count": 1
},
{
"date": "2022-05-17",
"count": 1
},
{
"date": "2022-05-26",
"count": 1
},
{
"date": "2022-06-01",
"count": 1
},
{
"date": "2022-07-30",
"count": 1
},
{
"date": "2022-08-31",
"count": 1
},
{
"date": "2022-09-19",
"count": 1
},
{
"date": "2022-09-23",
"count": 1
},
{
"date": "2022-09-24",
"count": 1
},
{
"date": "2022-09-30",
"count": 1
},
{
"date": "2022-11-02",
"count": 1
},
{
"date": "2022-11-30",
"count": 1
},
{
"date": "2022-12-08",
"count": 1
},
{
"date": "2022-12-28",
"count": 1
},
{
"date": "2023-01-01",
"count": 1
},
{
"date": "2023-01-12",
"count": 1
},
{
"date": "2023-01-17",
"count": 1
},
{
"date": "2023-01-23",
"count": 1
},
{
"date": "2023-02-10",
"count": 2
},
{
"date": "2023-02-12",
"count": 1
},
{
"date": "2023-02-26",
"count": 1
},
{
"date": "2023-03-14",
"count": 2
},
{
"date": "2023-03-20",
"count": 1
},
{
"date": "2023-06-15",
"count": 1
},
{
"date": "2023-07-06",
"count": 1
},
{
"date": "2023-08-04",
"count": 2
},
{
"date": "2023-08-15",
"count": 1
},
{
"date": "2023-10-17",
"count": 1
},
{
"date": "2023-10-25",
"count": 1
},
{
"date": "2023-11-18",
"count": 1
},
{
"date": "2023-11-24",
"count": 1
},
{
"date": "2024-03-21",
"count": 1
},
{
"date": "2024-04-02",
"count": 1
},
{
"date": "2024-08-01",
"count": 1
},
{
"date": "2024-08-02",
"count": 1
},
{
"date": "2024-09-19",
"count": 1
},
{
"date": "2024-09-22",
"count": 1
},
{
"date": "2024-11-29",
"count": 1
},
{
"date": "2024-12-02",
"count": 1
},
{
"date": "2024-12-23",
"count": 1
},
{
"date": "2024-12-30",
"count": 1
},
{
"date": "2025-02-18",
"count": 1
},
{
"date": "2025-03-01",
"count": 1
},
{
"date": "2025-03-02",
"count": 1
},
{
"date": "2025-04-06",
"count": 1
},
{
"date": "2025-04-11",
"count": 1
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-06-18",
"count": 2
},
{
"date": "2025-06-26",
"count": 1
},
{
"date": "2025-08-11",
"count": 1
},
{
"date": "2025-08-13",
"count": 1
},
{
"date": "2025-08-15",
"count": 1
},
{
"date": "2025-08-21",
"count": 1
},
{
"date": "2025-08-31",
"count": 1
},
{
"date": "2025-10-13",
"count": 1
},
{
"date": "2025-11-05",
"count": 1
},
{
"date": "2025-11-19",
"count": 1
},
{
"date": "2025-11-21",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2025-12-06",
"count": 1
},
{
"date": "2025-12-19",
"count": 1
},
{
"date": "2025-12-28",
"count": 1
},
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-01-28",
"count": 1
},
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-02-08",
"count": 1
},
{
"date": "2026-02-27",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-05",
"count": 1
},
{
"date": "2026-03-16",
"count": 1
},
{
"date": "2026-03-17",
"count": 1
},
{
"date": "2026-03-22",
"count": 2
},
{
"date": "2026-03-25",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-04-08",
"count": 1
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-04-26",
"count": 1
},
{
"date": "2026-05-02",
"count": 2
},
{
"date": "2026-05-09",
"count": 1
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-15",
"count": 1
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-05-21",
"count": 1
},
{
"date": "2026-05-22",
"count": 1
},
{
"date": "2026-05-23",
"count": 1
},
{
"date": "2026-05-28",
"count": 1
},
{
"date": "2026-05-29",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-06",
"count": 1
},
{
"date": "2026-06-11",
"count": 2
},
{
"date": "2026-06-22",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
},
{
"date": "2026-07-07",
"count": 1
},
{
"date": "2026-07-08",
"count": 2
},
{
"date": "2026-07-10",
"count": 1
},
{
"date": "2026-07-16",
"count": 1
},
{
"date": "2026-07-18",
"count": 1
},
{
"date": "2026-07-20",
"count": 1
},
{
"date": "2026-07-28",
"count": 1
}
],
"complete": true,
"collected": 124,
"total_forks": 125
},
"star_history": null,
"open_issues_and_prs": 78
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [
"grpc/src/main/proto/arcadedb-server.proto"
],
"has_devcontainer": false,
"typecheck_configs": [
"e2e-studio/tsconfig.json"
],
"toolchain_manifests": [
"bolt/pom.xml",
"console/pom.xml",
"coverage/pom.xml",
"e2e-csharp/ArcadeDB.E2ETests/ArcadeDB.E2ETests.csproj",
"e2e-go/go.mod",
"e2e-ha/pom.xml",
"e2e/pom.xml",
"engine/pom.xml",
"graphql/pom.xml",
"gremlin-consumer-it/pom.xml",
"gremlin-it/pom.xml",
"gremlin/pom.xml",
"grpc-client/pom.xml",
"grpc/pom.xml",
"grpcw/pom.xml",
"ha-raft/pom.xml",
"integration/pom.xml",
"load-tests/pom.xml",
"metrics/pom.xml",
"mongodbw/pom.xml",
"network/pom.xml",
"package/pom.xml",
"pom.xml",
"postgresw/pom.xml",
"redisw/pom.xml",
"server/pom.xml",
"studio/pom.xml",
"tracing/pom.xml"
],
"largest_source_bytes": 707519,
"source_files_sampled": 4250,
"oversized_source_files": 58,
"agent_instruction_files": [
"CLAUDE.md",
"engine/CLAUDE.md",
"ha-raft/CLAUDE.md",
"studio/CLAUDE.md"
],
"agent_instruction_max_bytes": 8176
},
"dependencies": {
"manifests": [
"bolt/pom.xml",
"console/pom.xml",
"coverage/pom.xml",
"e2e-go/go.mod",
"e2e-ha/pom.xml",
"e2e-js/package.json",
"e2e-python/pyproject.toml",
"e2e-studio/package.json",
"e2e/pom.xml",
"engine/pom.xml",
"graphql/pom.xml",
"gremlin-consumer-it/pom.xml",
"gremlin-it/pom.xml",
"gremlin/pom.xml",
"grpc-client/pom.xml",
"grpc/pom.xml",
"grpcw/pom.xml",
"ha-raft/pom.xml",
"integration/pom.xml",
"load-tests/pom.xml",
"metrics/pom.xml",
"mongodbw/pom.xml",
"network/pom.xml",
"package/pom.xml",
"pom.xml",
"postgresw/pom.xml",
"redisw/pom.xml",
"server/pom.xml",
"studio/package.json",
"studio/pom.xml",
"tracing/pom.xml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "com.fasterxml.jackson.core:jackson-core",
"direct": false,
"version": "2.21.1",
"severity": "high",
"ecosystem": "maven",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-r7wm-3cxj-wff9"
],
"fixed_version": "3.2.1",
"advisory_count": 1,
"oldest_advisory_days": 7
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"direct": false,
"version": "2.21.1",
"severity": "high",
"ecosystem": "maven",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-3pjw-73gf-8qr5",
"GHSA-5gvw-p9qm-jgwh",
"GHSA-5hh8-q8hv-fr38",
"GHSA-5jmj-h7xm-6q6v",
"GHSA-9fxm-vc8v-hj55",
"GHSA-hgj6-7826-r7m5",
"GHSA-j3rv-43j4-c7qm",
"GHSA-mhm7-754m-9p8w",
"GHSA-rcqc-6cw3-h962",
"GHSA-rmj7-2vxq-3g9f"
],
"fixed_version": "3.2.1",
"advisory_count": 10,
"oldest_advisory_days": 35
},
{
"name": "io.undertow:undertow-core",
"direct": false,
"version": "2.4.2.Final",
"severity": "moderate",
"ecosystem": "maven",
"cvss_score": 5.9,
"advisory_ids": [
"GHSA-3x3v-w654-m28m"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 126
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 2,
"moderate": 1
},
"advisory_count": 12,
"affected_count": 3,
"assessed_count": 69,
"malicious_count": 0,
"assessed_package": "maven:com.arcadedb:arcadedb-bolt@26.7.3",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go",
"maven",
"npm",
"pypi"
],
"dependencies": [
{
"name": "com.arcadedb:arcadedb-engine",
"manifest": "console/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-network",
"manifest": "console/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-integration",
"manifest": "console/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "org.jline:jline-terminal",
"manifest": "console/pom.xml",
"ecosystem": "maven",
"version_constraint": "${jline.version}"
},
{
"name": "org.jline:jline-reader",
"manifest": "console/pom.xml",
"ecosystem": "maven",
"version_constraint": "${jline.version}"
},
{
"name": "org.jline:jline-terminal-jni",
"manifest": "console/pom.xml",
"ecosystem": "maven",
"version_constraint": "${jline.version}"
},
{
"name": "org.slf4j:slf4j-jdk14",
"manifest": "console/pom.xml",
"ecosystem": "maven",
"version_constraint": "${slf4j.version}"
},
{
"name": "${project.groupId}:arcadedb-console",
"manifest": "coverage/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:arcadedb-engine",
"manifest": "coverage/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:arcadedb-bolt",
"manifest": "coverage/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:arcadedb-network",
"manifest": "coverage/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:arcadedb-server",
"manifest": "coverage/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:arcadedb-postgresw",
"manifest": "coverage/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:arcadedb-redisw",
"manifest": "coverage/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:arcadedb-gremlin",
"manifest": "coverage/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:arcadedb-mongodbw",
"manifest": "coverage/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:arcadedb-graphql",
"manifest": "coverage/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:arcadedb-metrics",
"manifest": "coverage/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:arcadedb-grpcw",
"manifest": "coverage/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:arcadedb-grpc-client",
"manifest": "coverage/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:arcadedb-integration",
"manifest": "coverage/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "github.com/neo4j/neo4j-go-driver/v5",
"manifest": "e2e-go/go.mod",
"ecosystem": "go",
"version_constraint": "v5.28.4"
},
{
"name": "github.com/stretchr/testify",
"manifest": "e2e-go/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "github.com/testcontainers/testcontainers-go",
"manifest": "e2e-go/go.mod",
"ecosystem": "go",
"version_constraint": "v0.43.0"
},
{
"name": "neo4j-driver",
"manifest": "e2e-js/package.json",
"ecosystem": "npm",
"version_constraint": "^6.0.1"
},
{
"name": "pg",
"manifest": "e2e-js/package.json",
"ecosystem": "npm",
"version_constraint": "^8.16.0"
},
{
"name": "testcontainers",
"manifest": "e2e-python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=4.15.0"
},
{
"name": "pytest",
"manifest": "e2e-python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=9.1.1"
},
{
"name": "pytest-check",
"manifest": "e2e-python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.8.0"
},
{
"name": "pytest-asyncio",
"manifest": "e2e-python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.4.0"
},
{
"name": "docker",
"manifest": "e2e-python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=7.2.0"
},
{
"name": "psycopg",
"manifest": "e2e-python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=3.3.4"
},
{
"name": "psycopg-binary",
"manifest": "e2e-python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=3.3.4"
},
{
"name": "asyncpg",
"manifest": "e2e-python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.31.0"
},
{
"name": "requests",
"manifest": "e2e-python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.34.2"
},
{
"name": "sqlalchemy",
"manifest": "e2e-python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.0.51"
},
{
"name": "neo4j",
"manifest": "e2e-python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=6.2.0"
},
{
"name": "io.cucumber:cucumber-bom",
"manifest": "engine/pom.xml",
"ecosystem": "maven",
"version_constraint": "${cucumber.version}"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "engine/pom.xml",
"ecosystem": "maven",
"version_constraint": "${slf4j.version}"
},
{
"name": "com.conversantmedia:disruptor",
"manifest": "engine/pom.xml",
"ecosystem": "maven",
"version_constraint": "${disruptor.version}"
},
{
"name": "at.yawk.lz4:lz4-java",
"manifest": "engine/pom.xml",
"ecosystem": "maven",
"version_constraint": "${lz4-java.version}"
},
{
"name": "org.apache.lucene:lucene-analysis-common",
"manifest": "engine/pom.xml",
"ecosystem": "maven",
"version_constraint": "${lucene.version}"
},
{
"name": "org.apache.lucene:lucene-spatial-extras",
"manifest": "engine/pom.xml",
"ecosystem": "maven",
"version_constraint": "${lucene.version}"
},
{
"name": "org.apache.lucene:lucene-queryparser",
"manifest": "engine/pom.xml",
"ecosystem": "maven",
"version_constraint": "${lucene.version}"
},
{
"name": "org.locationtech.spatial4j:spatial4j",
"manifest": "engine/pom.xml",
"ecosystem": "maven",
"version_constraint": "${spatial4j.version}"
},
{
"name": "org.locationtech.jts:jts-core",
"manifest": "engine/pom.xml",
"ecosystem": "maven",
"version_constraint": "${jts-core.version}"
},
{
"name": "com.google.code.gson:gson",
"manifest": "engine/pom.xml",
"ecosystem": "maven",
"version_constraint": "${gson.version}"
},
{
"name": "io.github.jbellis:jvector",
"manifest": "engine/pom.xml",
"ecosystem": "maven",
"version_constraint": "${jvector.version}"
},
{
"name": "org.antlr:antlr4-runtime",
"manifest": "engine/pom.xml",
"ecosystem": "maven",
"version_constraint": "${antlr4.version}"
},
{
"name": "org.graalvm.sdk:graal-sdk",
"manifest": "engine/pom.xml",
"ecosystem": "maven",
"version_constraint": "${graalvm.version}"
},
{
"name": "org.graalvm.polyglot:polyglot",
"manifest": "engine/pom.xml",
"ecosystem": "maven",
"version_constraint": "${graalvm.version}"
},
{
"name": "org.graalvm.polyglot:js",
"manifest": "engine/pom.xml",
"ecosystem": "maven",
"version_constraint": "${graalvm.version}"
},
{
"name": "com.arcadedb:arcadedb-engine",
"manifest": "gremlin-consumer-it/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-gremlin",
"manifest": "gremlin-consumer-it/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-integration",
"manifest": "gremlin/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "org.antlr:antlr4-runtime",
"manifest": "gremlin/pom.xml",
"ecosystem": "maven",
"version_constraint": "${antlr4.version}"
},
{
"name": "io.netty:netty-all",
"manifest": "gremlin/pom.xml",
"ecosystem": "maven",
"version_constraint": "${netty.version}"
},
{
"name": "org.apache.commons:commons-lang3",
"manifest": "gremlin/pom.xml",
"ecosystem": "maven",
"version_constraint": "${commons-lang3.version}"
},
{
"name": "org.apache.commons:commons-configuration2",
"manifest": "gremlin/pom.xml",
"ecosystem": "maven",
"version_constraint": "${commons-configuration2.version}"
},
{
"name": "commons-beanutils:commons-beanutils",
"manifest": "gremlin/pom.xml",
"ecosystem": "maven",
"version_constraint": "${commons-beanutils.version}"
},
{
"name": "org.apache.groovy:groovy",
"manifest": "gremlin/pom.xml",
"ecosystem": "maven",
"version_constraint": "${groovy.version}"
},
{
"name": "org.apache.tinkerpop:gremlin-core",
"manifest": "gremlin/pom.xml",
"ecosystem": "maven",
"version_constraint": "${gremlin.version}"
},
{
"name": "org.apache.tinkerpop:gremlin-server",
"manifest": "gremlin/pom.xml",
"ecosystem": "maven",
"version_constraint": "${gremlin.version}"
},
{
"name": "org.apache.tinkerpop:gremlin-driver",
"manifest": "gremlin/pom.xml",
"ecosystem": "maven",
"version_constraint": "${gremlin.version}"
},
{
"name": "org.apache.tinkerpop:gremlin-util",
"manifest": "gremlin/pom.xml",
"ecosystem": "maven",
"version_constraint": "${gremlin.version}"
},
{
"name": "org.apache.tinkerpop:gremlin-groovy",
"manifest": "gremlin/pom.xml",
"ecosystem": "maven",
"version_constraint": "${gremlin.version}"
},
{
"name": "org.yaml:snakeyaml",
"manifest": "gremlin/pom.xml",
"ecosystem": "maven",
"version_constraint": "${snakeyaml.version}"
},
{
"name": "com.arcadedb:arcadedb-engine",
"manifest": "grpc-client/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-network",
"manifest": "grpc-client/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-grpc",
"manifest": "grpc-client/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "io.grpc:grpc-netty-shaded",
"manifest": "grpc-client/pom.xml",
"ecosystem": "maven",
"version_constraint": "${grpc.version}"
},
{
"name": "io.grpc:grpc-protobuf",
"manifest": "grpc-client/pom.xml",
"ecosystem": "maven",
"version_constraint": "${grpc.version}"
},
{
"name": "io.grpc:grpc-stub",
"manifest": "grpc-client/pom.xml",
"ecosystem": "maven",
"version_constraint": "${grpc.version}"
},
{
"name": "io.grpc:grpc-services",
"manifest": "grpc-client/pom.xml",
"ecosystem": "maven",
"version_constraint": "${grpc.version}"
},
{
"name": "com.google.protobuf:protobuf-java",
"manifest": "grpc-client/pom.xml",
"ecosystem": "maven",
"version_constraint": "${protobuf-java.version}"
},
{
"name": "com.google.protobuf:protobuf-java-util",
"manifest": "grpc-client/pom.xml",
"ecosystem": "maven",
"version_constraint": "${protobuf-java.version}"
},
{
"name": "com.google.api.grpc:proto-google-common-protos",
"manifest": "grpc-client/pom.xml",
"ecosystem": "maven",
"version_constraint": "${com.google.api.grpc.version}"
},
{
"name": "javax.annotation:javax.annotation-api",
"manifest": "grpc-client/pom.xml",
"ecosystem": "maven",
"version_constraint": "${javax.annotation-api.version}"
},
{
"name": "com.arcadedb:arcadedb-grpc",
"manifest": "grpc-client/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "io.grpc:grpc-netty-shaded",
"manifest": "grpc/pom.xml",
"ecosystem": "maven",
"version_constraint": "${grpc.version}"
},
{
"name": "io.grpc:grpc-protobuf",
"manifest": "grpc/pom.xml",
"ecosystem": "maven",
"version_constraint": "${grpc.version}"
},
{
"name": "io.grpc:grpc-stub",
"manifest": "grpc/pom.xml",
"ecosystem": "maven",
"version_constraint": "${grpc.version}"
},
{
"name": "io.grpc:grpc-services",
"manifest": "grpc/pom.xml",
"ecosystem": "maven",
"version_constraint": "${grpc.version}"
},
{
"name": "io.grpc:grpc-xds",
"manifest": "grpc/pom.xml",
"ecosystem": "maven",
"version_constraint": "${grpc.version}"
},
{
"name": "com.google.protobuf:protobuf-java",
"manifest": "grpc/pom.xml",
"ecosystem": "maven",
"version_constraint": "${protobuf-java.version}"
},
{
"name": "com.google.protobuf:protobuf-java-util",
"manifest": "grpc/pom.xml",
"ecosystem": "maven",
"version_constraint": "${protobuf-java.version}"
},
{
"name": "com.google.api.grpc:proto-google-common-protos",
"manifest": "grpc/pom.xml",
"ecosystem": "maven",
"version_constraint": "${com.google.api.grpc.version}"
},
{
"name": "javax.annotation:javax.annotation-api",
"manifest": "grpc/pom.xml",
"ecosystem": "maven",
"version_constraint": "${javax.annotation-api.version}"
},
{
"name": "com.arcadedb:arcadedb-grpc",
"manifest": "grpcw/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-engine",
"manifest": "ha-raft/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-network",
"manifest": "ha-raft/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "org.apache.ratis:ratis-server",
"manifest": "ha-raft/pom.xml",
"ecosystem": "maven",
"version_constraint": "${ratis.version}"
},
{
"name": "org.apache.ratis:ratis-grpc",
"manifest": "ha-raft/pom.xml",
"ecosystem": "maven",
"version_constraint": "${ratis.version}"
},
{
"name": "org.apache.ratis:ratis-metrics-default",
"manifest": "ha-raft/pom.xml",
"ecosystem": "maven",
"version_constraint": "${ratis.version}"
},
{
"name": "com.arcadedb:arcadedb-engine",
"manifest": "integration/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.sonofab1rd:univocity-parsers",
"manifest": "integration/pom.xml",
"ecosystem": "maven",
"version_constraint": "${univocity-parsers.version}"
},
{
"name": "io.micrometer:micrometer-registry-prometheus",
"manifest": "metrics/pom.xml",
"ecosystem": "maven",
"version_constraint": "${micrometer.version}"
},
{
"name": "io.micrometer:micrometer-registry-otlp",
"manifest": "metrics/pom.xml",
"ecosystem": "maven",
"version_constraint": "${micrometer.version}"
},
{
"name": "de.bwaldvogel:mongo-java-server",
"manifest": "mongodbw/pom.xml",
"ecosystem": "maven",
"version_constraint": "${mongo-java-server.version}"
},
{
"name": "io.netty:netty-transport",
"manifest": "mongodbw/pom.xml",
"ecosystem": "maven",
"version_constraint": "${netty.version}"
},
{
"name": "io.netty:netty-codec",
"manifest": "mongodbw/pom.xml",
"ecosystem": "maven",
"version_constraint": "${netty.version}"
},
{
"name": "io.netty:netty-handler",
"manifest": "mongodbw/pom.xml",
"ecosystem": "maven",
"version_constraint": "${netty.version}"
},
{
"name": "com.arcadedb:arcadedb-engine",
"manifest": "network/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-engine",
"manifest": "package/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-console",
"manifest": "package/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-server",
"manifest": "package/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-studio",
"manifest": "package/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-ha-raft",
"manifest": "package/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-metrics",
"manifest": "package/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-tracing",
"manifest": "package/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-gremlin",
"manifest": "package/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-bolt",
"manifest": "package/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-redisw",
"manifest": "package/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-postgresw",
"manifest": "package/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-mongodbw",
"manifest": "package/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-grpcw",
"manifest": "package/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-graphql",
"manifest": "package/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "org.slf4j:slf4j-jdk14",
"manifest": "package/pom.xml",
"ecosystem": "maven",
"version_constraint": "${slf4j.version}"
},
{
"name": "org.junit:junit-bom",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${junit.jupiter.version}"
},
{
"name": "org.assertj:assertj-bom",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${assertj-core.version}"
},
{
"name": "io.micrometer:micrometer-tracing-bom",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${micrometer-tracing.version}"
},
{
"name": "io.opentelemetry:opentelemetry-bom",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${opentelemetry.version}"
},
{
"name": "org.jboss.threads:jboss-threads",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${jboss-threads.version}"
},
{
"name": "com.google.protobuf:protobuf-java",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${protobuf-java.version}"
},
{
"name": "com.google.protobuf:protobuf-java-util",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${protobuf-java.version}"
},
{
"name": "com.arcadedb:arcadedb-engine",
"manifest": "server/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "com.arcadedb:arcadedb-network",
"manifest": "server/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.parent.version}"
},
{
"name": "io.undertow:undertow-core",
"manifest": "server/pom.xml",
"ecosystem": "maven",
"version_constraint": "${undertow-core.version}"
},
{
"name": "io.micrometer:micrometer-core",
"manifest": "server/pom.xml",
"ecosystem": "maven",
"version_constraint": "${micrometer.version}"
},
{
"name": "io.swagger.core.v3:swagger-core",
"manifest": "server/pom.xml",
"ecosystem": "maven",
"version_constraint": "${swagger.version}"
},
{
"name": "io.swagger.core.v3:swagger-annotations",
"manifest": "server/pom.xml",
"ecosystem": "maven",
"version_constraint": "${swagger.version}"
},
{
"name": "io.swagger.core.v3:swagger-models",
"manifest": "server/pom.xml",
"ecosystem": "maven",
"version_constraint": "${swagger.version}"
},
{
"name": "org.xerial.snappy:snappy-java",
"manifest": "server/pom.xml",
"ecosystem": "maven",
"version_constraint": "${snappy.version}"
},
{
"name": "@fortawesome/fontawesome-free",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^7.3.1"
},
{
"name": "@popperjs/core",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^2.11.8"
},
{
"name": "apexcharts",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^6.5.0"
},
{
"name": "bootstrap",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^5.3.8"
},
{
"name": "codemirror",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^5.65.21"
},
{
"name": "cytoscape",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^3.34.0"
},
{
"name": "cytoscape-cxtmenu",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^3.5.0"
},
{
"name": "cytoscape-fcose",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^2.2.0"
},
{
"name": "cytoscape-graphml",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.6"
},
{
"name": "cytoscape-node-html-label",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.2"
},
{
"name": "datatables.net",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^3.0.0"
},
{
"name": "datatables.net-bs5",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^3.0.0"
},
{
"name": "datatables.net-buttons",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.0"
},
{
"name": "datatables.net-buttons-bs5",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.0"
},
{
"name": "datatables.net-responsive",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.0"
},
{
"name": "datatables.net-responsive-bs5",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.0"
},
{
"name": "datatables.net-select",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.0"
},
{
"name": "datatables.net-select-bs5",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.0"
},
{
"name": "jquery",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.0"
},
{
"name": "marked",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^18.0.7"
},
{
"name": "jszip",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^3.10.1"
},
{
"name": "pdfmake",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^0.3.11"
},
{
"name": "swagger-ui-dist",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^5.32.11"
},
{
"name": "sweetalert2",
"manifest": "studio/package.json",
"ecosystem": "npm",
"version_constraint": "^11.26.25"
},
{
"name": "io.micrometer:micrometer-tracing-bridge-otel",
"manifest": "tracing/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.opentelemetry:opentelemetry-exporter-otlp",
"manifest": "tracing/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.opentelemetry:opentelemetry-sdk",
"manifest": "tracing/pom.xml",
"ecosystem": "maven",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/neo4j/neo4j-go-driver/v5",
"direct": true,
"version": "v5.28.4",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/testcontainers/testcontainers-go",
"direct": true,
"version": "v0.43.0",
"ecosystem": "go"
},
{
"name": "at.yawk.lz4:lz4-java",
"direct": true,
"version": "1.11.1",
"ecosystem": "maven"
},
{
"name": "com.arcadedb:arcadedb-bolt",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.arcadedb:arcadedb-console",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.arcadedb:arcadedb-engine",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.arcadedb:arcadedb-graphql",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.arcadedb:arcadedb-gremlin",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.arcadedb:arcadedb-grpc",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.arcadedb:arcadedb-grpcw",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.arcadedb:arcadedb-ha-raft",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.arcadedb:arcadedb-integration",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.arcadedb:arcadedb-metrics",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.arcadedb:arcadedb-mongodbw",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.arcadedb:arcadedb-network",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.arcadedb:arcadedb-postgresw",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.arcadedb:arcadedb-redisw",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.arcadedb:arcadedb-server",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.arcadedb:arcadedb-studio",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.arcadedb:arcadedb-tracing",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.conversantmedia:disruptor",
"direct": true,
"version": "1.2.21",
"ecosystem": "maven"
},
{
"name": "com.google.api.grpc:proto-google-common-protos",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.code.gson:gson",
"direct": true,
"version": "2.14.0",
"ecosystem": "maven"
},
{
"name": "com.google.protobuf:protobuf-java",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.protobuf:protobuf-java",
"direct": true,
"version": "4.35.1",
"ecosystem": "maven"
},
{
"name": "com.google.protobuf:protobuf-java-util",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.protobuf:protobuf-java-util",
"direct": true,
"version": "4.35.1",
"ecosystem": "maven"
},
{
"name": "com.sonofab1rd:univocity-parsers",
"direct": true,
"version": "2.10.2",
"ecosystem": "maven"
},
{
"name": "commons-beanutils:commons-beanutils",
"direct": true,
"version": "1.11.0",
"ecosystem": "maven"
},
{
"name": "de.bwaldvogel:mongo-java-server",
"direct": true,
"version": "1.47.0",
"ecosystem": "maven"
},
{
"name": "io.cucumber:cucumber-bom",
"direct": true,
"version": "7.34.6",
"ecosystem": "maven"
},
{
"name": "io.github.jbellis:jvector",
"direct": true,
"version": "4.0.0-rc.9",
"ecosystem": "maven"
},
{
"name": "io.grpc:grpc-netty-shaded",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.grpc:grpc-protobuf",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.grpc:grpc-services",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.grpc:grpc-stub",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.grpc:grpc-xds",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.micrometer:micrometer-core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.micrometer:micrometer-core",
"direct": true,
"version": "1.17.0",
"ecosystem": "maven"
},
{
"name": "io.micrometer:micrometer-registry-otlp",
"direct": true,
"version": "1.17.0",
"ecosystem": "maven"
},
{
"name": "io.micrometer:micrometer-registry-prometheus",
"direct": true,
"version": "1.17.0",
"ecosystem": "maven"
},
{
"name": "io.micrometer:micrometer-tracing-bom",
"direct": true,
"version": "1.7.0",
"ecosystem": "maven"
},
{
"name": "io.micrometer:micrometer-tracing-bridge-otel",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.netty:netty-all",
"direct": true,
"version": "4.2.16",
"ecosystem": "maven"
},
{
"name": "io.netty:netty-codec",
"direct": true,
"version": "4.2.16",
"ecosystem": "maven"
},
{
"name": "io.netty:netty-handler",
"direct": true,
"version": "4.2.16",
"ecosystem": "maven"
},
{
"name": "io.netty:netty-transport",
"direct": true,
"version": "4.2.16",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-bom",
"direct": true,
"version": "1.64.0",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-exporter-otlp",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.swagger.core.v3:swagger-annotations",
"direct": true,
"version": "2.2.52",
"ecosystem": "maven"
},
{
"name": "io.swagger.core.v3:swagger-core",
"direct": true,
"version": "2.2.52",
"ecosystem": "maven"
},
{
"name": "io.swagger.core.v3:swagger-models",
"direct": true,
"version": "2.2.52",
"ecosystem": "maven"
},
{
"name": "io.undertow:undertow-core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "javax.annotation:javax.annotation-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.antlr:antlr4-runtime",
"direct": true,
"version": "4.13.2",
"ecosystem": "maven"
},
{
"name": "org.antlr:antlr4-runtime",
"direct": true,
"version": "4.9.1",
"ecosystem": "maven"
},
{
"name": "org.apache.commons:commons-configuration2",
"direct": true,
"version": "2.15.1",
"ecosystem": "maven"
},
{
"name": "org.apache.commons:commons-lang3",
"direct": true,
"version": "3.20.0",
"ecosystem": "maven"
},
{
"name": "org.apache.groovy:groovy",
"direct": true,
"version": "4.0.32",
"ecosystem": "maven"
},
{
"name": "org.apache.lucene:lucene-analysis-common",
"direct": true,
"version": "10.5.0",
"ecosystem": "maven"
},
{
"name": "org.apache.lucene:lucene-queryparser",
"direct": true,
"version": "10.5.0",
"ecosystem": "maven"
},
{
"name": "org.apache.lucene:lucene-spatial-extras",
"direct": true,
"version": "10.5.0",
"ecosystem": "maven"
},
{
"name": "org.apache.ratis:ratis-grpc",
"direct": true,
"version": "3.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.ratis:ratis-metrics-default",
"direct": true,
"version": "3.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.ratis:ratis-server",
"direct": true,
"version": "3.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.tinkerpop:gremlin-core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tinkerpop:gremlin-driver",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tinkerpop:gremlin-groovy",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tinkerpop:gremlin-server",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tinkerpop:gremlin-util",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.assertj:assertj-bom",
"direct": true,
"version": "3.27.7",
"ecosystem": "maven"
},
{
"name": "org.graalvm.polyglot:js",
"direct": true,
"version": "25.1.3",
"ecosystem": "maven"
},
{
"name": "org.graalvm.polyglot:polyglot",
"direct": true,
"version": "25.1.3",
"ecosystem": "maven"
},
{
"name": "org.graalvm.sdk:graal-sdk",
"direct": true,
"version": "25.1.3",
"ecosystem": "maven"
},
{
"name": "org.jboss.threads:jboss-threads",
"direct": true,
"version": "3.9.2",
"ecosystem": "maven"
},
{
"name": "org.jline:jline-reader",
"direct": true,
"version": "4.3.1",
"ecosystem": "maven"
},
{
"name": "org.jline:jline-terminal",
"direct": true,
"version": "4.3.1",
"ecosystem": "maven"
},
{
"name": "org.jline:jline-terminal-jni",
"direct": true,
"version": "4.3.1",
"ecosystem": "maven"
},
{
"name": "org.junit:junit-bom",
"direct": true,
"version": "6.1.2",
"ecosystem": "maven"
},
{
"name": "org.locationtech.jts:jts-core",
"direct": true,
"version": "1.20.0",
"ecosystem": "maven"
},
{
"name": "org.locationtech.spatial4j:spatial4j",
"direct": true,
"version": "0.8",
"ecosystem": "maven"
},
{
"name": "org.slf4j:slf4j-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.slf4j:slf4j-jdk14",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.slf4j:slf4j-jdk14",
"direct": true,
"version": "2.0.18",
"ecosystem": "maven"
},
{
"name": "org.xerial.snappy:snappy-java",
"direct": true,
"version": "1.1.10.8",
"ecosystem": "maven"
},
{
"name": "org.yaml:snakeyaml",
"direct": true,
"version": "2.6",
"ecosystem": "maven"
},
{
"name": "@fortawesome/fontawesome-free",
"direct": true,
"version": "7.3.1",
"ecosystem": "npm"
},
{
"name": "@popperjs/core",
"direct": true,
"version": "2.11.8",
"ecosystem": "npm"
},
{
"name": "apexcharts",
"direct": true,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "bootstrap",
"direct": true,
"version": "5.3.8",
"ecosystem": "npm"
},
{
"name": "codemirror",
"direct": true,
"version": "5.65.21",
"ecosystem": "npm"
},
{
"name": "cytoscape",
"direct": true,
"version": "3.34.0",
"ecosystem": "npm"
},
{
"name": "cytoscape-cxtmenu",
"direct": true,
"version": "3.5.0",
"ecosystem": "npm"
},
{
"name": "cytoscape-fcose",
"direct": true,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "cytoscape-graphml",
"direct": true,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "cytoscape-node-html-label",
"direct": true,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "datatables.net",
"direct": true,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "datatables.net-bs5",
"direct": true,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "datatables.net-buttons",
"direct": true,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "datatables.net-buttons-bs5",
"direct": true,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "datatables.net-responsive",
"direct": true,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "datatables.net-responsive-bs5",
"direct": true,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "datatables.net-select",
"direct": true,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "datatables.net-select-bs5",
"direct": true,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "jquery",
"direct": true,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "jszip",
"direct": true,
"version": "3.10.1",
"ecosystem": "npm"
},
{
"name": "marked",
"direct": true,
"version": "18.0.7",
"ecosystem": "npm"
},
{
"name": "neo4j-driver",
"direct": true,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "pdfmake",
"direct": true,
"version": "0.3.11",
"ecosystem": "npm"
},
{
"name": "pg",
"direct": true,
"version": "8.22.0",
"ecosystem": "npm"
},
{
"name": "swagger-ui-dist",
"direct": true,
"version": "5.32.11",
"ecosystem": "npm"
},
{
"name": "sweetalert2",
"direct": true,
"version": "11.26.25",
"ecosystem": "npm"
},
{
"name": "asyncpg",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "docker",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "neo4j",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "psycopg",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "psycopg-binary",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest-asyncio",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest-check",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sqlalchemy",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "testcontainers",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "dario.cat/mergo",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/azure/go-ansiterm",
"direct": false,
"version": "v0.0.0-20250102033503-faa5f7b0171c",
"ecosystem": "go"
},
{
"name": "github.com/cenkalti/backoff/v4",
"direct": false,
"version": "v4.3.0",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/errdefs",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/errdefs/pkg",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/log",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/platforms",
"direct": false,
"version": "v0.2.1",
"ecosystem": "go"
},
{
"name": "github.com/cpuguy83/dockercfg",
"direct": false,
"version": "v0.3.2",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/distribution/reference",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/docker/go-connections",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/docker/go-units",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/ebitengine/purego",
"direct": false,
"version": "v0.10.0",
"ecosystem": "go"
},
{
"name": "github.com/felixge/httpsnoop",
"direct": false,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/logr",
"direct": false,
"version": "v1.4.3",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/stdr",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/go-ole/go-ole",
"direct": false,
"version": "v1.2.6",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "v1.18.5",
"ecosystem": "go"
},
{
"name": "github.com/lufia/plan9stats",
"direct": false,
"version": "v0.0.0-20211012122336-39d0f177ccd0",
"ecosystem": "go"
},
{
"name": "github.com/magiconair/properties",
"direct": false,
"version": "v1.8.10",
"ecosystem": "go"
},
{
"name": "github.com/microsoft/go-winio",
"direct": false,
"version": "v0.6.2",
"ecosystem": "go"
},
{
"name": "github.com/moby/docker-image-spec",
"direct": false,
"version": "v1.3.1",
"ecosystem": "go"
},
{
"name": "github.com/moby/go-archive",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/moby/api",
"direct": false,
"version": "v1.54.2",
"ecosystem": "go"
},
{
"name": "github.com/moby/moby/client",
"direct": false,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/patternmatcher",
"direct": false,
"version": "v0.6.1",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/sequential",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/user",
"direct": false,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/userns",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/term",
"direct": false,
"version": "v0.5.2",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/go-digest",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/image-spec",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/power-devops/perfstat",
"direct": false,
"version": "v0.0.0-20240221224432-82ca36839d55",
"ecosystem": "go"
},
{
"name": "github.com/shirou/gopsutil/v4",
"direct": false,
"version": "v4.26.5",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": false,
"version": "v1.9.4",
"ecosystem": "go"
},
{
"name": "github.com/tklauser/go-sysconf",
"direct": false,
"version": "v0.3.16",
"ecosystem": "go"
},
{
"name": "github.com/tklauser/numcpus",
"direct": false,
"version": "v0.11.0",
"ecosystem": "go"
},
{
"name": "github.com/yusufpapurcu/wmi",
"direct": false,
"version": "v1.2.4",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/auto/sdk",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
"direct": false,
"version": "v0.60.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/metric",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk/metric",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.53.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.46.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "ch.qos.logback:logback-classic",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "ch.qos.logback:logback-classic",
"direct": false,
"version": "1.6.0",
"ecosystem": "maven"
},
{
"name": "com.arcadedb:arcadedb-grpc-client",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.arcadedb:arcadedb-load-tests",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"direct": false,
"version": "2.22.1",
"ecosystem": "maven"
},
{
"name": "com.github.eirslett:frontend-maven-plugin",
"direct": false,
"version": "2.0.1",
"ecosystem": "maven"
},
{
"name": "com.helger.maven:ph-javacc-maven-plugin",
"direct": false,
"version": "5.0.1",
"ecosystem": "maven"
},
{
"name": "com.jayway.jsonpath:json-path",
"direct": false,
"version": "3.0.0",
"ecosystem": "maven"
},
{
"name": "com.mycila:license-maven-plugin",
"direct": false,
"version": "5.1.1",
"ecosystem": "maven"
},
{
"name": "io.cucumber:cucumber-java",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.cucumber:cucumber-junit-platform-engine",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.fabric8:docker-maven-plugin",
"direct": false,
"version": "0.48.1",
"ecosystem": "maven"
},
{
"name": "io.github.ascopes:protobuf-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.github.ascopes:protobuf-maven-plugin",
"direct": false,
"version": "5.1.7",
"ecosystem": "maven"
},
{
"name": "io.grpc:grpc-testing",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.grpc:protoc-gen-grpc-java",
"direct": false,
"version": "1.79.0",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk-testing",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.swagger.parser.v3:swagger-parser",
"direct": false,
"version": "2.1.45",
"ecosystem": "maven"
},
{
"name": "net.nicoulaj.maven.plugins:checksum-maven-plugin",
"direct": false,
"version": "1.11",
"ecosystem": "maven"
},
{
"name": "org.antlr:antlr4-maven-plugin",
"direct": false,
"version": "4.13.2",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-assembly-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-clean-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-compiler-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-compiler-plugin",
"direct": false,
"version": "3.15.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-deploy-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-enforcer-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-failsafe-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-failsafe-plugin",
"direct": false,
"version": "3.5.6",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-gpg-plugin",
"direct": false,
"version": "3.2.8",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-install-plugin",
"direct": false,
"version": "3.1.4",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-jar-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-jar-plugin",
"direct": false,
"version": "3.5.1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-javadoc-plugin",
"direct": false,
"version": "3.12.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-resources-plugin",
"direct": false,
"version": "3.5.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-shade-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-shade-plugin",
"direct": false,
"version": "3.6.2",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-source-plugin",
"direct": false,
"version": "3.4.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-surefire-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-surefire-plugin",
"direct": false,
"version": "3.5.6",
"ecosystem": "maven"
},
{
"name": "org.apache.ratis:ratis-common",
"direct": false,
"version": "3.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.ratis:ratis-test",
"direct": false,
"version": "3.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.tinkerpop:gremlin-test",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-jdbc",
"direct": false,
"version": "11.0.24",
"ecosystem": "maven"
},
{
"name": "org.assertj:assertj-core",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.assertj:assertj-db",
"direct": false,
"version": "3.0.2",
"ecosystem": "maven"
},
{
"name": "org.awaitility:awaitility",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.awaitility:awaitility",
"direct": false,
"version": "4.3.0",
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:build-helper-maven-plugin",
"direct": false,
"version": "3.6.1",
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:buildnumber-maven-plugin",
"direct": false,
"version": "3.3.0",
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:license-maven-plugin",
"direct": false,
"version": "2.7.1",
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:versions-maven-plugin",
"direct": false,
"version": "2.21.0",
"ecosystem": "maven"
},
{
"name": "org.jacoco:jacoco-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jacoco:jacoco-maven-plugin",
"direct": false,
"version": "0.8.15",
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter-params",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.junit.platform:junit-platform-suite",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.junit.vintage:junit-vintage-engine",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.mockito:mockito-core",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.mockito:mockito-core",
"direct": false,
"version": "5.23.0",
"ecosystem": "maven"
},
{
"name": "org.mongodb:mongo-java-driver",
"direct": false,
"version": "3.12.14",
"ecosystem": "maven"
},
{
"name": "org.neo4j.driver:neo4j-java-driver",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.openjdk.jmh:jmh-core",
"direct": false,
"version": "1.37",
"ecosystem": "maven"
},
{
"name": "org.openjdk.jmh:jmh-generator-annprocess",
"direct": false,
"version": "1.37",
"ecosystem": "maven"
},
{
"name": "org.postgresql:postgresql",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.postgresql:postgresql",
"direct": false,
"version": "42.7.13",
"ecosystem": "maven"
},
{
"name": "org.sonatype.central:central-publishing-maven-plugin",
"direct": false,
"version": "0.11.0",
"ecosystem": "maven"
},
{
"name": "org.testcontainers:testcontainers",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.testcontainers:testcontainers-junit-jupiter",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.testcontainers:testcontainers-toxiproxy",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "redis.clients:jedis",
"direct": false,
"version": "7.5.3",
"ecosystem": "maven"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.29.3",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.29.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-globals",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-plugin-utils",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.29.2",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-async-generators",
"direct": false,
"version": "7.8.4",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-bigint",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-class-properties",
"direct": false,
"version": "7.12.13",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-class-static-block",
"direct": false,
"version": "7.14.5",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-import-attributes",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-import-meta",
"direct": false,
"version": "7.10.4",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-json-strings",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-jsx",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-logical-assignment-operators",
"direct": false,
"version": "7.10.4",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-nullish-coalescing-operator",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-numeric-separator",
"direct": false,
"version": "7.10.4",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-object-rest-spread",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-optional-catch-binding",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-optional-chaining",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-private-property-in-object",
"direct": false,
"version": "7.14.5",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-top-level-await",
"direct": false,
"version": "7.14.5",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-typescript",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@balena/dockerignore",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@bcoe/v8-coverage",
"direct": false,
"version": "0.2.3",
"ecosystem": "npm"
},
{
"name": "@discoveryjs/json-ext",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@grpc/grpc-js",
"direct": false,
"version": "1.14.4",
"ecosystem": "npm"
},
{
"name": "@grpc/proto-loader",
"direct": false,
"version": "0.7.15",
"ecosystem": "npm"
},
{
"name": "@grpc/proto-loader",
"direct": false,
"version": "0.8.1",
"ecosystem": "npm"
},
{
"name": "@isaacs/cliui",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/load-nyc-config",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/schema",
"direct": false,
"version": "0.1.6",
"ecosystem": "npm"
},
{
"name": "@jest/console",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "@jest/core",
"direct": false,
"version": "30.4.2",
"ecosystem": "npm"
},
{
"name": "@jest/diff-sequences",
"direct": false,
"version": "30.4.0",
"ecosystem": "npm"
},
{
"name": "@jest/environment",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "@jest/expect",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "@jest/expect-utils",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "@jest/fake-timers",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "@jest/get-type",
"direct": false,
"version": "30.1.0",
"ecosystem": "npm"
},
{
"name": "@jest/globals",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "@jest/pattern",
"direct": false,
"version": "30.4.0",
"ecosystem": "npm"
},
{
"name": "@jest/reporters",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "@jest/schemas",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "@jest/snapshot-utils",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "@jest/source-map",
"direct": false,
"version": "30.0.1",
"ecosystem": "npm"
},
{
"name": "@jest/test-result",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "@jest/test-sequencer",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "@jest/transform",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "@jest/types",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/remapping",
"direct": false,
"version": "2.3.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/source-map",
"direct": false,
"version": "0.3.11",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@js-sdsl/ordered-map",
"direct": false,
"version": "4.4.2",
"ecosystem": "npm"
},
{
"name": "@kwsites/file-exists",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@napi-rs/wasm-runtime",
"direct": false,
"version": "0.2.12",
"ecosystem": "npm"
},
{
"name": "@noble/ciphers",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "@noble/hashes",
"direct": false,
"version": "1.8.0",
"ecosystem": "npm"
},
{
"name": "@pkgjs/parseargs",
"direct": false,
"version": "0.11.0",
"ecosystem": "npm"
},
{
"name": "@pkgr/core",
"direct": false,
"version": "0.2.9",
"ecosystem": "npm"
},
{
"name": "@playwright/test",
"direct": false,
"version": "1.62.0",
"ecosystem": "npm"
},
{
"name": "@protobufjs/aspromise",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/base64",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/codegen",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@protobufjs/eventemitter",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@protobufjs/fetch",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@protobufjs/float",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/inquire",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/path",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/pool",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@protobufjs/utf8",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@scarf/scarf",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "@sinclair/typebox",
"direct": false,
"version": "0.34.49",
"ecosystem": "npm"
},
{
"name": "@sinonjs/commons",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@sinonjs/fake-timers",
"direct": false,
"version": "15.4.0",
"ecosystem": "npm"
},
{
"name": "@swc/helpers",
"direct": false,
"version": "0.5.23",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.2",
"ecosystem": "npm"
},
{
"name": "@types/babel__core",
"direct": false,
"version": "7.20.5",
"ecosystem": "npm"
},
{
"name": "@types/babel__generator",
"direct": false,
"version": "7.27.0",
"ecosystem": "npm"
},
{
"name": "@types/babel__template",
"direct": false,
"version": "7.4.4",
"ecosystem": "npm"
},
{
"name": "@types/babel__traverse",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "@types/docker-modem",
"direct": false,
"version": "3.0.6",
"ecosystem": "npm"
},
{
"name": "@types/dockerode",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/html-minifier-terser",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "@types/istanbul-lib-coverage",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "@types/istanbul-lib-report",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "@types/istanbul-reports",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "18.19.130",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "22.13.1",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "26.1.1",
"ecosystem": "npm"
},
{
"name": "@types/ssh2",
"direct": false,
"version": "0.5.52",
"ecosystem": "npm"
},
{
"name": "@types/ssh2",
"direct": false,
"version": "1.15.5",
"ecosystem": "npm"
},
{
"name": "@types/ssh2-streams",
"direct": false,
"version": "0.1.12",
"ecosystem": "npm"
},
{
"name": "@types/stack-utils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "@types/yargs",
"direct": false,
"version": "17.0.35",
"ecosystem": "npm"
},
{
"name": "@types/yargs-parser",
"direct": false,
"version": "21.0.3",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-aix-ppc64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-darwin-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-darwin-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-freebsd-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-freebsd-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-arm",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-loong64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-mips64el",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-ppc64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-riscv64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-s390x",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-netbsd-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-netbsd-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-openbsd-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-openbsd-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-sunos-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-win32-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-win32-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@ungap/structured-clone",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-android-arm-eabi",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-android-arm64",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-darwin-arm64",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-darwin-x64",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-freebsd-x64",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-arm-musleabihf",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-arm64-gnu",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-arm64-musl",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-ppc64-gnu",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-riscv64-gnu",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-riscv64-musl",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-s390x-gnu",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-x64-gnu",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-x64-musl",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-wasm32-wasi",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-win32-arm64-msvc",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-win32-ia32-msvc",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-win32-x64-msvc",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/ast",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/floating-point-hex-parser",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/helper-api-error",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/helper-buffer",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/helper-numbers",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/helper-wasm-bytecode",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/helper-wasm-section",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/ieee754",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/leb128",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/utf8",
"direct": false,
"version": "1.13.2",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/wasm-edit",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/wasm-gen",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/wasm-opt",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/wasm-parser",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@webassemblyjs/wast-printer",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "@xtuc/ieee754",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "@xtuc/long",
"direct": false,
"version": "4.2.2",
"ecosystem": "npm"
},
{
"name": "abort-controller",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.17.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.20.0",
"ecosystem": "npm"
},
{
"name": "ajv-formats",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "ajv-keywords",
"direct": false,
"version": "3.5.2",
"ecosystem": "npm"
},
{
"name": "ajv-keywords",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "ansi-escapes",
"direct": false,
"version": "4.3.2",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.1",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "anymatch",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "archiver",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "archiver-utils",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "asn1",
"direct": false,
"version": "0.2.6",
"ecosystem": "npm"
},
{
"name": "async",
"direct": false,
"version": "3.2.6",
"ecosystem": "npm"
},
{
"name": "async-lock",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "b4a",
"direct": false,
"version": "1.6.7",
"ecosystem": "npm"
},
{
"name": "babel-jest",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "babel-plugin-istanbul",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "babel-plugin-jest-hoist",
"direct": false,
"version": "30.4.0",
"ecosystem": "npm"
},
{
"name": "babel-preset-current-node-syntax",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "babel-preset-jest",
"direct": false,
"version": "30.4.0",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "bare-events",
"direct": false,
"version": "2.8.2",
"ecosystem": "npm"
},
{
"name": "bare-fs",
"direct": false,
"version": "4.5.6",
"ecosystem": "npm"
},
{
"name": "bare-os",
"direct": false,
"version": "3.8.0",
"ecosystem": "npm"
},
{
"name": "bare-path",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "bare-stream",
"direct": false,
"version": "2.10.0",
"ecosystem": "npm"
},
{
"name": "bare-url",
"direct": false,
"version": "2.4.0",
"ecosystem": "npm"
},
{
"name": "base64-js",
"direct": false,
"version": "0.0.8",
"ecosystem": "npm"
},
{
"name": "base64-js",
"direct": false,
"version": "1.5.1",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.10.29",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.11.3",
"ecosystem": "npm"
},
{
"name": "bcrypt-pbkdf",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "big.js",
"direct": false,
"version": "5.2.2",
"ecosystem": "npm"
},
{
"name": "bl",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "boolbase",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.14",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "brotli",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "browserify-zlib",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.2",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.7",
"ecosystem": "npm"
},
{
"name": "bser",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "buffer",
"direct": false,
"version": "5.7.1",
"ecosystem": "npm"
},
{
"name": "buffer",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "buffer-crc32",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "buffer-from",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "buildcheck",
"direct": false,
"version": "0.0.6",
"ecosystem": "npm"
},
{
"name": "byline",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "camel-case",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "5.3.1",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001792",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001806",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "char-regex",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "chownr",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "chrome-trace-event",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "ci-info",
"direct": false,
"version": "4.4.0",
"ecosystem": "npm"
},
{
"name": "cjs-module-lexer",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "clean-css",
"direct": false,
"version": "5.3.3",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "clone",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "clone-deep",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "co",
"direct": false,
"version": "4.6.0",
"ecosystem": "npm"
},
{
"name": "collect-v8-coverage",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "14.0.3",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "2.20.3",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "compress-commons",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "copy-webpack-plugin",
"direct": false,
"version": "14.0.0",
"ecosystem": "npm"
},
{
"name": "core-util-is",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "cose-base",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "cpu-features",
"direct": false,
"version": "0.0.10",
"ecosystem": "npm"
},
{
"name": "crc-32",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "crc32-stream",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "css-loader",
"direct": false,
"version": "7.1.4",
"ecosystem": "npm"
},
{
"name": "css-select",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "css-what",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "cssesc",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "dedent",
"direct": false,
"version": "1.7.2",
"ecosystem": "npm"
},
{
"name": "deepmerge",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "detect-newline",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "dfa",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "docker-compose",
"direct": false,
"version": "1.4.2",
"ecosystem": "npm"
},
{
"name": "docker-modem",
"direct": false,
"version": "5.0.7",
"ecosystem": "npm"
},
{
"name": "dockerode",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "dom-converter",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "dom-serializer",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "domelementtype",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "domhandler",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "domutils",
"direct": false,
"version": "2.8.0",
"ecosystem": "npm"
},
{
"name": "dot-case",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "eastasianwidth",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.353",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.396",
"ecosystem": "npm"
},
{
"name": "emittery",
"direct": false,
"version": "0.13.1",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "9.2.2",
"ecosystem": "npm"
},
{
"name": "emojis-list",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "end-of-stream",
"direct": false,
"version": "1.4.5",
"ecosystem": "npm"
},
{
"name": "enhanced-resolve",
"direct": false,
"version": "5.24.3",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "envinfo",
"direct": false,
"version": "7.21.0",
"ecosystem": "npm"
},
{
"name": "error-ex",
"direct": false,
"version": "1.3.4",
"ecosystem": "npm"
},
{
"name": "es-errors",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "esprima",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "esrecurse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "event-target-shim",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "events",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "events-universal",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "execa",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "exit-x",
"direct": false,
"version": "0.2.2",
"ecosystem": "npm"
},
{
"name": "expect",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-fifo",
"direct": false,
"version": "1.3.2",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fast-uri",
"direct": false,
"version": "3.1.4",
"ecosystem": "npm"
},
{
"name": "fb-watchman",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "file-loader",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "flat",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "fontkit",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "fs-constants",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "gensync",
"direct": false,
"version": "1.0.0-beta.2",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-package-type",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "get-port",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "get-stream",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "10.5.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.3",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "he",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "html-minifier-terser",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "html-webpack-plugin",
"direct": false,
"version": "5.6.8",
"ecosystem": "npm"
},
{
"name": "htmlparser2",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "human-signals",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "icss-utils",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "ieee754",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "immediate",
"direct": false,
"version": "3.0.6",
"ecosystem": "npm"
},
{
"name": "import-local",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "interpret",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "is-arrayish",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.16.2",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-generator-fn",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-plain-object",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "is-stream",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "isarray",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "isobject",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-instrument",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-source-maps",
"direct": false,
"version": "5.0.6",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "jackspeak",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "jest",
"direct": false,
"version": "30.4.2",
"ecosystem": "npm"
},
{
"name": "jest-changed-files",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "jest-circus",
"direct": false,
"version": "30.4.2",
"ecosystem": "npm"
},
{
"name": "jest-cli",
"direct": false,
"version": "30.4.2",
"ecosystem": "npm"
},
{
"name": "jest-config",
"direct": false,
"version": "30.4.2",
"ecosystem": "npm"
},
{
"name": "jest-diff",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "jest-docblock",
"direct": false,
"version": "30.4.0",
"ecosystem": "npm"
},
{
"name": "jest-each",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "jest-environment-node",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "jest-haste-map",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "jest-junit",
"direct": false,
"version": "17.0.0",
"ecosystem": "npm"
},
{
"name": "jest-leak-detector",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "jest-matcher-utils",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "jest-message-util",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "jest-mock",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "jest-pnp-resolver",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "jest-regex-util",
"direct": false,
"version": "30.4.0",
"ecosystem": "npm"
},
{
"name": "jest-resolve",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "jest-resolve-dependencies",
"direct": false,
"version": "30.4.2",
"ecosystem": "npm"
},
{
"name": "jest-runner",
"direct": false,
"version": "30.4.2",
"ecosystem": "npm"
},
{
"name": "jest-runtime",
"direct": false,
"version": "30.4.2",
"ecosystem": "npm"
},
{
"name": "jest-snapshot",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "jest-util",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "jest-validate",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "jest-watcher",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "jest-worker",
"direct": false,
"version": "27.5.1",
"ecosystem": "npm"
},
{
"name": "jest-worker",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "js-md5",
"direct": false,
"version": "0.8.3",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "3.14.2",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "json-parse-even-better-errors",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "kind-of",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "layout-base",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "lazystream",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "leven",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "lie",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "linebreak",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "lines-and-columns",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "loader-utils",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": false,
"version": "4.18.1",
"ecosystem": "npm"
},
{
"name": "lodash.camelcase",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "long",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "lower-case",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "10.4.3",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "makeerror",
"direct": false,
"version": "1.0.12",
"ecosystem": "npm"
},
{
"name": "merge-stream",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.52.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.54.0",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "2.1.35",
"ecosystem": "npm"
},
{
"name": "mimic-fn",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "5.1.9",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "9.0.9",
"ecosystem": "npm"
},
{
"name": "minimizer-webpack-plugin",
"direct": false,
"version": "5.6.1",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.2",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "mkdirp",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "mkdirp",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "mkdirp-classic",
"direct": false,
"version": "0.5.3",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "nan",
"direct": false,
"version": "2.22.2",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.16",
"ecosystem": "npm"
},
{
"name": "napi-postinstall",
"direct": false,
"version": "0.3.4",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "neo-async",
"direct": false,
"version": "2.6.2",
"ecosystem": "npm"
},
{
"name": "neo4j-driver-bolt-connection",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "neo4j-driver-core",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "no-case",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "node-int64",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.38",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.51",
"ecosystem": "npm"
},
{
"name": "normalize-path",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "npm-run-path",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "nth-check",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "onetime",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "p-try",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "package-json-from-dist",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "pako",
"direct": false,
"version": "0.2.9",
"ecosystem": "npm"
},
{
"name": "pako",
"direct": false,
"version": "1.0.11",
"ecosystem": "npm"
},
{
"name": "param-case",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "parse-json",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "pascal-case",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-is-absolute",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "pdfkit",
"direct": false,
"version": "0.19.1",
"ecosystem": "npm"
},
{
"name": "pg-cloudflare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "pg-connection-string",
"direct": false,
"version": "2.14.0",
"ecosystem": "npm"
},
{
"name": "pg-int8",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "pg-pool",
"direct": false,
"version": "3.14.0",
"ecosystem": "npm"
},
{
"name": "pg-protocol",
"direct": false,
"version": "1.15.0",
"ecosystem": "npm"
},
{
"name": "pg-types",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "pgpass",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "pirates",
"direct": false,
"version": "4.0.7",
"ecosystem": "npm"
},
{
"name": "pkg-dir",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "playwright",
"direct": false,
"version": "1.62.0",
"ecosystem": "npm"
},
{
"name": "playwright-core",
"direct": false,
"version": "1.62.0",
"ecosystem": "npm"
},
{
"name": "png-js",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.23",
"ecosystem": "npm"
},
{
"name": "postcss-modules-extract-imports",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "postcss-modules-local-by-default",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "postcss-modules-scope",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "postcss-modules-values",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "postcss-selector-parser",
"direct": false,
"version": "7.1.4",
"ecosystem": "npm"
},
{
"name": "postcss-value-parser",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "postgres-array",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "postgres-bytea",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "postgres-date",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "postgres-interval",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "pretty-error",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "pretty-format",
"direct": false,
"version": "30.4.1",
"ecosystem": "npm"
},
{
"name": "process",
"direct": false,
"version": "0.11.10",
"ecosystem": "npm"
},
{
"name": "process-nextick-args",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "proper-lockfile",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "properties-reader",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "protobufjs",
"direct": false,
"version": "7.6.1",
"ecosystem": "npm"
},
{
"name": "pump",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "pure-rand",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "react-is",
"direct": false,
"version": "18.3.1",
"ecosystem": "npm"
},
{
"name": "react-is",
"direct": false,
"version": "19.2.6",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "2.3.8",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "3.6.2",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "4.7.0",
"ecosystem": "npm"
},
{
"name": "readdir-glob",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "rechoir",
"direct": false,
"version": "0.8.0",
"ecosystem": "npm"
},
{
"name": "relateurl",
"direct": false,
"version": "0.2.7",
"ecosystem": "npm"
},
{
"name": "renderkid",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.22.12",
"ecosystem": "npm"
},
{
"name": "resolve-cwd",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "restructure",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "retry",
"direct": false,
"version": "0.12.0",
"ecosystem": "npm"
},
{
"name": "rxjs",
"direct": false,
"version": "7.8.2",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "sax",
"direct": false,
"version": "1.6.1",
"ecosystem": "npm"
},
{
"name": "schema-utils",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "schema-utils",
"direct": false,
"version": "4.3.3",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.5",
"ecosystem": "npm"
},
{
"name": "serialize-javascript",
"direct": false,
"version": "7.0.7",
"ecosystem": "npm"
},
{
"name": "setimmediate",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "shallow-clone",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "slash",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "source-map-support",
"direct": false,
"version": "0.5.13",
"ecosystem": "npm"
},
{
"name": "source-map-support",
"direct": false,
"version": "0.5.21",
"ecosystem": "npm"
},
{
"name": "split-ca",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "split2",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "ssh-remote-port-forward",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "ssh2",
"direct": false,
"version": "1.16.0",
"ecosystem": "npm"
},
{
"name": "stack-utils",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "streamx",
"direct": false,
"version": "2.25.0",
"ecosystem": "npm"
},
{
"name": "string-length",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "strip-bom",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "strip-final-newline",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "style-loader",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "8.1.1",
"ecosystem": "npm"
},
{
"name": "supports-preserve-symlinks-flag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "synckit",
"direct": false,
"version": "0.11.12",
"ecosystem": "npm"
},
{
"name": "tapable",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "tar-fs",
"direct": false,
"version": "2.1.4",
"ecosystem": "npm"
},
{
"name": "tar-fs",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "tar-stream",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "tar-stream",
"direct": false,
"version": "3.1.7",
"ecosystem": "npm"
},
{
"name": "teex",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "terser",
"direct": false,
"version": "5.49.0",
"ecosystem": "npm"
},
{
"name": "test-exclude",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "testcontainers",
"direct": false,
"version": "12.0.4",
"ecosystem": "npm"
},
{
"name": "text-decoder",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "tiny-inflate",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.17",
"ecosystem": "npm"
},
{
"name": "tmp",
"direct": false,
"version": "0.2.7",
"ecosystem": "npm"
},
{
"name": "tmpl",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "tweetnacl",
"direct": false,
"version": "0.14.5",
"ecosystem": "npm"
},
{
"name": "type-detect",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.21.3",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "undici",
"direct": false,
"version": "8.5.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "5.26.5",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "6.20.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "unicode-properties",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "unicode-trie",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "unrs-resolver",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "url-loader",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "util-deprecate",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "utila",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": false,
"version": "14.0.0",
"ecosystem": "npm"
},
{
"name": "v8-to-istanbul",
"direct": false,
"version": "9.3.0",
"ecosystem": "npm"
},
{
"name": "walker",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "watchpack",
"direct": false,
"version": "2.5.2",
"ecosystem": "npm"
},
{
"name": "webpack",
"direct": false,
"version": "5.109.0",
"ecosystem": "npm"
},
{
"name": "webpack-cli",
"direct": false,
"version": "7.2.1",
"ecosystem": "npm"
},
{
"name": "webpack-merge",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "webpack-sources",
"direct": false,
"version": "3.5.1",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "wildcard",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "write-file-atomic",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "xml",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "xmldoc",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "xtend",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "yaml",
"direct": false,
"version": "2.8.3",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "17.7.2",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "21.1.1",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "zip-stream",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "JunitXml.TestLogger",
"direct": false,
"version": "8.0.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": false,
"version": "18.5.1",
"ecosystem": "nuget"
},
{
"name": "Neo4j.Driver",
"direct": false,
"version": "6.2.1",
"ecosystem": "nuget"
},
{
"name": "Npgsql",
"direct": false,
"version": "10.0.2",
"ecosystem": "nuget"
},
{
"name": "Testcontainers",
"direct": false,
"version": "4.11.0",
"ecosystem": "nuget"
},
{
"name": "xunit",
"direct": false,
"version": "2.9.3",
"ecosystem": "nuget"
},
{
"name": "xunit.runner.visualstudio",
"direct": false,
"version": "2.8.2",
"ecosystem": "nuget"
},
{
"name": "bandit",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "build",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "jpype1",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "numpy",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "py7zr",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pyyaml",
"direct": false,
"version": "6.0.2",
"ecosystem": "pypi"
},
{
"name": "setuptools",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 873,
"direct_count": 125,
"indirect_count": 748
}
},
"maintainership": {
"issues": {
"open_prs": 24,
"merged_prs": 2687,
"open_issues": 54,
"closed_ratio": 0.975,
"closed_issues": 2108,
"closed_unmerged_prs": 316
},
"bus_factor": 1,
"bot_contributors": 5,
"top_contributors": [
{
"type": "User",
"login": "lvca",
"commits": 3712,
"avatar_url": "https://avatars.githubusercontent.com/u/312606?v=4"
},
{
"type": "User",
"login": "robfrank",
"commits": 646,
"avatar_url": "https://avatars.githubusercontent.com/u/413587?v=4"
},
{
"type": "User",
"login": "gramian",
"commits": 159,
"avatar_url": "https://avatars.githubusercontent.com/u/4374619?v=4"
},
{
"type": "User",
"login": "arcade-player",
"commits": 122,
"avatar_url": "https://avatars.githubusercontent.com/u/56138992?v=4"
},
{
"type": "User",
"login": "antarcticgiraffe",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/89014087?v=4"
},
{
"type": "User",
"login": "actions-user",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/65916846?v=4"
},
{
"type": "User",
"login": "ExtReMLapin",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/3909752?v=4"
},
{
"type": "User",
"login": "tae898",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/10544311?v=4"
},
{
"type": "User",
"login": "justinblethrow-cloud",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/226385385?v=4"
},
{
"type": "User",
"login": "snyk-bot",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/19733683?v=4"
}
],
"contributors_sampled": 41,
"top_contributor_share": 0.767
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"benchmark-tests.yml",
"bolt-conformance-spec.yml",
"bolt-nightly.yml",
"claude-code-review.yml",
"claude.yml",
"ha-resilience-tests.yml",
"license-compliance.yml",
"load-tests.yml",
"meterian.yml",
"mvn-deploy.yml",
"mvn-release.yml",
"mvn-test.yml",
"native-image.yml",
"sponsor-priority.yml",
"studio-security-audit.yml",
"test-python-bindings.yml",
"test-python-examples.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"security_signals": {
"lockfiles": [
"go.sum",
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 9,
"reason": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 13 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 8,
"reason": "dependency not pinned by hash detected -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 9,
"reason": "SAST tool detected but not run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 1,
"reason": "1 out of the last 5 releases have a total of 1 signed artifacts.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "11 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "340f1bee561f86dd8bc7fc907e40ad6939c2677f",
"ran_at": "2026-07-29T01:28:33Z",
"aggregate_score": 5.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-29T01:04:53Z",
"oldest_open_prs": [
{
"number": 1188,
"created_at": "2023-07-26T17:27:58Z",
"last_comment_at": "2024-01-14T23:55:20Z",
"last_comment_author": "lvca"
},
{
"number": 1934,
"created_at": "2025-01-25T07:06:58Z",
"last_comment_at": "2025-07-04T05:03:02Z",
"last_comment_author": "lvca"
},
{
"number": 2059,
"created_at": "2025-03-12T15:42:54Z",
"last_comment_at": "2025-03-12T17:16:11Z",
"last_comment_author": "ExtReMLapin"
},
{
"number": 2554,
"created_at": "2025-09-23T21:01:19Z",
"last_comment_at": "2025-09-23T21:25:14Z",
"last_comment_author": "codacy-production"
},
{
"number": 2561,
"created_at": "2025-09-28T07:53:52Z",
"last_comment_at": "2025-09-28T08:23:34Z",
"last_comment_author": "codacy-production"
},
{
"number": 2778,
"created_at": "2025-11-15T14:14:27Z",
"last_comment_at": "2025-11-15T20:19:59Z",
"last_comment_author": "codacy-production"
},
{
"number": 3235,
"created_at": "2026-01-25T10:13:09Z",
"last_comment_at": "2026-01-28T19:17:09Z",
"last_comment_author": "lvca"
},
{
"number": 3895,
"created_at": "2026-04-18T15:16:41Z",
"last_comment_at": "2026-04-22T08:51:12Z",
"last_comment_author": "ExtReMLapin"
},
{
"number": 4007,
"created_at": "2026-04-27T21:49:19Z",
"last_comment_at": "2026-04-27T22:34:24Z",
"last_comment_author": "codecov"
},
{
"number": 4904,
"created_at": "2026-07-02T17:34:12Z",
"last_comment_at": "2026-07-02T17:40:10Z",
"last_comment_author": "codacy-production"
},
{
"number": 4969,
"created_at": "2026-07-04T15:24:11Z",
"last_comment_at": "2026-07-12T10:56:25Z",
"last_comment_author": "github-actions"
},
{
"number": 5078,
"created_at": "2026-07-07T05:06:00Z",
"last_comment_at": "2026-07-09T15:48:49Z",
"last_comment_author": "lvca"
},
{
"number": 5200,
"created_at": "2026-07-10T09:22:47Z",
"last_comment_at": "2026-07-10T09:59:01Z",
"last_comment_author": "claude"
},
{
"number": 5300,
"created_at": "2026-07-15T16:09:45Z",
"last_comment_at": "2026-07-17T10:19:29Z",
"last_comment_author": "codacy-production"
},
{
"number": 5312,
"created_at": "2026-07-17T07:18:53Z",
"last_comment_at": "2026-07-17T07:20:17Z",
"last_comment_author": "codacy-production"
},
{
"number": 5323,
"created_at": "2026-07-18T19:24:08Z",
"last_comment_at": "2026-07-20T10:54:06Z",
"last_comment_author": "github-actions"
},
{
"number": 5355,
"created_at": "2026-07-20T17:37:29Z",
"last_comment_at": "2026-07-20T17:38:34Z",
"last_comment_author": "codacy-production"
},
{
"number": 5504,
"created_at": "2026-07-28T16:48:07Z",
"last_comment_at": "2026-07-28T17:45:03Z",
"last_comment_author": "codecov"
},
{
"number": 5506,
"created_at": "2026-07-28T17:38:45Z",
"last_comment_at": "2026-07-28T18:54:08Z",
"last_comment_author": "codecov"
},
{
"number": 5510,
"created_at": "2026-07-28T20:55:01Z",
"last_comment_at": "2026-07-28T20:55:56Z",
"last_comment_author": "codacy-production"
}
],
"last_merged_pr_at": "2026-07-28T20:37:01Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 1992,
"created_at": "2025-02-15T06:41:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2120,
"created_at": "2025-04-02T13:18:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2346,
"created_at": "2025-07-12T17:06:16Z",
"last_comment_at": "2025-11-07T22:11:26Z",
"last_comment_author": "lvca"
},
{
"number": 2777,
"created_at": "2025-11-15T14:13:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 3157,
"created_at": "2026-01-16T12:33:31Z",
"last_comment_at": "2026-01-16T14:09:28Z",
"last_comment_author": "robfrank"
},
{
"number": 3480,
"created_at": "2026-02-18T10:03:48Z",
"last_comment_at": "2026-03-20T06:44:17Z",
"last_comment_author": "gramian"
},
{
"number": 3816,
"created_at": "2026-04-10T14:54:54Z",
"last_comment_at": "2026-04-15T18:39:40Z",
"last_comment_author": "lvca"
},
{
"number": 3890,
"created_at": "2026-04-17T17:48:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 3970,
"created_at": "2026-04-23T16:20:58Z",
"last_comment_at": "2026-04-24T19:45:53Z",
"last_comment_author": "odysseaspenta"
},
{
"number": 3993,
"created_at": "2026-04-27T09:15:11Z",
"last_comment_at": "2026-05-11T18:08:11Z",
"last_comment_author": "lvca"
},
{
"number": 4085,
"created_at": "2026-05-05T17:15:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 4416,
"created_at": "2026-05-29T18:35:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 4531,
"created_at": "2026-06-08T22:23:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 4537,
"created_at": "2026-06-10T19:45:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 4641,
"created_at": "2026-06-15T15:50:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 4859,
"created_at": "2026-07-02T10:16:23Z",
"last_comment_at": "2026-07-24T06:12:18Z",
"last_comment_author": "robfrank"
},
{
"number": 4866,
"created_at": "2026-07-02T10:17:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 4869,
"created_at": "2026-07-02T11:45:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 4870,
"created_at": "2026-07-02T11:46:17Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 4871,
"created_at": "2026-07-02T11:46:37Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ArcadeData/arcadedb",
"host": "github.com",
"name": "arcadedb",
"owner": "ArcadeData"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"security": 60,
"vitality": 96,
"community": 79,
"governance": 68,
"engineering": 91
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 96,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"commits_last_year": 4382,
"human_commit_share": 0.62,
"days_since_last_push": 0,
"active_weeks_last_year": 52
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "52/52 weeks with commits",
"points": 36,
"status": "met",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 52
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "4382 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 4382
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"releases_count": 58,
"latest_release_tag": "26.7.3",
"releases_from_tags": false,
"days_since_latest_release": 11,
"mean_days_between_releases": 19.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "58 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 58
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 11 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~19.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 19.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "1 out of the last 5 releases have a total of 1 signed artifacts.",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 79,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"forks": 125,
"stars": 1047,
"watchers": 15,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,047 stars",
"points": 49,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1047
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "125 forks",
"points": 17.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 125
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "15 watchers",
"points": 6.4,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 15
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": true,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 7.2,
"status": "met",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 68,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 41,
"top_contributor_share": 0.767
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 77% of commits",
"points": 5.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 77
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "41 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 41
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 13 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"merged_prs": 2687,
"open_issues": 54,
"closed_issues": 2108,
"issue_closed_ratio": 0.975,
"closed_unmerged_prs": 316
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "98% of issues closed",
"points": 45.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 98
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "2687/3003 decided PRs merged",
"points": 34.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 2687,
"decided": 3003
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"followers": 46,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "ArcadeData",
"public_repos": 28,
"account_age_days": 3228
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "46 followers of ArcadeData",
"points": 12,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 46,
"login": "ArcadeData"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "28 public repos, account ~8 yr old",
"points": 22.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 28
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"com.arcadedb:arcadedb-bolt",
"com.arcadedb:arcadedb-grpc",
"com.arcadedb:arcadedb-grpcw",
"com.arcadedb:arcadedb-engine",
"com.arcadedb:arcadedb-redisw"
],
"ecosystems": "maven",
"any_deprecated": false,
"min_days_since_publish": 11
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "5 package(s) on maven",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 5,
"ecosystems": "maven"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 11 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 11
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "60 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 60
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "excellent",
"name": "Engineering Quality",
"value": 91,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "17 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 17
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 16,
"status": "met",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9",
"points": 18,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"database",
"dbms",
"multi-model",
"graph",
"document",
"time-series",
"key-value",
"embedded",
"docker",
"kubernetes",
"k8s",
"distributed",
"arcadedb",
"orientdb",
"search-engine",
"similarity-search",
"vector-database",
"vector-search"
],
"has_wiki": false,
"homepage": "https://arcadedb.com",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://arcadedb.com",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "18 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 18
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 60,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 5.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "15 out of 16 merged PRs checked by a CI test -- score normalized to 9",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 13 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 8",
"points": 4,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected but not run on all commits",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "1 out of the last 5 releases have a total of 1 signed artifacts.",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "11 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "good",
"name": "Dependency advisories",
"note": "Matched the maven:com.arcadedb:arcadedb-bolt@26.7.3 runtime dependency closure — what installing the published package pulls in — 69 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "maven:com.arcadedb:arcadedb-bolt@26.7.3",
"assessed": 69
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 76,
"inputs": {
"source": "osv",
"advisories": 12,
"affected_packages": 3,
"assessed_packages": 69,
"unassessed_packages": 0,
"affected_by_severity": "high 2, moderate 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "3 affected: com.fasterxml.jackson.core:jackson-core 2.21.1 (high 7.5), com.fasterxml.jackson.core:jackson-databind 2.21.1 (high 8.1), io.undertow:undertow-core 2.4.2.Final (moderate 5.9)",
"points": 6.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 3,
"packages": "com.fasterxml.jackson.core:jackson-core 2.21.1 (high 7.5), com.fasterxml.jackson.core:jackson-databind 2.21.1 (high 8.1), io.undertow:undertow-core 2.4.2.Final (moderate 5.9)"
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 126 days ago",
"points": 34.9,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 126
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 69,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 10
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "excellent",
"name": "AI Readiness",
"value": 86,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.984,
"agent_instruction_files": [
"CLAUDE.md",
"engine/CLAUDE.md",
"ha-raft/CLAUDE.md",
"studio/CLAUDE.md"
],
"agent_instruction_max_bytes": 8176
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md, engine/CLAUDE.md, ha-raft/CLAUDE.md, studio/CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md, engine/CLAUDE.md, ha-raft/CLAUDE.md, studio/CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "61 of 62 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 61,
"sampled": 62
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum",
"package-lock.json"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"e2e-studio/tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [
"bolt/pom.xml",
"console/pom.xml",
"coverage/pom.xml",
"e2e-csharp/ArcadeDB.E2ETests/ArcadeDB.E2ETests.csproj",
"e2e-go/go.mod",
"e2e-ha/pom.xml",
"e2e/pom.xml",
"engine/pom.xml",
"graphql/pom.xml",
"gremlin-consumer-it/pom.xml",
"gremlin-it/pom.xml",
"gremlin/pom.xml",
"grpc-client/pom.xml",
"grpc/pom.xml",
"grpcw/pom.xml",
"ha-raft/pom.xml",
"integration/pom.xml",
"load-tests/pom.xml",
"metrics/pom.xml",
"mongodbw/pom.xml",
"network/pom.xml",
"package/pom.xml",
"pom.xml",
"postgresw/pom.xml",
"redisw/pom.xml",
"server/pom.xml",
"studio/pom.xml",
"tracing/pom.xml"
],
"dependency_bot_commit_share": 0.14
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "bolt/pom.xml, console/pom.xml, coverage/pom.xml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "bolt/pom.xml, console/pom.xml, coverage/pom.xml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 11,
"status": "met",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "e2e-studio/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "e2e-studio/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "14 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 14,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 8",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Java",
"largest_source_bytes": 707519,
"source_files_sampled": 4250,
"oversized_source_files": 58
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Java (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "58/4250 source files over 60KB",
"points": 54.2,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 4250,
"oversized": 58
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"grpc/src/main/proto/arcadedb-server.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "grpc/src/main/proto/arcadedb-server.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "grpc/src/main/proto/arcadedb-server.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch maven package 'com.arcadedb:arcadedb-e2e' from its registry",
"Could not fetch go package 'arcadedb.com/e2e-go' from its registry",
"Could not fetch maven package 'com.arcadedb:arcadedb-e2e-ha' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-29T01:28:59.681163Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/ArcadeData/arcadedb.svg",
"full_name": "ArcadeData/arcadedb",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.
Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v1.13.0, schema v0.27.0 — full methodology · metrics wiki.
How one result sits in the wider record: aggregate statistics — Maven.