@smithy/util-base64
Advanced tools
Comparing version 2.3.0 to 3.0.0
{ | ||
"name": "@smithy/util-base64", | ||
"version": "2.3.0", | ||
"version": "3.0.0", | ||
"description": "A Base64 <-> UInt8Array converter", | ||
@@ -25,9 +25,8 @@ "main": "./dist-cjs/index.js", | ||
"dependencies": { | ||
"@smithy/util-buffer-from": "^2.2.0", | ||
"@smithy/util-utf8": "^2.3.0", | ||
"@smithy/util-buffer-from": "^3.0.0", | ||
"@smithy/util-utf8": "^3.0.0", | ||
"tslib": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"@tsconfig/recommended": "1.0.1", | ||
"@types/node": "^14.14.31", | ||
"@types/node": "^16.18.96", | ||
"concurrently": "7.0.0", | ||
@@ -40,3 +39,3 @@ "downlevel-dts": "0.10.1", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=16.0.0" | ||
}, | ||
@@ -43,0 +42,0 @@ "typesVersions": { |
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
5
29115
6
+ Added@smithy/is-array-buffer@3.0.0(transitive)
+ Added@smithy/util-buffer-from@3.0.0(transitive)
+ Added@smithy/util-utf8@3.0.0(transitive)
- Removed@smithy/is-array-buffer@2.2.0(transitive)
- Removed@smithy/util-buffer-from@2.2.0(transitive)
- Removed@smithy/util-utf8@2.3.0(transitive)
Updated@smithy/util-utf8@^3.0.0