object-keys
popularAn Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
Updated by @ljharb
@stdlib/utils-for-own
Invoke a function for each own enumerable property of an object.
Updated by @stdlib-bot
@stdlib/utils-for-in
Invoke a function for each own and inherited enumerable property of an object.
Updated by @stdlib-bot
object-match-maker
Create an object using data from two other objects. Get and update what you want.
Updated by @zwazoe