base-x-bytearray
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -75,3 +75,3 @@ // base-x encoding | ||
} | ||
if (ByteArray.name === 'Uuint8array') { | ||
if (ByteArray.name === 'Uint8array') { | ||
// This handles an issue in safari | ||
@@ -78,0 +78,0 @@ return new Uint8Array(bytes.reverse()) |
{ | ||
"name": "base-x-bytearray", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Fast base encoding / decoding of any given alphabet to Uint8Array/Buffer", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
7401