Repository Analysis

pmndrs/jotai

👻 Primitive and flexible state management for React

0.2 Likely human-written View on GitHub
0.2
Adjusted Score
0.2
Raw Score
100%
Time Factor
2026-05-29
Last Push
21,179
Stars
TypeScript
Language
33,698
Lines of Code
252
Files
5
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 5

Pattern Findings

5 matches across 3 categories. Click a row to expand file-level details.

Verbosity Indicators2 hits · 3 pts
SeverityFileLineSnippet
LOWsrc/vanilla/internals.ts559 // Step 1: traverse the dependency graph to build the topologically sorted atom list
LOWsrc/vanilla/internals.ts614 // Step 2: use the topSortedReversed atom list to recompute all affected atoms
Hyper-Verbose Identifiers2 hits · 2 pts
SeverityFileLineSnippet
LOWsrc/vanilla/internals.ts321function addPendingPromiseToDependency(
LOWsrc/vanilla/internals.ts333function getMountedOrPendingDependents(
Over-Commented Block1 hit · 1 pts
SeverityFileLineSnippet
LOWtests/react/utils/useHydrateAtoms.test.tsx381 ;() => useHydrateAtoms([] as (readonly [AnyWritableAtom, unknown])[])