DEV Community

Discussion on: 14 functions I made to dump lodash and reduce my bundle size...

Collapse
 
living_syn profile image
Jeremy Mill

your implementation of merge is vulnerable to prototype pollution. You should go and read lodash's implementation before re-implementing it.

portswigger.net/daily-swig/prototy...

Collapse
 
miketalbot profile image
Mike Talbot ⭐

Thanks :) Wilco