merge-anything icon indicating copy to clipboard operation
merge-anything copied to clipboard

Merge objects & other types recursively. A simple & small integration.

Results 14 merge-anything issues
Sort by recently updated
recently updated
newest added

Before: ![Screen Shot 2022-07-06 at 4 27 37 PM](https://user-images.githubusercontent.com/28520357/177589014-6005ad45-93ca-4ce9-b601-589e85bd149d.png) After: ![Screen Shot 2022-07-06 at 4 29 29 PM](https://user-images.githubusercontent.com/28520357/177589085-e749687d-400a-494f-a25f-a2fdb6afceb3.png)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

ts-toolbelt does not compile with 8.4.0, so we should only depend on 8.0 resolves: #13 ```ts .yarn/cache/ts-toolbelt-npm-8.4.0-f6995cd030-dbc3ad2626.zip/node_modules/ts-toolbelt/out/index.d.ts:983:46 - error TS1110: Type expected. 983 export type NumberOf = `${N}`; ``` *NOTE*:...

Hi, beautiful work done there man! could we have the compare function to be async? thanks in advanced.

So I've verified the `toMerge`, has the expected object, with the expected key, seems though I'm only getting the keys from `process.env` in my resulting merged object, even though the...

Thanks for creating this library, there are several libraries that do deep merge, but this is the only one I've seen written in TypeScript. I would like to see a...

@mesqueeb I've updated some type definitions and typescript. We can now use const modifiers type parameters

Maybe this is by design, but I was surprised to learn that this: ``` import { merge } from "merge-anything" const defaultTheme = {} const theme = undefined merge(defaultTheme, theme)...

We recently updated the „merge-anything“ dependency in our project from 5.0.2 to version 5.1.7 which changes how the exported files are treated. This is a breaking change... The default export...