Compare commits

...

23 Commits

Author SHA1 Message Date
755cfea789 v2.1.2: remove version field from bower 2018-08-18 04:18:47 -06:00
ca87d10534 remove version (should rely on tags instead) 2018-08-18 10:17:02 +00:00
AJ ONeal
e468cb840c v2.1.1 fix https://github.com/nodejs/security-wg/pull/211 2018-04-27 11:33:56 -06:00
AJ ONeal
2a8151a1d2 v2.1.0 2018-03-27 22:26:00 -06:00
AJ ONeal
599c6330b9 v2.0.3 2016-04-09 15:29:39 -06:00
AJ ONeal
372a2dff10 Merge pull request #5 from robertknight/browserify-fix
Fix atob under CommonJS module bundlers (eg. Browserify)
2016-04-09 15:29:04 -06:00
AJ ONeal
21542879a8 v2.0.2 2016-04-09 15:28:20 -06:00
AJ ONeal
8a691b4548 Merge pull request #7 from Supporting/patch-1
Fix for browsers supporting a2b
2016-04-09 15:26:18 -06:00
Kristian Sons
2dd6aa1c2c Fix for browsers supporting a2b
Argument passed to a2b should be the ascii string.
2016-04-09 12:02:37 +02:00
Robert Knight
50cb9f059a Fix atob under CommonJS module bundlers (eg. Browserify)
Browserify uses the browser version of the module but since
module.exports was not assigned, importing it fails.

 * Fix a typo in the browser implementation of 'browser-atob'

 * Fix reference to the source file in the tests

 * Export 'atob' implementation in 'browser-atob.js' via module
   exports
2015-12-28 09:59:15 +00:00
AJ ONeal
f6c7618c46 Update README.md 2015-12-14 11:46:48 -08:00
AJ ONeal
394c0c0afb v2.0.1 2015-12-12 06:58:00 -08:00
AJ ONeal
cc8e518d66 add bower.json 2015-12-12 06:57:47 -08:00
AJ ONeal
1dcd72793e Update README.md 2015-12-11 20:59:12 -08:00
AJ ONeal
eb52ffbd7e Update README.md 2015-12-11 20:58:29 -08:00
AJ ONeal
e4a6c8a484 change history, bump 2015-12-11 16:58:56 -08:00
AJ ONeal
ae743e0465 support ios web worker 2015-12-11 16:55:10 -08:00
AJ ONeal
8e3adf34cd v1.2.0 2015-12-11 16:53:22 -08:00
AJ ONeal
518859983e separate node use case from browser use case 2015-12-11 16:52:45 -08:00
AJ ONeal
566cbf77b8 v1.1.3 2015-12-11 16:30:12 -08:00
AJ ONeal
bfcaf94551 (MIT OR Apache-2.0) 2015-12-11 16:30:03 -08:00
AJ ONeal
e133e5eea4 (MIT OR Apache-2.0) 2015-12-11 16:28:08 -08:00
AJ ONeal
37a01ea113 Update README.md 2014-05-20 09:58:52 -05:00
9 changed files with 312 additions and 191 deletions

323
LICENSE
View File

@ -1,3 +1,32 @@
At your option you may choose either of the following licenses:
* The MIT License (MIT)
* The Apache License 2.0 (Apache-2.0)
The MIT License (MIT)
Copyright (c) 2015 AJ ONeal
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Apache License Apache License
Version 2.0, January 2004 Version 2.0, January 2004
http://www.apache.org/licenses/ http://www.apache.org/licenses/
@ -6,177 +35,187 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions. 1. Definitions.
"License" shall mean the terms and conditions for use, reproduction, and "License" shall mean the terms and conditions for use, reproduction,
distribution as defined by Sections 1 through 9 of this document. and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by the copyright "Licensor" shall mean the copyright owner or entity authorized by
owner that is granting the License. the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all other entities "Legal Entity" shall mean the union of the acting entity and all
that control, are controlled by, or are under common control with that entity. other entities that control, are controlled by, or are under common
For the purposes of this definition, "control" means (i) the power, direct or control with that entity. For the purposes of this definition,
indirect, to cause the direction or management of such entity, whether by "control" means (i) the power, direct or indirect, to cause the
contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity. outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity exercising "You" (or "Your") shall mean an individual or Legal Entity
permissions granted by this License. exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications, including "Source" form shall mean the preferred form for making modifications,
but not limited to software source code, documentation source, and configuration including but not limited to software source code, documentation
files. source, and configuration files.
"Object" form shall mean any form resulting from mechanical transformation or "Object" form shall mean any form resulting from mechanical
translation of a Source form, including but not limited to compiled object code, transformation or translation of a Source form, including but
generated documentation, and conversions to other media types. not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or Object form, made "Work" shall mean the work of authorship, whether in Source or
available under the License, as indicated by a copyright notice that is included Object form, made available under the License, as indicated by a
in or attached to the work (an example is provided in the Appendix below). copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object form, that "Derivative Works" shall mean any work, whether in Source or Object
is based on (or derived from) the Work and for which the editorial revisions, form, that is based on (or derived from) the Work and for which the
annotations, elaborations, or other modifications represent, as a whole, an editorial revisions, annotations, elaborations, or other modifications
original work of authorship. For the purposes of this License, Derivative Works represent, as a whole, an original work of authorship. For the purposes
shall not include works that remain separable from, or merely link (or bind by of this License, Derivative Works shall not include works that remain
name) to the interfaces of, the Work and Derivative Works thereof. separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including the original version "Contribution" shall mean any work of authorship, including
of the Work and any modifications or additions to that Work or Derivative Works the original version of the Work and any modifications or additions
thereof, that is intentionally submitted to Licensor for inclusion in the Work to that Work or Derivative Works thereof, that is intentionally
by the copyright owner or by an individual or Legal Entity authorized to submit submitted to Licensor for inclusion in the Work by the copyright owner
on behalf of the copyright owner. For the purposes of this definition, or by an individual or Legal Entity authorized to submit on behalf of
"submitted" means any form of electronic, verbal, or written communication sent the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems, and communication on electronic mailing lists, source code control systems,
issue tracking systems that are managed by, or on behalf of, the Licensor for and issue tracking systems that are managed by, or on behalf of, the
the purpose of discussing and improving the Work, but excluding communication Licensor for the purpose of discussing and improving the Work, but
that is conspicuously marked or otherwise designated in writing by the copyright excluding communication that is conspicuously marked or otherwise
owner as "Not a Contribution." designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf "Contributor" shall mean Licensor and any individual or Legal Entity
of whom a Contribution has been received by Licensor and subsequently on behalf of whom a Contribution has been received by Licensor and
incorporated within the Work. subsequently incorporated within the Work.
2. Grant of Copyright License. 2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
Subject to the terms and conditions of this License, each Contributor hereby 3. Grant of Patent License. Subject to the terms and conditions of
grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, this License, each Contributor hereby grants to You a perpetual,
irrevocable copyright license to reproduce, prepare Derivative Works of, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
publicly display, publicly perform, sublicense, and distribute the Work and such (except as stated in this section) patent license to make, have made,
Derivative Works in Source or Object form. use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
3. Grant of Patent License. 4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
Subject to the terms and conditions of this License, each Contributor hereby (a) You must give any other recipients of the Work or
grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, Derivative Works a copy of this License; and
irrevocable (except as stated in this section) patent license to make, have
made, use, offer to sell, sell, import, and otherwise transfer the Work, where
such license applies only to those patent claims licensable by such Contributor
that are necessarily infringed by their Contribution(s) alone or by combination
of their Contribution(s) with the Work to which such Contribution(s) was
submitted. If You institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work or a
Contribution incorporated within the Work constitutes direct or contributory
patent infringement, then any patent licenses granted to You under this License
for that Work shall terminate as of the date such litigation is filed.
4. Redistribution. (b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
You may reproduce and distribute copies of the Work or Derivative Works thereof (c) You must retain, in the Source form of any Derivative Works
in any medium, with or without modifications, and in Source or Object form, that You distribute, all copyright, patent, trademark, and
provided that You meet the following conditions: attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
You must give any other recipients of the Work or Derivative Works a copy of (d) If the Work includes a "NOTICE" text file as part of its
this License; and distribution, then any Derivative Works that You distribute must
You must cause any modified files to carry prominent notices stating that You include a readable copy of the attribution notices contained
changed the files; and within such NOTICE file, excluding those notices that do not
You must retain, in the Source form of any Derivative Works that You distribute, pertain to any part of the Derivative Works, in at least one
all copyright, patent, trademark, and attribution notices from the Source form of the following places: within a NOTICE text file distributed
of the Work, excluding those notices that do not pertain to any part of the as part of the Derivative Works; within the Source form or
Derivative Works; and documentation, if provided along with the Derivative Works; or,
If the Work includes a "NOTICE" text file as part of its distribution, then any within a display generated by the Derivative Works, if and
Derivative Works that You distribute must include a readable copy of the wherever such third-party notices normally appear. The contents
attribution notices contained within such NOTICE file, excluding those notices of the NOTICE file are for informational purposes only and
that do not pertain to any part of the Derivative Works, in at least one of the do not modify the License. You may add Your own attribution
following places: within a NOTICE text file distributed as part of the notices within Derivative Works that You distribute, alongside
Derivative Works; within the Source form or documentation, if provided along or as an addendum to the NOTICE text from the Work, provided
with the Derivative Works; or, within a display generated by the Derivative that such additional attribution notices cannot be construed
Works, if and wherever such third-party notices normally appear. The contents of as modifying the License.
the NOTICE file are for informational purposes only and do not modify the
License. You may add Your own attribution notices within Derivative Works that
You distribute, alongside or as an addendum to the NOTICE text from the Work,
provided that such additional attribution notices cannot be construed as
modifying the License.
You may add Your own copyright statement to Your modifications and may provide
additional or different license terms and conditions for use, reproduction, or
distribution of Your modifications, or for any such Derivative Works as a whole,
provided Your use, reproduction, and distribution of the Work otherwise complies
with the conditions stated in this License.
5. Submission of Contributions. You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
Unless You explicitly state otherwise, any Contribution intentionally submitted 5. Submission of Contributions. Unless You explicitly state otherwise,
for inclusion in the Work by You to the Licensor shall be under the terms and any Contribution intentionally submitted for inclusion in the Work
conditions of this License, without any additional terms or conditions. by You to the Licensor shall be under the terms and conditions of
Notwithstanding the above, nothing herein shall supersede or modify the terms of this License, without any additional terms or conditions.
any separate license agreement you may have executed with Licensor regarding Notwithstanding the above, nothing herein shall supersede or modify
such Contributions. the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. 6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
This License does not grant permission to use the trade names, trademarks, 7. Disclaimer of Warranty. Unless required by applicable law or
service marks, or product names of the Licensor, except as required for agreed to in writing, Licensor provides the Work (and each
reasonable and customary use in describing the origin of the Work and Contributor provides its Contributions) on an "AS IS" BASIS,
reproducing the content of the NOTICE file. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
7. Disclaimer of Warranty. 8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
Unless required by applicable law or agreed to in writing, Licensor provides the 9. Accepting Warranty or Additional Liability. While redistributing
Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, the Work or Derivative Works thereof, You may choose to offer,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, and charge a fee for, acceptance of support, warranty, indemnity,
including, without limitation, any warranties or conditions of TITLE, or other liability obligations and/or rights consistent with this
NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are License. However, in accepting such obligations, You may act only
solely responsible for determining the appropriateness of using or on Your own behalf and on Your sole responsibility, not on behalf
redistributing the Work and assume any risks associated with Your exercise of of any other Contributor, and only if You agree to indemnify,
permissions under this License. defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
8. Limitation of Liability. of your accepting any such warranty or additional liability.
In no event and under no legal theory, whether in tort (including negligence),
contract, or otherwise, unless required by applicable law (such as deliberate
and grossly negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special, incidental,
or consequential damages of any character arising as a result of this License or
out of the use or inability to use the Work (including but not limited to
damages for loss of goodwill, work stoppage, computer failure or malfunction, or
any and all other commercial damages or losses), even if such Contributor has
been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability.
While redistributing the Work or Derivative Works thereof, You may choose to
offer, and charge a fee for, acceptance of support, warranty, indemnity, or
other liability obligations and/or rights consistent with this License. However,
in accepting such obligations, You may act only on Your own behalf and on Your
sole responsibility, not on behalf of any other Contributor, and only if You
agree to indemnify, defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason of your
accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following boilerplate To apply the Apache License to your work, attach the following
notice, with the fields enclosed by brackets "[]" replaced with your own boilerplate notice, with the fields enclosed by brackets "{}"
identifying information. (Don't include the brackets!) The text should be replaced with your own identifying information. (Don't include
enclosed in the appropriate comment syntax for the file format. We also the brackets!) The text should be enclosed in the appropriate
recommend that a file or class name and description of purpose be included on comment syntax for the file format. We also recommend that a
the same "printed page" as the copyright notice for easier identification within file or class name and description of purpose be included on the
third-party archives. same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner] Copyright 2015 AJ ONeal
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@ -1,28 +1,49 @@
atob 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. Uses `Buffer` to emulate the exact functionality of the browser's atob.
Note: Unicode may be handled incorrectly (like the browser). Note: Unicode may be handled incorrectly (like the browser).
It turns base64-encoded **a**scii data back **to** **b**inary. It turns base64-encoded <strong>a</strong>scii data back **to** <strong>b</strong>inary.
```javascript
(function () { (function () {
"use strict"; "use strict";
var atob = require('atob') var atob = require('atob');
, b64 = "SGVsbG8gV29ybGQ=" var b64 = "SGVsbG8sIFdvcmxkIQ==";
, bin = atob(b64) var bin = atob(b64);
;
console.log(bin); // "Hello World" console.log(bin); // "Hello, World!"
}()); }());
```
Copyright and license ### Need Unicode and Binary Support in the Browser?
===
Code and documentation copyright 2012-2014 AJ ONeal Tech, LLC. Check out [unibabel.js](https://git.coolaj86.com/coolaj86/unibabel.js)
Code released under the [Apache license](https://github.com/node-browser-compat/atob/blob/master/LICENSE). Changelog
=======
Docs released under [Creative Commons](https://github.com/node-browser-compat/atob/blob/master/LICENSE.DOCS). * 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).

View File

@ -1,10 +1,6 @@
#!/usr/bin/env node #!/usr/bin/env node
/*jshint strict:true node:true es5:true onevar:true laxcomma:true laxbreak:true eqeqeq:true immed:true latedef:true*/ 'use strict';
(function () {
"use strict";
var atob = require('../index') var atob = require('../node-atob');
; var str = process.argv[2];
console.log(atob(str));
console.log(atob(process.argv[2]));
}());

24
bower.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "atob",
"description": "atob for isomorphic environments",
"main": "browser-atob.js",
"authors": [
"AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)"
],
"license": "(MIT OR Apache-2.0)",
"keywords": [
"atob",
"browser"
],
"homepage": "https://github.com/node-browser-compat/atob",
"moduleType": [
"globals"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

44
browser-atob.js Normal file
View File

@ -0,0 +1,44 @@
(function (w) {
"use strict";
function findBest(atobNative) {
// normal window
if ('function' === typeof atobNative) { return atobNative; }
// browserify (web worker)
if ('function' === typeof Buffer) {
return function atobBrowserify(a) {
//!! Deliberately using an API that's deprecated in node.js because
//!! this file is for browsers and we expect them to cope with it.
//!! Discussion: github.com/node-browser-compat/atob/pull/9
return new Buffer(a, 'base64').toString('binary');
};
}
// ios web worker with base64js
if ('object' === typeof w.base64js) {
// bufferToBinaryString
// https://git.coolaj86.com/coolaj86/unibabel.js/blob/master/index.js#L50
return function atobWebWorker_iOS(a) {
var buf = w.base64js.b64ToByteArray(a);
return Array.prototype.map.call(buf, function (ch) {
return String.fromCharCode(ch);
}).join('');
};
}
return function () {
// ios web worker without base64js
throw new Error("You're probably in an old browser or an iOS webworker." +
" It might help to include beatgammit's base64-js.");
};
}
var atobBest = findBest(w.atob);
w.atob = atobBest;
if ((typeof module === 'object') && module && module.exports) {
module.exports = atobBest;
}
}(window));

View File

@ -1,9 +0,0 @@
(function () {
"use strict";
function atob(str) {
return new Buffer(str, 'base64').toString('binary');
}
module.exports = atob;
}());

7
node-atob.js Normal file
View File

@ -0,0 +1,7 @@
"use strict";
function atob(str) {
return Buffer.from(str, 'base64').toString('binary');
}
module.exports = atob.atob = atob;

View File

@ -1,23 +1,24 @@
{ {
"name": "atob", "name": "atob",
"homepage": "https://github.com/coolaj86/node-browser-compat", "homepage": "https://git.coolaj86.com/coolaj86/atob.js.git",
"description": "atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)", "description": "atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/coolaj86/node-browser-compat.git" "url": "git://git.coolaj86.com/coolaj86/atob.js.git"
}, },
"keywords": [ "keywords": [
"atob", "atob",
"browser" "browser"
], ],
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.info)", "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)",
"engines": { "engines": {
"node": ">= 0.4.0" "node": ">= 4.5.0"
}, },
"main": "index", "main": "node-atob.js",
"browser": "browser-atob.js",
"bin": { "bin": {
"atob": "bin/atob.js" "atob": "bin/atob.js"
}, },
"license": "Apache2", "license": "(MIT OR Apache-2.0)",
"version": "1.1.2" "version": "2.1.2"
} }

View File

@ -1,15 +1,13 @@
/*jshint strict:true node:true es5:true onevar:true laxcomma:true laxbreak:true eqeqeq:true immed:true latedef:true*/
(function () { (function () {
"use strict"; "use strict";
var atob = require('./index') var atob = require('.');
, encoded = "SGVsbG8gV29ybGQ=" var encoded = "SGVsbG8sIFdvcmxkIQ=="
, unencoded = "Hello World" var unencoded = "Hello, World!";
/* /*
, encoded = "SGVsbG8sIBZM" , encoded = "SGVsbG8sIBZM"
, unencoded = "Hello, 世界" , unencoded = "Hello, 世界"
*/ */
;
if (unencoded !== atob(encoded)) { if (unencoded !== atob(encoded)) {
console.log('[FAIL]', unencoded, atob(encoded)); console.log('[FAIL]', unencoded, atob(encoded));