@aws-sdk/util-base64-browser
Advanced tools
Comparing version 3.49.0 to 3.52.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18) | ||
**Note:** Version bump only for package @aws-sdk/util-base64-browser | ||
# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@aws-sdk/util-base64-browser", | ||
"version": "3.49.0", | ||
"version": "3.52.0", | ||
"description": "A pure JS Base64 <-> UInt8Array converter", | ||
@@ -13,3 +13,3 @@ "main": "./dist-cjs/index.js", | ||
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", | ||
"clean": "rimraf ./dist-*", | ||
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", | ||
"test": "jest" | ||
@@ -16,0 +16,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36183