@aws-sdk/util-base64-browser
Advanced tools
Comparing version
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21) | ||
**Note:** Version bump only for package @aws-sdk/util-base64-browser | ||
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18) | ||
@@ -8,0 +16,0 @@ |
@@ -44,3 +44,3 @@ var alphabetByEncoding = {}; | ||
if (!(input[j] in alphabetByEncoding)) { | ||
throw new TypeError("Invalid character " + input[j] + " in base64 string."); | ||
throw new TypeError("Invalid character ".concat(input[j], " in base64 string.")); | ||
} | ||
@@ -47,0 +47,0 @@ bits |= alphabetByEncoding[input[j]] << ((limit - j) * bitsPerLetter); |
{ | ||
"name": "@aws-sdk/util-base64-browser", | ||
"version": "3.52.0", | ||
"version": "3.55.0", | ||
"description": "A pure JS Base64 <-> UInt8Array converter", | ||
@@ -22,3 +22,3 @@ "main": "./dist-cjs/index.js", | ||
"dependencies": { | ||
"tslib": "^2.3.0" | ||
"tslib": "^2.3.1" | ||
}, | ||
@@ -32,3 +32,3 @@ "devDependencies": { | ||
"typedoc": "0.19.2", | ||
"typescript": "~4.3.5" | ||
"typescript": "~4.6.2" | ||
}, | ||
@@ -35,0 +35,0 @@ "types": "./dist-types/index.d.ts", |
36351
0.46%Updated