{"library":"utils-merge","type":"library","category":null,"description":"The `utils-merge` package offers a singular utility function, `merge(destination, source)`, which facilitates the shallow combination of properties from a source object into a destination object. It operates by copying enumerable own properties from the source directly onto the destination, overwriting any existing properties with matching keys. The package is currently at version 1.0.1, reflecting a stable and mature, though minimally maintained, codebase since its last updates around 2017. Its core differentiator is its simplicity and direct mutable merging, suitable for scenarios where a lightweight, shallow merge is explicitly desired and object mutation is an acceptable side effect, rather than requiring deep cloning or immutability features found in more complex merging libraries.","language":"javascript","status":"maintenance","version":"1.0.1","tags":["javascript","util"],"last_verified":"Wed May 27","install":[{"cmd":"npm install utils-merge","imports":["const merge = require('utils-merge');","import merge from 'utils-merge';","import merge from 'utils-merge';"]},{"cmd":"yarn add utils-merge","imports":[]},{"cmd":"pnpm add utils-merge","imports":[]}],"homepage":null,"github":"https://github.com/jaredhanson/utils-merge","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/utils-merge","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/utils-merge/compatibility"}}