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.19.0 to 0.19.1

12

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

@@ -25,4 +25,3 @@ "main": "./index.js",

"release:tag": "git tag $npm_package_version && git push --tags",
"coverage:submit": "codecov",
"precommit": "npm run build"
"coverage:submit": "codecov"
},

@@ -60,3 +59,3 @@ "repository": {

"eslint-plugin-standard": "^3.0.1",
"husky": "^0.14.3",
"husky": "^1.1.0",
"jest": "^23.1.0",

@@ -88,3 +87,8 @@ "jsdoc": "^3.5.5",

]
},
"husky": {
"hooks": {
"pre-commit": "npm run build"
}
}
}
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