v1.0.0-beta.20
Pre-release
Pre-release
·
182 commits
to main
since this release
Patch Changes
-
d11a99a: Fix Prototype-polluting assignment.
It is not really exploitable as they are stores and do not use any build-in methods.
However, converting them to
Object.create(null)is a better and cleaner approach anyway.