Skip to content

v1.0.0-beta.20

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 May 04:02
· 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.