min-indent is a small JavaScript utility that finds the shortest leading whitespace shared by non-empty lines in a string, then uses that value to remove redundant indentation. It is useful for normalizing multi-line strings that include extra indent.
Project status
- The upstream repo appears not to be actively maintained, with the last upstream push on 2020-08-02 and only a small number of updates since then.
- Apparent update cadence is low (multi-year gaps), with updates in 2017 (v1.0.0) and 2020 (v1.0.1), suggesting a maintenance-style trajectory rather than frequent iteration.
AI summary generated Today
Recent updates
v1.0.1
5/28/2020Release v1.0.1 bumps the package version and refactors the core min-indent implementation with a small internal logic change. The repo metadata and tooling were also updated (CI Node versions, README, tests), but the publisher provided no release notes.
Breakingv1.0.0
10/27/2017Release v1.0.0 was published on 2017-10-27, but no release notes were provided by the publisher. Because the release notes are missing, the specific new features, breaking changes, bug fixes, security updates, and dependency changes cannot be determined from the provided data.