clone-deep
clone-deep copied to clipboard
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. Used by superstruct, merge-deep, and many others!
This handles circular references cloning, still working on tests, but it works.
Since webpack-merge has switched from using _.cloneDeep to clone-deep for Webpack 5 this has caused issues within our app which uses circular JSON. Would it possible to have support for...
The link to the website of this repository is wrong. ### Expected: https://github.com/jonschlinkert ### Actual: https://github.com/jonschlnkert Edit: Just saw its on multiple on your repositories
Hello I noticed that when i use `CloneDeep` on objects that have a react element for example : ``` myObj = { element: i'm a react element } ``` The...
This PR adds power support on travis.
## Description Due to [CVE-2019-20149](https://nvd.nist.gov/vuln/detail/CVE-2019-20149), a new version of kind-of has been released. Since clone-deep uses 6.0.2, this raises security flags. FYI @jonschlinkert @doowb could you take care of this...
Hej, I'm building a NestJS based API right now which uses the library `nestjs-zod` for schema based validation and that library in turn uses `merge-deep` which in turn uses `clone-deep`....
I'm getting the following error, is there a known way of working around it? ``` Illegal reassignment of import "commonjsRequire" in "../../node_modules/clone-deep/utils.js". file: node_modules/clone-deep/utils.js:10:0 8: var fn = require; 9:...
isPlainObject is not a function
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. When bundling using rollup, I get...