diff-arrays-of-objects
Compare two arrays of objects, finding added, removed, updated and identical objects. Details the differences between updated objects.
shallow-diff
compare two objects or arrays and return the diff (add/updated/removed/unchanged)
collection-visit
Visit a method over the items in an object, or map visit over the objects in an array.
map-visit
Map `visit` over an array of objects.
reftools
Utility functions to deal with references in objects