multi-path-matcher
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "multi-path-matcher", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"type": "module", | ||
@@ -30,10 +30,10 @@ "publishConfig": { | ||
"devDependencies": { | ||
"ava": "^2.2.0", | ||
"ava": "^2.3.0", | ||
"c8": "^5.0.2", | ||
"documentation": "^12.1.1", | ||
"esm": "^3.2.25", | ||
"semantic-release": "^15.13.19" | ||
"semantic-release": "^15.13.24" | ||
}, | ||
"engines": { | ||
"node": ">=10.16.2" | ||
"node": ">=10.16.3" | ||
}, | ||
@@ -40,0 +40,0 @@ "repository": { |
@@ -109,3 +109,3 @@ [![npm](https://img.shields.io/npm/v/multi-path-matcher.svg)](https://www.npmjs.com/package/multi-path-matcher) | ||
result of a match | ||
Result of a match | ||
@@ -116,3 +116,3 @@ Type: [Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object) | ||
- `route` **[Route](#route)** as given to the compiler | ||
- `route` **[Route](#route)?** as given to the compiler, undefined if no matching route found | ||
- `params` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** extracted from the path | ||
@@ -119,0 +119,0 @@ |
Sorry, the diff of this file is not supported yet
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
11252