Problem
The last published release is v1.4.0 (2025-12-28). Since then: 53 commits, including two new platforms (Piccalilli, Josh Comeau), the unified sync state, and all 31 audit fixes. README and the docs site tell users npm install -g offcourse and advertise five platforms — but the published package supports only three and none of the correctness fixes.
Evidence
CHANGELOG.md (last entry v1.4.0), npm registry version vs README/docs claims
Suggested fix
Cut a release (pnpm release) — the release pipeline was hardened in the audit (prepublishOnly runs the full check + build). Alternatively mark unreleased platforms in README/docs until published.
From the July 2026 audit, round 2.
Problem
The last published release is v1.4.0 (2025-12-28). Since then: 53 commits, including two new platforms (Piccalilli, Josh Comeau), the unified sync state, and all 31 audit fixes. README and the docs site tell users
npm install -g offcourseand advertise five platforms — but the published package supports only three and none of the correctness fixes.Evidence
CHANGELOG.md(last entry v1.4.0), npm registry version vs README/docs claimsSuggested fix
Cut a release (
pnpm release) — the release pipeline was hardened in the audit (prepublishOnly runs the full check + build). Alternatively mark unreleased platforms in README/docs until published.From the July 2026 audit, round 2.