You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

aws-lambda-create-request-response

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

to
0.0.22

@@ -11,3 +11,3 @@ {

],
"version": "0.0.21",
"version": "0.0.22",
"main": "src/index.js",

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

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

module.exports = (event, callback) => {
const base64Support = process.env.BINARY_SUPPORT !== 'no'
const base64Support = process.env.BINARY_SUPPORT === 'yes'
const response = {

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