New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aws-serverless-express

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-serverless-express - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

12

index.js

@@ -59,6 +59,10 @@ /*

if(Array.isArray(headers[h])) {
headers[h].forEach((value, i) => {
headers[binarycase(h, i + 1)] = value
})
delete headers[h]
if (h.toLowerCase() === 'set-cookie') {
headers[h].forEach((value, i) => {
headers[binarycase(h, i + 1)] = value
})
delete headers[h]
} else {
headers[h] = headers[h].join(',')
}
}

@@ -65,0 +69,0 @@ })

{
"name": "aws-serverless-express",
"version": "2.1.2",
"version": "2.1.3",
"description": "This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using your existing Node.js application framework.",

@@ -5,0 +5,0 @@ "keywords": [

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