Socket
Socket
Sign inDemoInstall

@smithy/signature-v4

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/signature-v4 - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist-types/ts3.4/cloneRequest.d.ts

20

package.json
{
"name": "@smithy/signature-v4",
"version": "1.0.1",
"version": "1.0.2",
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm",

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

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

@@ -28,9 +28,9 @@ "build:es": "tsc -p tsconfig.es.json",

"dependencies": {
"@smithy/eventstream-codec": "^1.0.1",
"@smithy/is-array-buffer": "^1.0.1",
"@smithy/types": "^1.1.0",
"@smithy/util-hex-encoding": "^1.0.1",
"@smithy/util-middleware": "^1.0.1",
"@smithy/util-uri-escape": "^1.0.1",
"@smithy/util-utf8": "^1.0.1",
"@smithy/eventstream-codec": "^1.0.2",
"@smithy/is-array-buffer": "^1.0.2",
"@smithy/types": "^1.1.1",
"@smithy/util-hex-encoding": "^1.0.2",
"@smithy/util-middleware": "^1.0.2",
"@smithy/util-uri-escape": "^1.0.2",
"@smithy/util-utf8": "^1.0.2",
"tslib": "^2.5.0"

@@ -40,3 +40,3 @@ },

"@aws-crypto/sha256-js": "3.0.0",
"@smithy/protocol-http": "^1.1.0",
"@smithy/protocol-http": "^1.1.1",
"@tsconfig/recommended": "1.0.1",

@@ -43,0 +43,0 @@ "concurrently": "7.0.0",

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