Comparing version 1.0.0 to 1.0.1
@@ -60,6 +60,4 @@ 'use strict'; | ||
// https://gist.github.com/1020396 | ||
const E$1 = error('The string to be decoded is not correctly encoded'); | ||
const E$1 = error('The string to be decoded contains characters out of range'); | ||
const _atob = typeof atob !== 'undefined' ? atob : function (input) { | ||
@@ -66,0 +64,0 @@ |
{ | ||
"name": "b2a", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "btoa and atob support for node.js or old browsers, with the Unicode Problems fixed", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
5945
76