Socket
Socket
Sign inDemoInstall

lambda-serverless-api

Package Overview
Dependencies
Maintainers
1
Versions
396
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambda-serverless-api - npm Package Compare versions

Comparing version 11.2.1 to 11.2.2

4

lib/logic/api-gateway.js

@@ -5,2 +5,3 @@ /* load-hot */

import get from 'lodash.get';
import cloneDeep from 'lodash.clonedeep';
import { wrap as lambdaAsyncWrap } from 'lambda-async';

@@ -63,2 +64,3 @@ import { logger } from 'lambda-monitor-logger';

const eventRaw = cloneDeep(event);
const kwargs = {

@@ -77,3 +79,3 @@ request,

assert(resp === null, 'Plugin before() should not return');
return handler(context.parsedParameters, context, event);
return handler(context.parsedParameters, context, eventRaw);
},

@@ -80,0 +82,0 @@ async (prevResp) => {

@@ -41,3 +41,3 @@ {

},
"version": "11.2.1",
"version": "11.2.2",
"scripts": {

@@ -44,0 +44,0 @@ "clean": "rm -rf lib",

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