Socket
Socket
Sign inDemoInstall

@aws-sdk/signature-v4-crt

Package Overview
Dependencies
Maintainers
6
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/signature-v4-crt - npm Package Compare versions

Comparing version 3.50.0 to 3.52.0

dist-types/ts3.4/constants.d.ts

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
**Note:** Version bump only for package @aws-sdk/signature-v4-crt
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)

@@ -8,0 +16,0 @@

20

package.json
{
"name": "@aws-sdk/signature-v4-crt",
"version": "3.50.0",
"version": "3.52.0",
"description": "A revision of AWS Signature V4 request signer based on AWS Common Runtime https://github.com/awslabs/aws-crt-nodejs",

@@ -14,3 +14,3 @@ "main": "./dist-cjs/index.js",

"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"clean": "rimraf ./dist-*",
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"test": "jest --coverage"

@@ -24,7 +24,7 @@ },

"dependencies": {
"@aws-sdk/is-array-buffer": "3.49.0",
"@aws-sdk/querystring-parser": "3.50.0",
"@aws-sdk/signature-v4": "3.50.0",
"@aws-sdk/util-hex-encoding": "3.49.0",
"@aws-sdk/util-uri-escape": "3.49.0",
"@aws-sdk/is-array-buffer": "3.52.0",
"@aws-sdk/querystring-parser": "3.52.0",
"@aws-sdk/signature-v4": "3.52.0",
"@aws-sdk/util-hex-encoding": "3.52.0",
"@aws-sdk/util-uri-escape": "3.52.0",
"aws-crt": "^1.9.7",

@@ -35,5 +35,5 @@ "tslib": "^2.3.0"

"@aws-crypto/sha256-js": "2.0.0",
"@aws-sdk/protocol-http": "3.50.0",
"@aws-sdk/types": "3.50.0",
"@aws-sdk/util-buffer-from": "3.49.0",
"@aws-sdk/protocol-http": "3.52.0",
"@aws-sdk/types": "3.52.0",
"@aws-sdk/util-buffer-from": "3.52.0",
"@tsconfig/recommended": "1.0.1",

@@ -40,0 +40,0 @@ "concurrently": "7.0.0",

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