base64-bytestring v1.2.0.0 Release Notes

Release Date: 2020-08-14 // about 4 years ago
    • 🔒 Security fix: reject non-canonical base64 encoded values - (#38) fixing issue #24.

    • 🔒 Security fix: reject bytestrings with improper padding that can be "completed" by the unpadded-Base64url workflow, and homogenize error messages (#33)

    • 🚑 Test coverage expanded to 98% of the library. All critical paths covered.


Previous changes from v1.0.0.3

    • 🐎 Made performance more robust (#27).
    • 👌 Improved documentation (#23).
    • 👌 Improved the performance of decodeLenient a bit (#21).