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

@aws-sdk/signature-v4

Package Overview
Dependencies
Maintainers
5
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.3.0 to 3.4.0

types/cloneRequest.d.ts

24

package.json
{
"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

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