Socket
Socket
Sign inDemoInstall

middie

Package Overview
Dependencies
2
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.1 to 4.1.0

2

middie.js
'use strict'
const reusify = require('reusify')
const pathToRegexp = require('path-to-regexp')
const { pathToRegexp } = require('path-to-regexp')

@@ -6,0 +6,0 @@ function middie (complete) {

{
"name": "middie",
"version": "4.0.1",
"version": "4.1.0",
"description": "Middleware engine for Fastify",

@@ -35,9 +35,14 @@ "main": "middie.js",

"serve-static": "^1.12.4",
"standard": "^12.0.0",
"tap": "^12.0.0"
"standard": "^14.0.2",
"tap": "^12.6.5"
},
"dependencies": {
"path-to-regexp": "^3.0.0",
"path-to-regexp": "^4.0.0",
"reusify": "^1.0.2"
},
"greenkeeper": {
"ignore": [
"tap"
]
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc