es-shim-unscopables is a helper package that adds or shims a method into `Array.prototype[Symbol.unscopables]`. It is useful when you need consistent `Symbol.unscopables` behavior for `with` statements and array prototype methods across environments.
Project status
- The source appears to be in active maintenance in the near term, with an upstream push on 2026-01-13, but the provided update summaries stop at v1.1.0 from 2025-02-12, so there is no evidence of additional published updates after that date.
- Update cadence is intermittent, with v1.0.1 and v1.0.2 both in 2023-10, then v1.1.0 in 2025-02, suggesting roughly 1 to 2 year gaps between the last documented updates.
AI summary generated
Recent updates
v1.1.0
v1.1.0 introduces TypeScript support and updates project tooling, but the publisher did not provide release notes. The code changes also include a small runtime hardening around writing to Array.prototype[Symbol.unscopables].
BreakingFeaturesv1.0.2
Release v1.0.2 primarily updates the package metadata and dependency list. The code diff shows the removal of an unused dependency, with no changes to the package’s runtime API surface apparent from the diff.
v1.0.1
Release v1.0.1 was published, but no release notes were provided by the publisher. As a result, there is no documented information about new features, breaking changes, bug fixes, security updates, or dependency updates in this release.
v1.0.0
The release notes for v1.0.0 were not provided, so there is no documented information about new features, breaking changes, bug fixes, or other developer-impacting changes. Without additional release note content, it is not possible to accurately extract upgrade-relevant details from the provided material.