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

@fastify/aws-lambda

Package Overview
Dependencies
Maintainers
20
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/aws-lambda - npm Package Compare versions

Comparing version 3.4.1 to 3.4.2

2

index.js

@@ -19,3 +19,3 @@ 'use strict'

options.retainStage = options.retainStage !== undefined ? options.retainStage : false
options.proxiedPathParameterAsPath = options.proxiedPathParameterAsPath !== undefined ? options.proxiedPathParameterAsPath : false
options.pathParameterUsedAsPath = options.pathParameterUsedAsPath !== undefined ? options.pathParameterUsedAsPath : false
let currentAwsArguments = {}

@@ -22,0 +22,0 @@ if (options.decorateRequest) {

@@ -29,3 +29,3 @@ {

"license": "MIT",
"version": "3.4.1",
"version": "3.4.2",
"main": "index.js",

@@ -32,0 +32,0 @@ "type": "commonjs",

@@ -15,2 +15,6 @@ import { Context } from "aws-lambda";

retainStage?: boolean;
/**
* usually set to 'proxy', if used
*/
pathParameterUsedAsPath?: string;
}

@@ -17,0 +21,0 @@

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