linkinator
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -136,3 +136,3 @@ "use strict"; | ||
this.emit('pagestart', opts.url); | ||
const urls = links_1.getLinks(data, opts.checkOptions.path); | ||
const urls = links_1.getLinks(data, opts.url); | ||
for (const url of urls) { | ||
@@ -139,0 +139,0 @@ // only crawl links that start with the same host |
{ | ||
"name": "linkinator", | ||
"description": "Find broken links, missing images, etc in your HTML.", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": "JustinBeckwith/linkinator", |
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
26748