New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aws-lambda-create-request-response

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-lambda-create-request-response - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

package.json
{
"name": "aws-lambda-create-request-response",
"version": "0.0.8",
"version": "0.0.9",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "repository": {

@@ -7,6 +7,2 @@ 'use strict'

module.exports = (event, callback) => {
if (event.source === 'serverless-plugin-warmup') {
return callback(null, 'Lambda is warm!')
}
const response = {

@@ -13,0 +9,0 @@ body: Buffer.from(''),

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