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 shows recent activity, with an upstream push on 2024-12-17 and published updates v1.0.0 (2024-12-06) and v1.0.1 (2024-12-17), which suggests it is actively maintained at least as of late 2024.
- The apparent update cadence is short interval, about 11 days between v1.0.0 and v1.0.1, indicating a brief period of active refinement rather than long maintenance gaps (based only on these two updates).
AI summary generated Today
Recent updates
v1.0.1
12/17/2024Release 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
12/6/2024Release 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.