multi-path-matcher
Advanced tools
Comparing version 2.3.2 to 2.3.3
{ | ||
"name": "multi-path-matcher", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffects": false, | ||
"exports": { | ||
".": "./src/multi-path-matcher.mjs" | ||
}, | ||
"description": "finds and decodes best matching path in a set of routes", | ||
"description": "Finds and decodes best matching path in a set of routes", | ||
"keywords": [ | ||
@@ -33,14 +32,14 @@ "router", | ||
"devDependencies": { | ||
"ava": "^5.1.0", | ||
"browser-ava": "^1.3.13", | ||
"c8": "^7.12.0", | ||
"ava": "^5.2.0", | ||
"browser-ava": "^1.3.39", | ||
"c8": "^7.13.0", | ||
"documentation": "^14.0.1", | ||
"semantic-release": "^19.0.5" | ||
"semantic-release": "^21.0.2" | ||
}, | ||
"engines": { | ||
"node": ">=16.19.0" | ||
"node": ">=16.20.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/arlac77/multi-path-matcher.git" | ||
"url": "https://github.com/arlac77/multi-path-matcher" | ||
}, | ||
@@ -47,0 +46,0 @@ "bugs": { |
[![npm](https://img.shields.io/npm/v/multi-path-matcher.svg)](https://www.npmjs.com/package/multi-path-matcher) | ||
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) | ||
[![Open Bundle](https://bundlejs.com/badge-light.svg)](https://bundlejs.com/?q=multi-path-matcher) | ||
[![bundlejs](https://deno.bundlejs.com/?q=multi-path-matcher\&badge=detailed)](https://bundlejs.com/?q=multi-path-matcher) | ||
[![downloads](http://img.shields.io/npm/dm/multi-path-matcher.svg?style=flat-square)](https://npmjs.org/package/multi-path-matcher) | ||
@@ -14,3 +14,3 @@ [![GitHub Issues](https://img.shields.io/github/issues/arlac77/multi-path-matcher.svg?style=flat-square)](https://github.com/arlac77/multi-path-matcher/issues) | ||
finds and decodes best matching path in a set of routes | ||
Finds and decodes best matching path in a set of routes | ||
@@ -94,5 +94,6 @@ # usage | ||
* `path` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**  | ||
* `priority` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** higher number reflect more precise matches | ||
* `keys` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>** param names extractable from route | ||
* `regex` **RegEx**  | ||
* `keys` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>** parameter names extractable from route | ||
* `regex` **[RegExp](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/RegExp)**  | ||
@@ -99,0 +100,0 @@ ## Route |
Sorry, the diff of this file is not supported yet
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
197
12088
87