vidartf/recently-updated — explained in plain English
Analysis updated 2026-07-26 · repo last pushed 2016-12-19
Quickly find which dependency published a new version in the last 24 hours after your build or tests suddenly break.
Diagnose an overnight CI pipeline failure by checking for recently updated third-party packages.
Decide whether to pin an older version of a package or investigate an upstream change that just shipped.
Get a snapshot of recent dependency changes without manually checking each package or digging through logs.
| vidartf/recently-updated | 00kaku/gallery-slider-block | 0xkinno/vellum | |
|---|---|---|---|
| Stars | — | — | 0 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2016-12-19 | 2021-05-19 | — |
| Maintenance | Dormant | Dormant | — |
| Setup difficulty | easy | easy | hard |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Run it inside a project folder that already has installed JavaScript dependencies, no extra configuration required.
recently-updated is a command-line tool that tells you which of your project's dependencies published new versions in the last 24 hours. The core benefit is simple: when your builds suddenly break or tests fail after a fresh install, this tool helps you quickly identify whether a recent update to a third-party package might be the culprit. You run it inside a project folder that contains your installed packages. It scans your dependencies, checks when each one was last published, and shows you a list of any that were updated within the past day, along with their latest version numbers and publish times. Instead of manually checking each package or digging through logs, you get a quick snapshot of what changed recently. This is useful for developers and teams who work in JavaScript projects and have experienced the frustration of a working build suddenly failing for no obvious reason. For example, if your continuous integration pipeline breaks overnight, running this tool can immediately point you to a dependency that shipped a new version hours earlier, helping you decide whether to pin an older version or investigate the upstream change. The project is straightforward and focused. The README doesn't go into detail about advanced configuration or additional features beyond the basic scan-and-report functionality. It's a small, practical utility designed to solve a specific, common annoyance in dependency-heavy JavaScript development.
A command-line tool that scans your project's dependencies and shows you which ones published new versions in the last 24 hours, helping you quickly find the culprit when a build or test suite breaks after a fresh install.
Mainly JavaScript. The stack also includes JavaScript, CLI, npm.
Dormant — no commits in 2+ years (last push 2016-12-19).
No license information was provided in the repository's documentation.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.