@smithy/util-base64
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@smithy/util-base64", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A Base64 <-> UInt8Array converter", | ||
@@ -8,3 +8,3 @@ "main": "./dist-cjs/index.js", | ||
"scripts": { | ||
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
@@ -26,3 +26,3 @@ "build:es": "tsc -p tsconfig.es.json", | ||
"dependencies": { | ||
"@smithy/util-buffer-from": "^1.0.1", | ||
"@smithy/util-buffer-from": "^1.0.2", | ||
"tslib": "^2.5.0" | ||
@@ -29,0 +29,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
25765
27
302