node/deps/base64
Node.js GitHub Bot 16d28a883a
deps: update base64 to 0.5.2
PR-URL: https://github.com/nodejs/node/pull/51455
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
2024-03-20 13:45:45 +00:00
..
base64 deps: update base64 to 0.5.2 2024-03-20 13:45:45 +00:00
base64.gyp deps: update base64 to 0.5.1 2024-03-20 13:45:25 +00:00
README.md

base64

This project boosts base64 encoding/decoding performance by utilizing SIMD operations where possible.

The source is pulled from: https://github.com/aklomp/base64

Active development occurs in the default branch (currently named master).

Updating

$ git clone https://github.com/aklomp/base64