@smithy/signature-v4
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@smithy/signature-v4", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm", | ||
@@ -9,3 +9,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", | ||
@@ -28,9 +28,9 @@ "build:es": "tsc -p tsconfig.es.json", | ||
"dependencies": { | ||
"@smithy/eventstream-codec": "^1.0.1", | ||
"@smithy/is-array-buffer": "^1.0.1", | ||
"@smithy/types": "^1.1.0", | ||
"@smithy/util-hex-encoding": "^1.0.1", | ||
"@smithy/util-middleware": "^1.0.1", | ||
"@smithy/util-uri-escape": "^1.0.1", | ||
"@smithy/util-utf8": "^1.0.1", | ||
"@smithy/eventstream-codec": "^1.0.2", | ||
"@smithy/is-array-buffer": "^1.0.2", | ||
"@smithy/types": "^1.1.1", | ||
"@smithy/util-hex-encoding": "^1.0.2", | ||
"@smithy/util-middleware": "^1.0.2", | ||
"@smithy/util-uri-escape": "^1.0.2", | ||
"@smithy/util-utf8": "^1.0.2", | ||
"tslib": "^2.5.0" | ||
@@ -40,3 +40,3 @@ }, | ||
"@aws-crypto/sha256-js": "3.0.0", | ||
"@smithy/protocol-http": "^1.1.0", | ||
"@smithy/protocol-http": "^1.1.1", | ||
"@tsconfig/recommended": "1.0.1", | ||
@@ -43,0 +43,0 @@ "concurrently": "7.0.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
106668
55
2102