link-check
Advanced tools
Comparing version 4.3.2 to 4.3.3
@@ -13,3 +13,3 @@ "use strict"; | ||
if (!path.isAbsolute(filepath)) { | ||
const basepath = url.parse(opts.baseUrl, false, true).path || processModule.cwd(); | ||
const basepath = decodeURI(url.parse(opts.baseUrl, false, true).path) || processModule.cwd(); | ||
filepath = path.resolve(basepath, filepath); | ||
@@ -16,0 +16,0 @@ } |
{ | ||
"name": "link-check", | ||
"version": "4.3.2", | ||
"version": "4.3.3", | ||
"description": "checks whether a hyperlink is alive (200 OK) or dead", | ||
@@ -38,3 +38,3 @@ "main": "index.js", | ||
"expect.js": "^0.3.1", | ||
"express": "^4.16.1", | ||
"express": "^4.16.2", | ||
"jshint": "^2.9.5", | ||
@@ -41,0 +41,0 @@ "mocha": "^4.0.1" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8673
0