-
Chromium Checker by @waveboxio: chromiumchecker.com/. Detects the Chromium version you're running based on feature-detection. The core logic is in this JS file: github.com/wavebox/chromium-checker-site/blob/master/src/detector/descriptors.js (not on @npmjs, but maybe should be!? (via @Paul_Kinlan's notes: paul.kinlan.me/journal/jun-14th-2022/#62a7c58d-9c28-4f64-84bb-d14469db469e.)
-
Correction: the package is on @npmjs, I was simply looking at the wrong repo (that of the demo site). The package is npmjs.com/package/chromium-detector. (Thanks, @Benjamin_Aster)