path-to-regexp
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -0,1 +1,6 @@ | ||
1.5.2 / 2016-06-15 | ||
================== | ||
* Escape `\\` in string segments of regexp | ||
1.5.1 / 2016-06-08 | ||
@@ -2,0 +7,0 @@ ================== |
@@ -27,3 +27,3 @@ var isarray = require('isarray') | ||
// "/*" => ["/", undefined, undefined, undefined, undefined, "*"] | ||
'([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^()])+)\\))?|\\(((?:\\\\.|[^()])+)\\))([+*?])?|(\\*))' | ||
'([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))' | ||
].join('|'), 'g') | ||
@@ -30,0 +30,0 @@ |
{ | ||
"name": "path-to-regexp", | ||
"description": "Express style path to RegExp utility", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "typings": "index.d.ts", |
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
24746