@fastify/middie
Advanced tools
Comparing version 8.3.2 to 8.3.3
@@ -23,6 +23,6 @@ 'use strict' | ||
if (url) { | ||
const pathRegExp = pathToRegexp(sanitizePrefixUrl(url), { | ||
end: false | ||
regexp = pathToRegexp(sanitizePrefixUrl(url), [], { | ||
end: false, | ||
strict: true | ||
}) | ||
regexp = pathRegExp.regexp | ||
} | ||
@@ -29,0 +29,0 @@ |
{ | ||
"name": "@fastify/middie", | ||
"version": "8.3.2", | ||
"version": "8.3.3", | ||
"description": "Middleware engine for Fastify", | ||
@@ -54,3 +54,3 @@ "main": "index.js", | ||
"fastify-plugin": "^4.0.0", | ||
"path-to-regexp": "^8.1.0", | ||
"path-to-regexp": "^6.3.0", | ||
"reusify": "^1.0.4" | ||
@@ -57,0 +57,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
363186
0
4
67297
+ Addedpath-to-regexp@6.3.0(transitive)
- Removedpath-to-regexp@8.2.0(transitive)
Updatedpath-to-regexp@^6.3.0