Object-Assign-Deep
Object-Assign-Deep copied to clipboard
Like Object.assign(), but deeper.
Hi @saikojosh thanks for sharing this package. Its already widely used by other open source projects including swagger-api/swagger-ui. During opensource clearing of "swagger-api/swagger-ui" in one of our projects, we noticed...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 5.5.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
https://github.com/saikojosh/Object-Assign-Deep/blob/2f9608d0083638a7e6899e591792f5ede0cff6cf/objectAssignDeep.js#L131 The first parameter is mutated.
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.11.0 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > ## [3.13.1] - 2019-04-05 > ### Security > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480)....
First, thanks for this useful library 😃. Minor suggestion - please consider running the source through Babel or similar before publishing such that the distributable code is all ES5. This...
Addresses (possibly fixes) #4. This PR adds Babel as a devDependency, using it to build a JavaScript artifact for release that is compatible down to Node.js 4 and IE11 (not...
Native objects are currently stripped of their prototype, but it would be easy enough to preserve them through the cloning process.