{"id":20970581,"url":"https://github.com/eventonehq/npm-audit-html","last_synced_at":"2025-04-10T03:56:01.631Z","repository":{"id":38816614,"uuid":"137404253","full_name":"eventOneHQ/npm-audit-html","owner":"eventOneHQ","description":"🔒 Generate a HTML report for NPM Audit","archived":false,"fork":false,"pushed_at":"2022-12-02T18:51:31.000Z","size":1450,"stargazers_count":52,"open_issues_count":21,"forks_count":25,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T03:55:56.282Z","etag":null,"topics":["hacktoberfest","html","npm","npm-audit","reporter","security"],"latest_commit_sha":null,"homepage":"http://oss.eventone.page/npm-audit-html/","language":"Handlebars","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eventOneHQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["nprail"]}},"created_at":"2018-06-14T20:09:45.000Z","updated_at":"2025-01-08T02:35:11.000Z","dependencies_parsed_at":"2023-01-23T08:45:41.371Z","dependency_job_id":null,"html_url":"https://github.com/eventOneHQ/npm-audit-html","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eventOneHQ%2Fnpm-audit-html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eventOneHQ%2Fnpm-audit-html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eventOneHQ%2Fnpm-audit-html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eventOneHQ%2Fnpm-audit-html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eventOneHQ","download_url":"https://codeload.github.com/eventOneHQ/npm-audit-html/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248155001,"owners_count":21056542,"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":["hacktoberfest","html","npm","npm-audit","reporter","security"],"created_at":"2024-11-19T03:59:41.640Z","updated_at":"2025-04-10T03:56:01.609Z","avatar_url":"https://github.com/eventOneHQ.png","language":"Handlebars","funding_links":["https://github.com/sponsors/nprail"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003enpm-audit-html\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/eventOneHQ/npm-audit-html/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/eventOneHQ/npm-audit-html.svg\" alt=\"GitHub license\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/npm-audit-html\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/npm-audit-html.svg\" alt=\"npm\"\u003e\u003c/a\u003e\n\u003ca href=\"https://travis-ci.com/eventOneHQ/npm-audit-html\"\u003e\u003cimg src=\"https://travis-ci.com/eventOneHQ/npm-audit-html.svg?branch=master\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"http://commitizen.github.io/cz-cli/\"\u003e\u003cimg src=\"https://img.shields.io/badge/commitizen-friendly-brightgreen.svg\" alt=\"Commitizen friendly\"\u003e\u003c/a\u003e\n\u003ca href=\"https://standardjs.com\"\u003e\u003cimg src=\"https://img.shields.io/badge/code_style-standard-brightgreen.svg\" alt=\"JavaScript Style Guide\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/semantic-release/semantic-release\"\u003e\u003cimg src=\"https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg\" alt=\"semantic-release\"\u003e\u003c/a\u003e\n\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003cb\u003eGenerate a HTML report for NPM Audit\u003c/b\u003e\u003c/p\u003e\n\n## 📝 Table of Contents\n\n- [Getting Started](#getting_started)\n- [Usage](#usage)\n- [Contributing](CONTRIBUTING.md)\n- [Authors](#authors)\n- [Acknowledgments](#acknowledgement)\n\n## 🏁 Getting Started \u003ca name = \"getting_started\"\u003e\u003c/a\u003e\n\n```\n$ npm install -g npm-audit-html\n```\n\n\u003e This package uses async/await and requires Node.js 7.6\n\n## 🎈 Usage \u003ca name=\"usage\"\u003e\u003c/a\u003e\n\nTo generate a report, run the following:\n\n```\n$ npm audit --json | npm-audit-html\n```\n\nBy default the report will be saved to `npm-audit.html`\n\nIf you want to specify the output file, add the `--output` option:\n\n```bash\nnpm audit --json | npm-audit-html --output report.html\n```\n\nYou can also fully customize the generated report by providing `--template` option followed by your own handlebars template: \n\n```bash\nnpm audit --json | npm-audit-html --template ./my-awesome-template.hbs\n```\n\nIf you'd like the generator to exit with non-zero exit code when vulnerabilities are found, you can add the `--fatal-exit-code` option:\n```bash\nnpm audit --json | npm-audit-html --fatal-exit-code\n```\n\n## ✍️ Authors \u003ca name = \"authors\"\u003e\u003c/a\u003e\n\n- [@nprail](https://github.com/nprail) - Maintainer\n\nSee also the list of [contributors](https://github.com/eventOneHQ/npm-audit-html/contributors) who participated in this project.\n\n## 🎉 Acknowledgements \u003ca name = \"acknowledgement\"\u003e\u003c/a\u003e\n\n- Hat tip to anyone whose code was used\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feventonehq%2Fnpm-audit-html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feventonehq%2Fnpm-audit-html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feventonehq%2Fnpm-audit-html/lists"}