Socket
Socket
Sign inDemoInstall

aws4

Package Overview
Dependencies
0
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.12.0 to 1.13.0

2

aws4.js

@@ -49,3 +49,3 @@ var aws4 = exports,

var headers = request.headers = (request.headers || {}),
var headers = request.headers = Object.assign({}, (request.headers || {})),
hostParts = (!this.service || !this.region) && this.matchHost(request.hostname || request.host || headers.Host || headers.host)

@@ -52,0 +52,0 @@

{
"name": "aws4",
"version": "1.12.0",
"version": "1.13.0",
"description": "Signs and prepares requests using AWS Signature Version 4",

@@ -9,2 +9,6 @@ "author": "Michael Hart <michael.hart.au@gmail.com> (https://github.com/mhart)",

"main": "aws4.js",
"files": [
"aws4.js",
"lru.js"
],
"scripts": {

@@ -15,5 +19,5 @@ "test": "mocha ./test/fast.js -R list",

"devDependencies": {
"mocha": "^2.5.3",
"should": "^8.4.0"
"mocha": "^10.4.0",
"should": "^13.2.3"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc