TehShrike / deepmerge

A library for deep (recursive) merging of Javascript objects
MIT License
2.75k stars 216 forks source link

Null object prototype. #248

Open macdja38 opened 2 years ago

macdja38 commented 2 years ago

Not sure if this is something we should do, right now we're defaulting to the object prototype which isn't great.

Uzlopak commented 2 years ago

It is actually making it pretty slow. Better use classical prototype pollution solutions.