brianloveswords / base64url

For encoding and decoding base64url!
MIT License
224 stars 44 forks source link

fix: validate encode input and ensure zero-filled Buffer #25

Closed MeirionHughes closed 6 years ago

MeirionHughes commented 6 years ago

closes #24 requires: node ^4

MeirionHughes commented 6 years ago

Alternatively, drop node 4 support and add engine >=6 - new Buffer(1000, encoding) will natively throw an error.

MylesBorins commented 6 years ago

@brianloveswords dropping support for 0.10 and 0.12 is arguably semver-major. Node.js does have a history of landing Semver-Major changes as Semver-Minor for security updates