From 2a8151a1d23d233e87d7676c42710cc6980774a7 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 27 Mar 2018 22:26:00 -0600 Subject: [PATCH] v2.1.0 --- README.md | 20 +++++++++++------- browser-atob.js | 56 ++++++++++++++++++++++++++++--------------------- node-atob.js | 2 +- package.json | 6 +++--- test.js | 8 +++---- 5 files changed, 52 insertions(+), 40 deletions(-) diff --git a/README.md b/README.md index b8cffda..e15ef86 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ atob === +| **atob** +| [btoa](https://git.coolaj86.com/coolaj86/btoa.js) +| [unibabel.js](https://git.coolaj86.com/coolaj86/unibabel.js) +| Sponsored by [ppl](https://ppl.family) + Uses `Buffer` to emulate the exact functionality of the browser's atob. Note: Unicode may be handled incorrectly (like the browser). @@ -12,32 +17,33 @@ It turns base64-encoded ascii data back **to** b