swagger-ui
Advanced tools
Comparing version 2.1.0-alpha.4 to 2.1.0-alpha.5
// swagger.js | ||
// version 2.0.42 | ||
// version 2.0.43 | ||
@@ -993,2 +993,4 @@ (function () { | ||
} | ||
if ((queryParams != null) && queryParams.length > 0) | ||
url += '?' + queryParams; | ||
return url; | ||
@@ -995,0 +997,0 @@ }; |
// swagger.js | ||
// version 2.0.42 | ||
// version 2.0.43 | ||
@@ -993,2 +993,4 @@ (function () { | ||
} | ||
if ((queryParams != null) && queryParams.length > 0) | ||
url += '?' + queryParams; | ||
return url; | ||
@@ -995,0 +997,0 @@ }; |
{ | ||
"name": "swagger-ui", | ||
"version": "2.1.0-alpha.4", | ||
"version": "2.1.0-alpha.5", | ||
"description": "Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
23266
2179958