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.5 to 0.0.6

2

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

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

@@ -34,2 +34,5 @@ 'use strict'

}
req.getHeaders = () => {
return req.headers
}

@@ -53,2 +56,5 @@ req.connection = {}

}
res.getHeaders = () => {
return res.headers
}
res.end = text => {

@@ -55,0 +61,0 @@ if (text) response.body += text

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