Compare two objects and return an array of the properties that are different.
By default, if the first object doesn't have a property at all and the second object has it defined as undefined
this will be considered as a difference. To change this behavior, set missingEqualsUndefined option to true.
Compare two objects and return an array of the properties that are different. By default, if the first object doesn't have a property at all and the second object has it defined as
undefined
this will be considered as a difference. To change this behavior, setmissingEqualsUndefined
option totrue
.Example