Socket
Socket
Sign inDemoInstall

middy

Package Overview
Dependencies
Maintainers
7
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.2.4 to 0.2.5

src/middlewares/__tests__/doNotWaitForEmptyEventLoop.js

2

package.json
{
"name": "middy",
"version": "0.2.4",
"version": "0.2.5",
"description": "The simple (but cool 😎) middleware engine for AWS lambda in Node.js",

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

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

- [`validator`](/docs/middlewares.md#validator): automatically validates incoming events and outgoing responses against custom schemas
- [`doNotWaitForEmptyEventLoop`](/docs/middlewares.md#donotwaitforemptyeventloop): sets callbackWaitsForEmptyEventLoop property to false

@@ -370,0 +371,0 @@

@@ -6,3 +6,4 @@ module.exports = {

urlencodeBodyParser: require('./urlencodeBodyParser'),
validator: require('./validator')
validator: require('./validator'),
doNotWaitForEmptyEventLoop: require('./doNotWaitForEmptyEventLoop')
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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