@libj/make-uri
Advanced tools
Comparing version 1.3.11 to 1.3.12
@@ -12,3 +12,6 @@ "use strict"; | ||
} | ||
var res = parts.map(trimUriPath_1.trimUriPath).join(UriPart_1.UriPart.SLASH); | ||
var res = parts | ||
.map(trimUriPath_1.trimUriPath) | ||
.filter(function (p) { return !!p; }) | ||
.join(UriPart_1.UriPart.SLASH); | ||
if (!NonPathCheckPattern.test(res)) { | ||
@@ -15,0 +18,0 @@ res = "".concat(UriPart_1.UriPart.SLASH).concat(res); |
{ | ||
"dependencies": {}, | ||
"name": "@libj/make-uri", | ||
"version": "1.3.11", | ||
"version": "1.3.12", | ||
"description": "Uri builder", | ||
@@ -33,3 +33,3 @@ "author": "Sergey Poskachey <seregynp@gmail.com>", | ||
], | ||
"gitHead": "1cd99254c94c9feceadf7684a9f2e8ec25e17055" | ||
"gitHead": "402ef541833d8a9f7155d8c9f8c41beaae2c00f1" | ||
} |
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
44243
632