@aws-sdk/util-base64-browser
Advanced tools
Comparing version 3.34.0 to 3.35.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04) | ||
**Note:** Version bump only for package @aws-sdk/util-base64-browser | ||
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@aws-sdk/util-base64-browser", | ||
"version": "3.34.0", | ||
"version": "3.35.0", | ||
"description": "A pure JS Base64 <-> UInt8Array converter", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/es/index.js", | ||
"main": "./dist-cjs/index.js", | ||
"module": "./dist-es/index.js", | ||
"scripts": { | ||
@@ -12,3 +12,3 @@ "build": "yarn build:cjs && yarn build:es && yarn build:types", | ||
"build:types": "tsc -p tsconfig.types.json", | ||
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", | ||
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4", | ||
"test": "jest" | ||
@@ -30,7 +30,7 @@ }, | ||
}, | ||
"types": "./dist/types/index.d.ts", | ||
"types": "./dist-types/index.d.ts", | ||
"typesVersions": { | ||
"<4.0": { | ||
"dist/types/*": [ | ||
"dist/types/ts3.4/*" | ||
"dist-types/*": [ | ||
"dist-types/ts3.4/*" | ||
] | ||
@@ -37,0 +37,0 @@ } |
{ | ||
"compilerOptions": { | ||
"baseUrl": ".", | ||
"outDir": "dist/cjs", | ||
"outDir": "dist-cjs", | ||
"rootDir": "src" | ||
@@ -6,0 +6,0 @@ }, |
@@ -5,3 +5,3 @@ { | ||
"lib": ["es5", "es2015.collection"], | ||
"outDir": "dist/es", | ||
"outDir": "dist-es", | ||
"rootDir": "src" | ||
@@ -8,0 +8,0 @@ }, |
{ | ||
"compilerOptions": { | ||
"baseUrl": ".", | ||
"declarationDir": "dist/types", | ||
"declarationDir": "dist-types", | ||
"rootDir": "src" | ||
@@ -6,0 +6,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
58731
322
1