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

aws-lambda-fastify

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-lambda-fastify - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

index.js

@@ -62,4 +62,4 @@ module.exports = (app, options) => {

event.body = undefined
if (options.serializeLambdaArguments) {
event.body = undefined // remove body from event only when setting request headers
headers['x-apigateway-event'] = encodeURIComponent(JSON.stringify(event))

@@ -66,0 +66,0 @@ if (context) headers['x-apigateway-context'] = encodeURIComponent(JSON.stringify(context))

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

"license": "MIT",
"version": "2.1.0",
"version": "2.1.1",
"main": "index.js",

@@ -43,3 +43,3 @@ "scripts": {

"benchmark": "^2.1.4",
"eslint": "^8.7.0",
"eslint": "^8.10.0",
"eslint-config-standard": "^16.0.3",

@@ -50,7 +50,7 @@ "eslint-plugin-import": "^2.25.4",

"eslint-plugin-standard": "^5.0.0",
"fastify": "^3.27.0",
"fastify": "^3.27.3",
"serverless-http": "^2.7.0",
"tap": "^15.1.6",
"tap": "^16.0.0",
"tsd": "^0.19.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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