Socket
Socket
Sign inDemoInstall

@smithy/signature-v4

Package Overview
Dependencies
13
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

23

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

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

"dependencies": {
"@smithy/eventstream-codec": "workspace:^",
"@smithy/is-array-buffer": "workspace:^",
"@smithy/types": "workspace:^",
"@smithy/util-hex-encoding": "workspace:^",
"@smithy/util-middleware": "workspace:^",
"@smithy/util-uri-escape": "workspace:^",
"@smithy/util-utf8": "workspace:^",
"@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",
"tslib": "^2.5.0"

@@ -39,3 +39,3 @@ },

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

@@ -70,3 +70,6 @@ "concurrently": "7.0.0",

"entryPoint": "src/index.ts"
},
"publishConfig": {
"directory": ".release/package"
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc