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

lambda-wrap

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambda-wrap - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

7

lib/response.js

@@ -27,3 +27,4 @@ 'use strict';

body = null,
statusCode = 200
statusCode = 200,
multiValueHeaders = null
} = res;

@@ -39,2 +40,6 @@

};
if (multiValueHeaders) {
Object.assign(res, { multiValueHeaders });
}
} else if (typeof res === 'undefined') {

@@ -41,0 +46,0 @@ res = null;

2

package.json
{
"name": "lambda-wrap",
"version": "3.0.1",
"version": "3.1.0",
"description": "AWS Serverless wrapper for async generators",

@@ -5,0 +5,0 @@ "main": "index.js",

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