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.0.15 to 2.1.0

10

package.json
{
"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

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