@donedeal0/superdiff
  • WELCOME
  • Getting Started
    • Donors
    • Installation
  • FEATURES
    • getObjectDiff
    • getListDiff
    • streamListDiff
      • client
      • server
    • isEqual
    • isObject
  • Github
  • NPM
  • Sponsor
Powered by GitBook
On this page
  • WHAT IS IT?
  • WHY YOU SHOULD USE THIS LIBRARY
  • Import. Enjoy. 👍

WELCOME

NextDonors

Last updated 6 months ago

WHAT IS IT?

This library compares two arrays or objects and returns a full diff of their differences.

WHY YOU SHOULD USE THIS LIBRARY

Most existing solutions return a confusing diff format that often requires extra parsing. They are also limited to object comparison.

Superdiff provides a complete and readable diff for both arrays and objects. Plus, it supports stream and file inputs for handling large datasets efficiently, is battle-tested, has zero dependencies, and is super fast.

Import. Enjoy. 👍

Page cover image