Skip to content

v0.11.3

Choose a tag to compare

@obakeng-develops obakeng-develops released this 04 Sep 08:58
· 7 commits to main since this release
6752af4

Tolerates every way the npm advisories endpoint fails, not just the slow one.

0.11.2 tolerated a hang past importmap`s read timeout by matching one error message. The endpoint then began answering fast with a 503 instead, which is the same condition in different words, so builds went red again.

bin/importmap-audit now tests for Importmap::Npm::HTTPError. That class is raised at every point where the registry fails to answer, and never by a real advisory, which prints a table and exits without raising.

No application code changed in this release.