@fastify/middie
Advanced tools
Comparing version 9.0.0 to 9.0.1
@@ -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": "9.0.0", | ||
"version": "9.0.1", | ||
"description": "Middleware engine for Fastify", | ||
@@ -54,3 +54,3 @@ "main": "index.js", | ||
"fastify-plugin": "^5.0.0", | ||
"path-to-regexp": "^6.2.2", | ||
"path-to-regexp": "^8.1.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
67333
1
+ Addedpath-to-regexp@8.2.0(transitive)
- Removedpath-to-regexp@6.3.0(transitive)
Updatedpath-to-regexp@^8.1.0