Socket
Socket
Sign inDemoInstall

lambda-proxy-utils

Package Overview
Dependencies
14
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.4 to 3.0.0

20

package.json
{
"name": "lambda-proxy-utils",
"version": "2.1.4",
"version": "3.0.0",
"description": "Lambda Proxy event helpers",

@@ -13,3 +13,3 @@ "author": "Geoff Dutton <g.dutton@gmail.com>",

"engines": {
"node": ">=6"
"node": ">=10"
},

@@ -30,5 +30,5 @@ "license": "MIT",

"dependencies": {
"accepts": "^1.3.5",
"accepts": "^1.3.7",
"binary-case": "^1.1.4",
"cookie": "^0.4.0",
"cookie": "^0.4.1",
"header-case-normalizer": "^1.0.3",

@@ -39,11 +39,11 @@ "lodash.clonedeep": "^4.5.0",

"lodash.tostring": "^4.1.4",
"mime": "^2.4.0",
"type-is": "^1.6.16"
"mime": "^2.4.6",
"type-is": "^1.6.18"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.6",
"mocha": "^6.1.4",
"nyc": "^14.0.0",
"standard": "^13.1.0"
"coveralls": "^3.1.0",
"mocha": "^8.1.1",
"nyc": "^15.1.0",
"standard": "^14.3.4"
},

@@ -50,0 +50,0 @@ "standard": {

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

if (key.toLowerCase() === 'referer') {
result['referrer'] = headers[key]
result.referrer = headers[key]
}

@@ -286,0 +286,0 @@ return result

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc