@codegenie/serverless-express
Advanced tools
Comparing version 4.13.0 to 4.14.0
{ | ||
"name": "@codegenie/serverless-express", | ||
"version": "4.13.0", | ||
"version": "4.14.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": [ |
@@ -115,3 +115,2 @@ const url = require('url') | ||
event.source && | ||
event.source.startsWith('aws.') && // Might need to adjust this for "Partner Sources", e.g. Auth0, Datadog, etc | ||
event.account && | ||
@@ -118,0 +117,0 @@ event.time && |
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
70765
1364