@aws-sdk/signature-v4
Advanced tools
Comparing version 1.0.0-rc.10 to 3.0.0
{ | ||
"name": "@aws-sdk/signature-v4", | ||
"version": "1.0.0-rc.10", | ||
"version": "3.0.0", | ||
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm", | ||
@@ -22,5 +22,5 @@ "main": "./dist/cjs/index.js", | ||
"dependencies": { | ||
"@aws-sdk/is-array-buffer": "1.0.0-rc.8", | ||
"@aws-sdk/util-hex-encoding": "1.0.0-rc.8", | ||
"@aws-sdk/util-uri-escape": "1.0.0-rc.8", | ||
"@aws-sdk/is-array-buffer": "3.0.0", | ||
"@aws-sdk/util-hex-encoding": "3.0.0", | ||
"@aws-sdk/util-uri-escape": "3.0.0", | ||
"tslib": "^1.8.0" | ||
@@ -30,5 +30,5 @@ }, | ||
"@aws-crypto/sha256-js": "^1.0.0", | ||
"@aws-sdk/protocol-http": "1.0.0-rc.10", | ||
"@aws-sdk/types": "1.0.0-rc.10", | ||
"@aws-sdk/util-buffer-from": "1.0.0-rc.8", | ||
"@aws-sdk/protocol-http": "3.0.0", | ||
"@aws-sdk/types": "3.0.0", | ||
"@aws-sdk/util-buffer-from": "3.0.0", | ||
"@types/jest": "^26.0.4", | ||
@@ -35,0 +35,0 @@ "jest": "^26.1.0", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
379109
0
+ Added@aws-sdk/is-array-buffer@3.0.0(transitive)
+ Added@aws-sdk/util-hex-encoding@3.0.0(transitive)
+ Added@aws-sdk/util-uri-escape@3.0.0(transitive)
- Removed@aws-sdk/is-array-buffer@1.0.0-rc.8(transitive)
- Removed@aws-sdk/util-hex-encoding@1.0.0-rc.8(transitive)
- Removed@aws-sdk/util-uri-escape@1.0.0-rc.8(transitive)