Back to Explore

wesleytodd/setprototypeof

GitHub
1 watchersOpen source

Last release: 7/18/2019

A cross-platform polyfill for `Object.setPrototypeOf`, providing a simple way to set the prototype of an instantiated object. Useful for environments that do not fully support `Object.setPrototypeOf`, including at least IE8 and modern browsers. It is available via npm and includes JavaScript and TypeScript usage examples.

Project status

  • The repository appears to be maintained at least intermittently, with an upstream push on 2022-06-24, but the most recent published update summaries provided are from 2019 (v1.2.0), so it does not look like frequent release activity.
  • Apparent update cadence is low, with major gaps between updates (v1.2.0 in 2019, v1.1.1 in 2019, v1.1.0 in 2017, and no newer tagged updates shown in the provided data).

AI summary generated Today

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v1.2.0

    7/18/2019

    Release v1.2.0 includes a small runtime change in index.js, plus several repository and publishing workflow updates. The diff shows no documented release notes, so the changes below are effectively undocumented from the perspective of consumers.

  • v1.1.1

    1/4/2019

    Release v1.1.1 does not include any publisher-provided release notes. The code diff primarily modernizes the module file with strict mode and style changes, and adds a Mocha-based test suite plus Standard linting and updated npm scripts, with a new package-lock.json committed.

    Features
  • v1.1.0

    9/13/2017

    Release v1.1.0 is listed, but no release notes or changelog details were provided. As a result, the specific code changes, feature additions, fixes, and potential breaking changes cannot be determined from the supplied information.

  • v1.0.3

    2/20/2017

    This release updates the package version from 1.0.2 to 1.0.3 and makes a small behavioral change in the polyfill implementation. No release notes were provided, so the only confirmed changes come from the code diff.

  • v1.0.2

    11/13/2016

    Release v1.0.2 was published on 2016-11-13, but the publisher did not provide release notes. Because no change log is available, the specific functional, compatibility, bug fix, or security differences relative to v1.0.1 cannot be determined from the provided data.