dunder-proto is a JavaScript utility that provides access to Object.prototype.__proto__, including a getter and setter. It is useful when you need a reliable way to read or change an object’s __proto__ value, even if it is otherwise unavailable.
Project status
- The source appears effectively dormant, with its last upstream push on 2024-12-17 and the most recent published updates in December 2024, which is well over a year ago relative to 2026-09-10.
- Update cadence looks low, only two tagged updates were observed in early-to-mid December 2024 (v1.0.0 on 2024-12-06, v1.0.1 on 2024-12-17), and no further updates are evident since then.
AI summary generated
Recent updates
v1.0.1
Release v1.0.1 updates the library to better handle Node runs with `--disable-proto=*` by preventing crashes during module initialization. The main functional change is adding `ERR_PROTO_ACCESS` handling around `Object.prototype.__proto__` accessor detection and `__proto__` mutation capability detection.
v1.0.0
Release v1.0.0 was published on 2024-12-06, but no release notes were provided by the publisher. Because the release notes content is missing, this analysis cannot identify specific new features, breaking changes, or fixes from the published text.