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

middlewarify

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

middlewarify - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

30

package.json
{
"name": "middlewarify",
"description": "Apply the middleware pattern to any function.",
"version": "2.1.1",
"version": "2.1.2",
"homepage": "https://github.com/thanpolas/middlewarify",

@@ -29,19 +29,19 @@ "author": {

"dependencies": {
"lodash": "4.17.20",
"async": "3.2.0"
"lodash": "~4.17.21",
"async": "~3.2.0"
},
"devDependencies": {
"chai": "~4.2.0",
"eslint": "~7.12.1",
"eslint-config-airbnb-base": "~14.2.0",
"eslint-config-prettier": "~6.15.0",
"eslint-plugin-import": "~2.22.1",
"eslint-plugin-jest": "~24.1.0",
"eslint-plugin-jsdoc": "~30.7.3",
"eslint-plugin-prettier": "~3.1.4",
"chai": "~4.3.4",
"eslint": "~7.27.0",
"eslint-config-airbnb-base": "~14.2.1",
"eslint-config-prettier": "~8.3.0",
"eslint-plugin-import": "~2.23.4",
"eslint-plugin-jest": "~24.3.6",
"eslint-plugin-jsdoc": "~35.1.1",
"eslint-plugin-prettier": "~3.4.0",
"eslint-plugin-security": "~1.4.0",
"mocha": "~8.2.0",
"prettier": "~2.1.2",
"release-it": "^14.2.0",
"sinon": "~9.2.1"
"mocha": "~8.4.0",
"prettier": "~2.3.0",
"release-it": "^14.7.0",
"sinon": "~11.1.1"
},

@@ -48,0 +48,0 @@ "keywords": [

@@ -332,2 +332,4 @@ # Middlewarify

- **v2.1.2**, _31 May 2022_
- Updated all dependencies to latest.
- **v2.1.1**, _30 Oct 2020_

@@ -334,0 +336,0 @@ - Bumped so tagged version has appropriate changelog (last release minor

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