@smithy/signature-v4
Advanced tools
Comparing version 3.1.2 to 4.0.0
@@ -21,3 +21,3 @@ import { AwsCredentialIdentity, ChecksumConstructor, EventSigner, EventSigningArguments, FormattedEvent, HashConstructor, HttpRequest, MessageSigner, Provider, RequestPresigner, RequestPresigningArguments, RequestSigner, RequestSigningArguments, SignableMessage, SignedMessage, SigningArguments, StringSigner } from "@smithy/types"; | ||
*/ | ||
sha256?: ChecksumConstructor | HashConstructor; | ||
sha256: ChecksumConstructor | HashConstructor; | ||
/** | ||
@@ -24,0 +24,0 @@ * Whether to uri-escape the request URI path as part of computing the |
@@ -21,3 +21,3 @@ import { AwsCredentialIdentity, ChecksumConstructor, EventSigner, EventSigningArguments, FormattedEvent, HashConstructor, HttpRequest, MessageSigner, Provider, RequestPresigner, RequestPresigningArguments, RequestSigner, RequestSigningArguments, SignableMessage, SignedMessage, SigningArguments, StringSigner } from "@smithy/types"; | ||
*/ | ||
sha256?: ChecksumConstructor | HashConstructor; | ||
sha256: ChecksumConstructor | HashConstructor; | ||
/** | ||
@@ -24,0 +24,0 @@ * Whether to uri-escape the request URI path as part of computing the |
{ | ||
"name": "@smithy/signature-v4", | ||
"version": "3.1.2", | ||
"version": "4.0.0", | ||
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm", | ||
@@ -37,3 +37,3 @@ "main": "./dist-cjs/index.js", | ||
"@aws-crypto/sha256-js": "5.2.0", | ||
"@smithy/protocol-http": "^4.0.3", | ||
"@smithy/protocol-http": "^4.0.4", | ||
"concurrently": "7.0.0", | ||
@@ -40,0 +40,0 @@ "downlevel-dts": "0.10.1", |
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
97136