Skip to content

2.5.3

Compare
Choose a tag to compare
@evgenykuzyakov evgenykuzyakov released this 04 Dec 21:01
· 50 commits to master since this release
b1e7886

2.5.3

  • FIX: Remove cachedPropery from elliptic.utils. Reported by BrunoModificato from OtterSec.
  • FIX: Replace url-sanitize library with dompurify. Reported by BrunoModificato from OtterSec.
  • FIX: Replace internal usage of in operator with hasOwnProperty on dictionaries to avoid exposing certain built-in methods and properties. Reported by BrunoModificato from OtterSec.
  • FIX: atob and btoa are working correctly now.