Socket
Socket
Sign inDemoInstall

@fastify/middie

Package Overview
Dependencies
Maintainers
20
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/middie - npm Package Compare versions

Comparing version 8.3.1 to 8.3.2

6

lib/engine.js

@@ -23,6 +23,6 @@ 'use strict'

if (url) {
regexp = pathToRegexp(sanitizePrefixUrl(url), [], {
end: false,
strict: false
const pathRegExp = pathToRegexp(sanitizePrefixUrl(url), {
end: false
})
regexp = pathRegExp.regexp
}

@@ -29,0 +29,0 @@

{
"name": "@fastify/middie",
"version": "8.3.1",
"version": "8.3.2",
"description": "Middleware engine for Fastify",

@@ -54,3 +54,3 @@ "main": "index.js",

"fastify-plugin": "^4.0.0",
"path-to-regexp": "^6.1.0",
"path-to-regexp": "^8.1.0",
"reusify": "^1.0.4"

@@ -57,0 +57,0 @@ },

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