Socket
Socket
Sign inDemoInstall

@aws-sdk/signature-v4-crt

Package Overview
Dependencies
Maintainers
7
Versions
157
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.34.0 to 3.35.0

dist-cjs/constants.js

8

CHANGELOG.md

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

# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
**Note:** Version bump only for package @aws-sdk/signature-v4-crt
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)

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

26

package.json
{
"name": "@aws-sdk/signature-v4-crt",
"version": "3.34.0",
"version": "3.35.0",
"description": "A revision of AWS Signature V4 request signer based on AWS Common Runtime https://github.com/awslabs/aws-crt-nodejs",
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
"types": "./dist/types/index.d.ts",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
"scripts": {

@@ -13,3 +13,3 @@ "build": "yarn build:cjs && yarn build:es && yarn build:types",

"build:types": "tsc -p tsconfig.types.json",
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
"test": "jest --coverage"

@@ -23,7 +23,7 @@ },

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

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

"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/protocol-http": "3.34.0",
"@aws-sdk/types": "3.34.0",
"@aws-sdk/util-buffer-from": "3.34.0",
"@aws-sdk/protocol-http": "3.35.0",
"@aws-sdk/types": "3.35.0",
"@aws-sdk/util-buffer-from": "3.35.0",
"@types/jest": "^26.0.4",

@@ -39,0 +39,0 @@ "jest": "^26.1.0",

@@ -6,3 +6,3 @@ {

"noUnusedLocals": true,
"outDir": "dist/cjs",
"outDir": "dist-cjs",
"rootDir": "src",

@@ -9,0 +9,0 @@ "stripInternal": true

{
"compilerOptions": {
"baseUrl": ".",
"incremental": true,
"lib": ["es5", "es2015.promise", "es2015.collection"],
"module": "esNext",
"moduleResolution": "node",
"noUnusedLocals": true,
"outDir": "dist/es",
"outDir": "dist-es",
"rootDir": "src",
"stripInternal": true,
"target": "es5"
"stripInternal": true
},

@@ -14,0 +10,0 @@ "extends": "../../tsconfig.es.json",

{
"compilerOptions": {
"baseUrl": ".",
"declarationDir": "dist/types",
"declarationDir": "dist-types",
"rootDir": "src"

@@ -6,0 +6,0 @@ },

Sorry, the diff of this file is not supported yet

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