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 in low-frequency maintenance, with an upstream push recorded on 2025-12-30, but the most recent published update here is v1.1.0 from 2024-12-13.
- Update cadence is relatively infrequent based on available version history, with updates at 2024-12-13 (v1.1.0) and 2023-01-13 (v1.0.0), suggesting no steady monthly or quarterly rhythm.
AI summary generated
Recent updates
v1.1.0
Release 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
This 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.