Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Eugene Lazutkin edited this page Jul 13, 2026 · 19 revisions

deep6

Node.js CI NPM version

About

deep6 is a no-dependency ES6 mini-library:

  • Advanced deep equivalency for JavaScript structures.
    • Extensible to accommodate custom objects.
  • Traversing objects.
    • Extensible deep cloning.
  • Written in ES6:
    • Use it in Node or browsers without transpiling.
    • Natively supports Map, Set, typed arrays.
    • Natively supports symbols and property descriptors.
    • Presented as ES6 modules.
  • Efficient non-recursive algorithms.
    • ~550 tests to ensure correctness.
    • Support for circular dependencies.
    • Support for "loose" comparisons.
  • Unification.
    • Identifying and capturing object fragments.

Search

🔍 Search this wiki — ranked, deep-linked search via wiki-search; install the bookmarklet to search in place. Fallback: GitHub wiki search.

Documentation

Most popular functions available from the main module as named properties:

Advanced functionality:

Background

It is the next generation of heya-unify, which basic concepts were explained and demonstrated in the following blog posts:

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.