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

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.16.1 to 0.16.2

16

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

@@ -49,11 +49,11 @@ "main": "./index.js",

"@types/node": "^10.3.1",
"aws-sdk": "^2.233.1",
"aws-sdk": "^2.297.0",
"babel-jest": "^23.0.1",
"babel-preset-env": "^1.6.1",
"babel-preset-env": "^1.7.0",
"codecov": "^3.0.1",
"eslint": "^4.4.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^3.0.1",

@@ -64,4 +64,4 @@ "husky": "^0.14.3",

"jsdoc-to-markdown": "^4.0.1",
"marked": "^0.3.12",
"regenerator-runtime": "^0.11.0",
"marked": "^0.5.0",
"regenerator-runtime": "^0.12.1",
"typescript": "^2.8.3",

@@ -68,0 +68,0 @@ "typings-tester": "^0.3.1"

@@ -5,3 +5,3 @@ const createError = require('http-errors')

const ajvLocalize = require('ajv-i18n')
const { deepEqual } = require('assert')
const { deepStrictEqual } = require('assert')

@@ -102,3 +102,3 @@ let ajv

try {
deepEqual(options, previousConstructorOptions)
deepStrictEqual(options, previousConstructorOptions)
} catch (e) {

@@ -105,0 +105,0 @@ return true

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