@metascraper/helpers
Advanced tools
Comparing version 3.9.3 to 3.10.7
@@ -31,4 +31,4 @@ 'use strict' | ||
const getUrl = (baseUrl, relativePath) => ( | ||
normalizeUrl(getAbsoluteUrl(baseUrl, relativePath)) | ||
const getUrl = (baseUrl, relativePath, opts) => ( | ||
normalizeUrl(getAbsoluteUrl(baseUrl, relativePath), opts) | ||
) | ||
@@ -35,0 +35,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://metascraper.js.org", | ||
"version": "3.9.3", | ||
"version": "3.10.7", | ||
"main": "src/index.js", | ||
@@ -8,0 +8,0 @@ "author": { |
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
3518