mattphillips / deep-object-diff

Deep diffs two objects, including nested structures of arrays and objects, and returns the difference. ❄️
https://www.npmjs.com/package/deep-object-diff
MIT License
1.05k stars 89 forks source link

Fix bug that does not return updated diffs for empty objects #70

Closed mattphillips closed 2 years ago

mattphillips commented 2 years ago

Fixes #66