aws-serverless-express
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -54,3 +54,3 @@ /* | ||
.forEach(h => { | ||
if(Array.isArray(h)) headers[h] = headers[h].join(',') | ||
if(Array.isArray(headers[h])) headers[h] = headers[h].join(',') | ||
}) | ||
@@ -57,0 +57,0 @@ const successResponse = {statusCode, body, headers} |
{ | ||
"name": "aws-serverless-express", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
25795
1