multi-path-matcher
Advanced tools
Comparing version 2.0.15 to 2.1.0
{ | ||
"name": "multi-path-matcher", | ||
"version": "2.0.15", | ||
"version": "2.1.0", | ||
"publishConfig": { | ||
@@ -32,6 +32,6 @@ "access": "public" | ||
"devDependencies": { | ||
"ava": "^3.8.2", | ||
"c8": "^7.2.0", | ||
"documentation": "^13.0.1", | ||
"semantic-release": "^17.0.8" | ||
"ava": "^3.10.1", | ||
"c8": "^7.2.1", | ||
"documentation": "^13.0.2", | ||
"semantic-release": "^17.1.1" | ||
}, | ||
@@ -38,0 +38,0 @@ "engines": { |
@@ -74,2 +74,5 @@ [![npm](https://img.shields.io/npm/v/multi-path-matcher.svg)](https://www.npmjs.com/package/multi-path-matcher) | ||
- [Properties](#properties-2) | ||
- [PRIORITY_PLAIN](#priority_plain) | ||
- [PRIORITY_MATCH](#priority_match) | ||
- [PRIORITY_PARAM](#priority_param) | ||
- [compile](#compile) | ||
@@ -117,2 +120,20 @@ - [Parameters](#parameters) | ||
## PRIORITY_PLAIN | ||
Prioritiy for a plain path component | ||
Type: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number) | ||
## PRIORITY_MATCH | ||
Prioritiy for a path component with matching | ||
Type: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number) | ||
## PRIORITY_PARAM | ||
Prioritiy for a parameter path component | ||
Type: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number) | ||
## compile | ||
@@ -134,5 +155,5 @@ | ||
- :param -> 0 | ||
- match \* or ? -> 1 | ||
- plain -> 2 | ||
- :param -> @see [PRIORITY_PARAM](#priority_param) | ||
- match \* or ? -> @see [PRIORITY_MATCH](#priority_match) | ||
- plain -> @see [PRIORITY_PLAIN](#priority_plain) | ||
@@ -139,0 +160,0 @@ Type: [Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object) |
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
12167
94
197