Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

multi-path-matcher

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multi-path-matcher - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

17

package.json
{
"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**&#x20;
* `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)**&#x20;

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc