stop-iteration-iterator is a small JavaScript utility that normalizes iterator behavior in Firefox 17 to 26, where iterators throw StopIteration to indicate they are done. It’s useful when you need consistent iterator output, for example producing next() results with a done flag and value.
Project status
- The source appears to be actively maintained, with an upstream push recorded on 2025-12-30, and a published package update at v1.1.0 on 2024-12-13.
- Apparent update cadence based on available versioned updates is low, with v1.0.0 on 2023-01-13 and v1.1.0 on 2024-12-13 (roughly 11 months between these documented updates).
AI summary generated Today
Recent updates
v1.1.0
12/13/2024Release v1.1.0 contains a mix of package metadata, CI workflow changes, and code-level updates to add TypeScript typings. The release notes provided by the publisher are empty (no documented changes), so the substantive changes are inferred from the actual diff.
Featuresv1.0.0
1/13/2023This release is version v1.0.0, but the publisher provided no release notes or change log details. As a result, the specific code changes, API compatibility impacts, and migration requirements are not documented here.