map-obj
Map object keys and values into a new object
just-diff-apply
Apply a diff to an object. Optionally supports jsonPatch protocol
just-diff
Return an object representing the diffs between two objects. Supports jsonPatch protocol
define-property
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
filter-obj
Filter object keys and values into a new object