🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@aws-sdk/util-base64-browser

Package Overview
Dependencies
Maintainers
4
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/util-base64-browser - npm Package Compare versions

Comparing version

to
3.55.0

8

CHANGELOG.md

@@ -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 @@

2

dist-es/index.js

@@ -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",