Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@smithy/signature-v4

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/signature-v4 - npm Package Compare versions

Comparing version 3.1.2 to 4.0.0

2

dist-types/SignatureV4.d.ts

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc