Socket
Socket
Sign inDemoInstall

middy

Package Overview
Dependencies
Maintainers
8
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

middy - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

4

package.json
{
"name": "middy",
"version": "0.9.0",
"version": "0.9.1",
"description": "🛵 The stylish Node.js middleware engine for AWS Lambda",

@@ -61,3 +61,3 @@ "main": "src/index.js",

"dependencies": {
"@types/aws-lambda": "^0.0.31",
"@types/aws-lambda": "^0.0.32",
"ajv": "^6.0.0",

@@ -64,0 +64,0 @@ "ajv-keywords": "^3.0.0",

@@ -504,2 +504,3 @@ <div align="center">

- [`httpHeaderNormalizer`](/docs/middlewares.md#httpheadernormalizer): Normalizes HTTP header names to their canonical format
- [`httpPartialResponse`](/docs/middlewares.md#httppartialresponse): Filter response objects attributes based on query string parameters.
- [`jsonBodyParser`](/docs/middlewares.md#jsonbodyparser): automatically parses HTTP requests with JSON body and converts the body into an object. Also handles gracefully broken JSON if used in combination of

@@ -506,0 +507,0 @@ `httpErrorHanler`.

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