Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@codegenie/serverless-express

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codegenie/serverless-express - npm Package Compare versions

Comparing version 4.11.1 to 4.12.0

2

package.json
{
"name": "@codegenie/serverless-express",
"version": "4.11.1",
"version": "4.12.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": [

@@ -1,3 +0,1 @@

const { emptyResponseMapper } = require('../utils')
const getRequestValuesFromSqs = ({ event }) => {

@@ -15,5 +13,7 @@ const method = 'POST'

const getResponseToSqs = ({ body }) => JSON.parse(body)
module.exports = {
getRequest: getRequestValuesFromSqs,
getResponse: emptyResponseMapper
getResponse: getResponseToSqs
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc