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.0.1 to 2.0.2

14

index.js

@@ -10,8 +10,10 @@ module.exports = (app, options) => {

app.decorateRequest(options.decorationPropertyName, {
get event () {
return currentAwsArguments.event
},
get context () {
return currentAwsArguments.context
}
getter: () => ({
get event () {
return currentAwsArguments.event
},
get context () {
return currentAwsArguments.context
}
})
})

@@ -18,0 +20,0 @@ }

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

"license": "MIT",
"version": "2.0.1",
"version": "2.0.2",
"main": "index.js",

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

"benchmark": "^2.1.4",
"eslint": "^8.2.0",
"eslint": "^8.5.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"fastify": "^3.23.1",
"fastify": "^3.25.0",
"serverless-http": "^2.7.0",
"tap": "^15.0.10",
"tap": "^15.1.5",
"tsd": "^0.19.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