key-del icon indicating copy to clipboard operation
key-del copied to clipboard

Delete nested keys from Javascript object

Results 2 key-del issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

I got a deep object and need to delete a prop 5 levels deep. This is apparently "not supported" yet. How come? It's just recursion?