superdiff icon indicating copy to clipboard operation
superdiff copied to clipboard

Superdiff compares two arrays or objects and returns a full diff of their differences in a readable format.

Results 1 superdiff issues
Sort by recently updated
recently updated
newest added

[WIP] This pr introduces a new function `streamListsDiff` that can handle large lists of objects and stream the result, either live or in chunks. **Usage:** ```js // streamListsDiff takes two...

enhancement