aws-serverless-express
Advanced tools
Comparing version 3.0.2 to 3.1.0
@@ -140,3 +140,9 @@ /* | ||
function getSocketPath(socketPathSuffix) { | ||
if (/^win/.test(process.platform)) { | ||
const path = require('path') | ||
return path.join('\\\\?\\pipe', process.cwd(), `server${socketPathSuffix}`) | ||
} | ||
else { | ||
return `/tmp/server${socketPathSuffix}.sock` | ||
} | ||
} | ||
@@ -143,0 +149,0 @@ |
{ | ||
"name": "aws-serverless-express", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
24025
6
189
1
80