flitbit / diff

Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.
MIT License
3k stars 214 forks source link

Fixing deepDiff lhs/rhs undefined check and adding tests. #120

Closed Greg-GB closed 6 years ago

Greg-GB commented 6 years ago

Hey flitbit, just pulled down your repo and ran into a little bug. Just thought I'd fix it real quick. Keep up the good work!

Greg-GB commented 6 years ago

Just saw https://github.com/flitbit/diff/pull/114