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

lambda-request-handler

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambda-request-handler - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

dist/compile/setCookieVariations.d.ts

8

dist/compile/fixResponseHeaders.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const binaryCase = require('binary-case');
const variations = binaryCase.variations('set-cookie');
const setCookieVariations_1 = __importDefault(require("./setCookieVariations"));
const fixResponseHeaders = (headers) => {

@@ -15,3 +17,3 @@ const retVal = {};

arrayValue.forEach((value, i) => {
retVal[variations[i]] = value;
retVal[setCookieVariations_1.default[i]] = value;
});

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

{
"name": "lambda-request-handler",
"version": "0.1.0",
"version": "0.1.1",
"license": "(MIT OR Apache-2.0)",

@@ -16,3 +16,2 @@ "scripts": {

"dependencies": {
"binary-case": "^1.1.4",
"in-process-request": "^0.0.4"

@@ -19,0 +18,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