Hacker News new | ask | show | jobs
by jsheard 396 days ago
You'd be surprised: https://positive.security/blog/lodash-ramda-underscore-vulne...
1 comments

Looks like these are mostly based on "reserved" attributes (with double underscores that have no special meaning in the language, just make unintentional collisions less likely), a modern solution utilizing JS Symbol type (where needed) would have no such issues