Socket
Socket
Sign inDemoInstall

@aws-sdk/signature-v4

Package Overview
Dependencies
Maintainers
7
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.47.0 to 3.47.1

16

package.json
{
"name": "@aws-sdk/signature-v4",
"version": "3.47.0",
"version": "3.47.1",
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm",

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

"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",

@@ -24,6 +24,6 @@ "build:es": "tsc -p tsconfig.es.json",

"dependencies": {
"@aws-sdk/is-array-buffer": "3.47.0",
"@aws-sdk/types": "3.47.0",
"@aws-sdk/util-hex-encoding": "3.47.0",
"@aws-sdk/util-uri-escape": "3.47.0",
"@aws-sdk/is-array-buffer": "3.47.1",
"@aws-sdk/types": "3.47.1",
"@aws-sdk/util-hex-encoding": "3.47.1",
"@aws-sdk/util-uri-escape": "3.47.1",
"tslib": "^2.3.0"

@@ -33,4 +33,4 @@ },

"@aws-crypto/sha256-js": "2.0.0",
"@aws-sdk/protocol-http": "3.47.0",
"@aws-sdk/util-buffer-from": "3.47.0"
"@aws-sdk/protocol-http": "3.47.1",
"@aws-sdk/util-buffer-from": "3.47.1"
},

@@ -37,0 +37,0 @@ "engines": {

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