@jridgewell/resolve-uri
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -146,2 +146,4 @@ (function (global, factory) { | ||
function resolve(input, base) { | ||
if (!input && !base) | ||
return ''; | ||
const url = parseUrl(input); | ||
@@ -148,0 +150,0 @@ // If we have a base, and the input isn't already an absolute URL, then we need to merge. |
{ | ||
"name": "@jridgewell/resolve-uri", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Resolve a URI relative to an optional base URI", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
42533
362