Back to Explore

epoberezkin/fast-deep-equal

GitHub
1 watchersOpen source

Last release: 6/8/2020

fast-deep-equal is a JavaScript library for fast deep equality checks, including value-based comparison for Date and RegExp. It also provides ES6 variants that support Map, Set, and typed arrays, and includes options aimed at comparing React elements.

Project status

  • The project appears at least intermittently maintained: the last upstream push is 2023-10-05, but the most recent provided updates summaries in the evidence stop at 2020 (v3.1.3).
  • Update cadence looks low and irregular based on the provided updates history, with changes spanning 2019-12-03 (v3.1.1) and then a burst in 2020-06-08 (v3.1.2 and v3.1.3).

AI summary generated Today

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

Recent updates

  • v3.1.3

    6/8/2020

    Release v3.1.3 contains only dependency-related changes. The release notes do not mention any behavioral or compatibility impact, but the code diff shows CI Node version support changes and multiple major devDependency upgrades.

    Breaking
  • v3.1.2

    6/8/2020

    v3.1.2 primarily updates TypeScript type declaration files. The only code changes in the diff are limited to making the `equal` export declarations use `declare const`, plus a version bump and some repository metadata updates.

  • v3.1.1

    12/3/2019

    v3.1.1 updates the npm package contents to include additional React-specific entrypoints. The release notes state this is to fix missing React files, which is consistent with the code diff.