Sha256: ae798c53e74e16710d62dc8750e53ea6c54eea0ebb3d895903b2c86d1311e2a1

Contents?: true

Size: 1.13 KB

Versions: 42

Compression:

Stored size: 1.13 KB

Contents

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).

It turns base64-encoded <strong>a</strong>scii data back **to** <strong>b</strong>inary.

```javascript
(function () {
  "use strict";

  var atob = require('atob');
  var b64 = "SGVsbG8sIFdvcmxkIQ==";
  var bin = atob(b64);

  console.log(bin); // "Hello, World!"
}());
```

### Need Unicode and Binary Support in the Browser?

Check out [unibabel.js](https://git.coolaj86.com/coolaj86/unibabel.js)

Changelog
=======

  * v2.1.0 address a few issues and PRs, update URLs
  * v2.0.0 provide browser version for ios web workers
  * v1.2.0 provide (empty) browser version
  * v1.1.3 add MIT license
  * v1.1.2 node only

LICENSE
=======

Code copyright 2012-2018 AJ ONeal

Dual-licensed MIT and Apache-2.0

Docs copyright 2012-2018 AJ ONeal

Docs released under [Creative Commons](https://git.coolaj86.com/coolaj86/atob.js/blob/master/LICENSE.DOCS).

Version data entries

42 entries across 41 versions & 14 rubygems

Version Path
enju_library-0.3.8 spec/dummy/node_modules/atob/README.md
ilog-0.4.1 node_modules/atob/README.md
ilog-0.4.0 node_modules/atob/README.md
ilog-0.3.3 node_modules/atob/README.md
jester-data-8.0.0 node_modules/atob/README.md
ezii-os-5.2.1 node_modules/atob/README.md
ezii-os-2.0.1 node_modules/atob/README.md
ezii-os-1.1.0 node_modules/atob/README.md
ezii-os-1.0.0 node_modules/atob/README.md
ezii-os-0.0.0.1.0 node_modules/atob/README.md
ezii-os-0.0.0.0.1 node_modules/atob/README.md
optimacms-0.4.3 spec/dummy/node_modules/atob/README.md
optimacms-0.4.2 spec/dummy/node_modules/atob/README.md
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/atob/README.md
lux_assets-0.2.11 ./node_modules/atob/README.md
lux_assets-0.2.9 ./node_modules/atob/README.md
lux_assets-0.2.4 ./node_modules/atob/README.md
lux_assets-0.2.2 ./node_modules/atob/README.md
lux_assets-0.2.1 ./node_modules/atob/README.md
locomotivecms-3.4.0 app/javascript/node_modules/atob/README.md