I want to be able to get a list of all differences between two JavaScript object graphs, with the property names and values where the deltas occur.
For what it is w
There is an objectDiff library which allows you to do that. On its demo page you can see a difference between two javascript objects.