{"id":22828682,"url":"https://github.com/busterc/mixed-content-crawler","last_synced_at":"2025-10-24T16:51:05.279Z","repository":{"id":57298574,"uuid":"143929664","full_name":"busterc/mixed-content-crawler","owner":"busterc","description":"🕷Find mixed content errors on a site by crawling it with Puppeteer","archived":false,"fork":false,"pushed_at":"2020-06-03T08:48:28.000Z","size":4678,"stargazers_count":2,"open_issues_count":12,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-07T18:05:14.010Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/busterc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-07T21:40:56.000Z","updated_at":"2023-09-08T17:43:38.000Z","dependencies_parsed_at":"2022-08-26T18:02:30.443Z","dependency_job_id":null,"html_url":"https://github.com/busterc/mixed-content-crawler","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Fmixed-content-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Fmixed-content-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Fmixed-content-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Fmixed-content-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/busterc","download_url":"https://codeload.github.com/busterc/mixed-content-crawler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246399803,"owners_count":20770909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-12T19:11:25.533Z","updated_at":"2025-10-24T16:51:00.239Z","avatar_url":"https://github.com/busterc.png","language":"JavaScript","readme":"# mixed-content-crawler [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url] [![Greenkeeper badge][greenkeeper-image]][greenkeeper-url]\n\n\u003e Find mixed content errors on a site by crawling it with Puppeteer\n\n## Installation\n\n```sh\n$ npm install mixed-content-crawler\n```\n\n## CLI Demo\n\n![mixed-content-crawler demo](https://raw.githubusercontent.com/busterc/mixed-content-crawler/76d2c596/demo.gif)\n\n## CLI Usage\n\n```sh\n$ mixed-content-crawler\n\n  Find mixed content errors on a site by crawling it with Puppeteer\n\n  Usage\n\n    $ mixed-content-crawler \u003curl\u003e\n\n  Example\n\n    $ mixed-content-crawler https://buster.neocities.org/crwlr/\n\n$ mixed-content-crawler https://buster.neocities.org/crwlr/\nresolved: 200 https://buster.neocities.org/crwlr/\nresolved: 200 https://buster.neocities.org/crwlr/other.html\nblocked-mixed-content: http://http.badssl.com/icons/icon-red.png\nresolved: 200 https://buster.neocities.org/crwlr/mixed-content.html\nresolved: 404 https://buster.neocities.org/crwlr/missing.html\nrequestfailed: https://buster.neocities.org/crwlr/dummy.pdf {\"errorText\":\"net::ERR_ABORTED\"}\n```\n\n## Module Usage\n\n```js\nconst mixedContentCrawler = require('mixed-content-crawler');\n\nconst results = await mixedContentCrawler('https://buster.neocities.org/crwlr/');\nresults.forEach((mixedRequests, page) =\u003e {\n  console.log(page);\n  for (let r of mixedRequests) {\n    console.log('-\u003e', r);\n  }\n});\n// https://buster.neocities.org/crwlr/mixed-content.html\n// -\u003e http://http.badssl.com/icons/icon-red.png\n```\n\n## TODO\n\n- [] Allow for ignoring `location.hash` when determinining unique URLs\n- [] Better documentation\n\n## License\n\nISC © [Buster Collings]()\n\n[npm-image]: https://badge.fury.io/js/mixed-content-crawler.svg\n[npm-url]: https://npmjs.org/package/mixed-content-crawler\n[travis-image]: https://travis-ci.org/busterc/mixed-content-crawler.svg?branch=master\n[travis-url]: https://travis-ci.org/busterc/mixed-content-crawler\n[daviddm-image]: https://david-dm.org/busterc/mixed-content-crawler.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/busterc/mixed-content-crawler\n[coveralls-image]: https://coveralls.io/repos/busterc/mixed-content-crawler/badge.svg\n[coveralls-url]: https://coveralls.io/r/busterc/mixed-content-crawler\n[greenkeeper-image]: https://badges.greenkeeper.io/busterc/mixed-content-crawler.svg\n[greenkeeper-url]: https://greenkeeper.io/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbusterc%2Fmixed-content-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbusterc%2Fmixed-content-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbusterc%2Fmixed-content-crawler/lists"}