Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "b2a", | ||
"version": "1.0.4", | ||
"description": "btoa and atob support for node.js or old browsers, with the Unicode Problems fixed", | ||
"version": "1.0.5", | ||
"description": "btoa and atob (ie base64 encoding and decoding) support for node.js or old browsers, with the Unicode Problems fixed", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "module": "src/index.js", |
@@ -18,4 +18,6 @@ [![Build Status](https://travis-ci.org/kaelzhang/b2a.svg?branch=master)](https://travis-ci.org/kaelzhang/b2a) | ||
`btoa` and `atob` support for node.js or old browsers, with the [Unicode Problems](https://developer.mozilla.org/en-US/docs/Web/API/WindowBase64/Base64_encoding_and_decoding#The_.22Unicode_Problem.22) fixed. | ||
`btoa` and `atob` (base64 encoding and decoding) support for node.js or old browsers, with the [Unicode Problems](https://developer.mozilla.org/en-US/docs/Web/API/WindowBase64/Base64_encoding_and_decoding#The_.22Unicode_Problem.22) fixed. | ||
This module will try to reuse `window.atob` and `window.btoa` if possible. | ||
## Install | ||
@@ -22,0 +24,0 @@ |
6027
56