route-node
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -0,1 +1,6 @@ | ||
<a name="3.1.2"></a> | ||
## [3.1.2](https://github.com/troch/route-node/compare/v3.1.1...v3.1.2) (2018-05-14) | ||
<a name="3.1.1"></a> | ||
@@ -2,0 +7,0 @@ ## [3.1.1](https://github.com/troch/route-node/compare/v3.1.0...v3.1.1) (2018-05-01) |
@@ -216,3 +216,5 @@ (function (global, factory) { | ||
var defaultOrConstrained = function (match) { | ||
return '(' + (match ? match.replace(/(^<|>$)/g, '') : "[a-zA-Z0-9-_.~%':|]+") + ')'; | ||
return '(' + | ||
(match ? match.replace(/(^<|>$)/g, '') : "[a-zA-Z0-9-_.~%':|=]+") + | ||
')'; | ||
}; | ||
@@ -219,0 +221,0 @@ var rules = [ |
{ | ||
"name": "route-node", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "A package to create a tree of named routes", | ||
@@ -62,5 +62,5 @@ "main": "dist/cjs/route-node.js", | ||
"dependencies": { | ||
"path-parser": "4.0.4", | ||
"path-parser": "4.0.5", | ||
"search-params": "2.1.2" | ||
} | ||
} |
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
252939
2976
+ Addedpath-parser@4.0.5(transitive)
- Removedpath-parser@4.0.4(transitive)
Updatedpath-parser@4.0.5