extend-shallow
Extend an object with the properties of additional objects. node.js/javascript util.
clone-deep
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.
is-equal-shallow
Does a shallow comparison of two objects, returning false if the keys or values differ.