@metascraper/helpers
Advanced tools
Comparing version 3.9.2 to 3.9.3
@@ -20,3 +20,6 @@ 'use strict' | ||
const normalizeUrl = url => sanetizeUrl(url, { stripWWW: false }) | ||
const normalizeUrl = url => sanetizeUrl(url, { | ||
stripWWW: false, | ||
sortQueryParameters: false | ||
}) | ||
@@ -23,0 +26,0 @@ const getAbsoluteUrl = (baseUrl, relativePath = '') => ( |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://metascraper.js.org", | ||
"version": "3.9.2", | ||
"version": "3.9.3", | ||
"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
3505
50