aws-serverless-express
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -156,4 +156,4 @@ /* | ||
}) | ||
.on('error', (err) => { | ||
if (err.code === 'EADDRINUSE') { | ||
.on('error', (error) => { | ||
if (error.code === 'EADDRINUSE') { | ||
console.warn(`EADDRINUSE ${getSocketPath(server._socketPathSuffix)} incrementing socketPathSuffix.`) | ||
@@ -160,0 +160,0 @@ ++server._socketPathSuffix |
{ | ||
"name": "aws-serverless-express", | ||
"version": "3.0.0", | ||
"version": "3.0.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
23372