@aws-sdk/util-base64-node
Advanced tools
Comparing version 3.55.0 to 3.168.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09) | ||
**Note:** Version bump only for package @aws-sdk/util-base64-node | ||
# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@aws-sdk/util-base64-node", | ||
"version": "3.55.0", | ||
"version": "3.168.0", | ||
"description": "A Node.JS Base64 <-> UInt8Array converter", | ||
@@ -11,2 +11,3 @@ "main": "./dist-cjs/index.js", | ||
"build:es": "tsc -p tsconfig.es.json", | ||
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", | ||
"build:types": "tsc -p tsconfig.types.json", | ||
@@ -23,3 +24,3 @@ "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", | ||
"dependencies": { | ||
"@aws-sdk/util-buffer-from": "3.55.0", | ||
"@aws-sdk/util-buffer-from": "3.168.0", | ||
"tslib": "^2.3.1" | ||
@@ -26,0 +27,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
34490
+ Added@aws-sdk/is-array-buffer@3.168.0(transitive)
+ Added@aws-sdk/util-buffer-from@3.168.0(transitive)
- Removed@aws-sdk/is-array-buffer@3.55.0(transitive)
- Removed@aws-sdk/util-buffer-from@3.55.0(transitive)