word-wrap is a small CLI and text utility for wrapping words to a specified line width. It can also indent wrapped lines, customize the newline string, escape each line, trim trailing whitespace, and optionally cut long words to fit.
Project status
- The source appears largely quiet/dormant: the most recent tagged update in the provided history is v1.2.5 on 2023-07-22, and the last upstream push was 2024-04-22. Relative to 2026-09-10, there have been no recent updates for a long period.
- Update cadence is low and not regular, with historical releases clustered in earlier years, then a final update around mid-2023. Given the lack of tagged updates since 2023 and no evidence of recent releases, cadence is effectively stalled/paused.
AI summary generated
Recent updates
1.2.5
Release 1.2.5 changes the default behavior of word wrapping by reverting the default `options.indent` value to two spaces. This directly affects the formatted output when `indent` is not provided, including how default line breaks are constructed.
Breaking1.2.4
Release 1.2.4 documents three changes: removing the default indentation behavior, and applying security fixes for CVE-2023-26115. It also mentions a chore to publish via workflow. However, the actual code diff in this release includes additional API and behavior changes not mentioned in the provided release notes.
BreakingSecurityFeatures1.2.3
Release 1.2.3 was published on 2017-06-03, but the publisher did not provide any release notes (none provided). Without documented changes, there is no actionable information about new features, fixes, or breaking changes for developers.
1.1.0
Release 1.1.0 introduces a new `cut` option. No additional behavior, compatibility impact, or other changes are described in the provided release notes.
Features