Socket
Socket
Sign inDemoInstall

@vendia/serverless-express

Package Overview
Dependencies
0
Maintainers
5
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.7 to 4.3.8

2

package.json
{
"name": "@vendia/serverless-express",
"version": "4.3.7",
"version": "4.3.8",
"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": [

@@ -21,3 +21,3 @@ const url = require('url')

const headers = []
const headers = {}

@@ -24,0 +24,0 @@ if (cookies) {

@@ -53,1 +53,5 @@ const { getEventSourceNameBasedOnEvent } = require("./utils");

});
module.exports = {
sam_httpapi_event,
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc