Comparing version 0.12.2 to 0.12.3
{ | ||
"name": "apidoc", | ||
"version": "0.12.2", | ||
"version": "0.12.3", | ||
"description": "RESTful web API Documentation Generator", | ||
@@ -5,0 +5,0 @@ "author": "Peter Rottmann <rottmann@inveris.de>", |
@@ -59,3 +59,3 @@ define([ | ||
// Insert url parameter | ||
var pattern = pathtoRegexp(url, null); | ||
var pattern = pathToRegexp(url, null); | ||
var matches = pattern.exec(url); | ||
@@ -62,0 +62,0 @@ for (var i = 1; i < matches.length; i++) { |
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