-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
siteone-crawler cli: updated submodule to latest version 1.0.6
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule siteone-crawler
updated
11 files
+16 −1 | CHANGELOG.md | |
+18 −108 | README.md | |
+ − | docs/siteone-crawler-command-line.gif | |
+ − | docs/siteone-crawler.gif | |
+33 −0 | package.json | |
+1 −1 | src/Crawler/Analysis/Manager.php | |
+4 −1 | src/Crawler/Analysis/SecurityAnalyzer.php | |
+22 −6 | src/Crawler/Crawler.php | |
+9 −9 | src/Crawler/Export/HtmlReport/template.html | |
+6 −3 | src/Crawler/HttpClient/HttpClient.php | |
+9 −2 | src/Crawler/ParsedUrl.php |