@aws-sdk/signature-v4
Advanced tools
Comparing version 3.3.0 to 3.4.0
{ | ||
"name": "@aws-sdk/signature-v4", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/es/index.js", | ||
"types": "./dist/cjs/index.d.ts", | ||
"types": "./types/index.d.ts", | ||
"scripts": { | ||
@@ -12,2 +12,3 @@ "build:cjs": "tsc -p tsconfig.cjs.json", | ||
"build": "yarn build:es && yarn build:cjs", | ||
"postbuild": "downlevel-dts types types/ts3.4", | ||
"prepublishOnly": "yarn build", | ||
@@ -23,6 +24,6 @@ "pretest": "yarn build", | ||
"dependencies": { | ||
"@aws-sdk/is-array-buffer": "3.1.0", | ||
"@aws-sdk/types": "3.1.0", | ||
"@aws-sdk/util-hex-encoding": "3.1.0", | ||
"@aws-sdk/util-uri-escape": "3.1.0", | ||
"@aws-sdk/is-array-buffer": "3.4.0", | ||
"@aws-sdk/types": "3.4.0", | ||
"@aws-sdk/util-hex-encoding": "3.4.0", | ||
"@aws-sdk/util-uri-escape": "3.4.0", | ||
"tslib": "^1.8.0" | ||
@@ -32,4 +33,4 @@ }, | ||
"@aws-crypto/sha256-js": "^1.0.0", | ||
"@aws-sdk/protocol-http": "3.3.0", | ||
"@aws-sdk/util-buffer-from": "3.1.0", | ||
"@aws-sdk/protocol-http": "3.4.0", | ||
"@aws-sdk/util-buffer-from": "3.4.0", | ||
"@types/jest": "^26.0.4", | ||
@@ -42,2 +43,9 @@ "jest": "^26.1.0", | ||
}, | ||
"typesVersions": { | ||
"<3.9": { | ||
"types/*": [ | ||
"types/ts3.4/*" | ||
] | ||
} | ||
}, | ||
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/signature-v4", | ||
@@ -44,0 +52,0 @@ "repository": { |
{ | ||
"compilerOptions": { | ||
"stripInternal": true, | ||
"declarationDir": "./types", | ||
"rootDir": "./src", | ||
@@ -5,0 +6,0 @@ "outDir": "./dist/cjs", |
{ | ||
"compilerOptions": { | ||
"stripInternal": true, | ||
"declarationDir": "./types", | ||
"rootDir": "./src", | ||
@@ -5,0 +6,0 @@ "outDir": "./dist/es", |
Sorry, the diff of this file is too big to display
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
386678
84
3422
+ Added@aws-sdk/is-array-buffer@3.4.0(transitive)
+ Added@aws-sdk/types@3.4.0(transitive)
+ Added@aws-sdk/util-hex-encoding@3.4.0(transitive)
+ Added@aws-sdk/util-uri-escape@3.4.0(transitive)
- Removed@aws-sdk/is-array-buffer@3.1.0(transitive)
- Removed@aws-sdk/types@3.1.0(transitive)
- Removed@aws-sdk/util-hex-encoding@3.1.0(transitive)
- Removed@aws-sdk/util-uri-escape@3.1.0(transitive)
Updated@aws-sdk/types@3.4.0