I am comparing two objects with the help of Lodash isEqual
function and trying to get difference with difference
function.
The difference
function is returning whole object instead of only those attributes which are different.
Is there any way to find only mismatched attributes in objects?