map-visit
Map `visit` over an array of objects.
extend-shallow
Extend an object with the properties of additional objects. node.js/javascript util.
collection-visit
Visit a method over the items in an object, or map visit over the objects in an array.
is-equal-shallow
Does a shallow comparison of two objects, returning false if the keys or values differ.
has-values
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.