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.
shallow-equal
Typescript-compatible minimalistic shallow equality check for arrays/objects