{"id":29059378,"url":"https://github.com/taylorho/make-it-safer","last_synced_at":"2025-06-27T07:39:33.804Z","repository":{"id":142484045,"uuid":"613421288","full_name":"TaylorHo/make-it-safer","owner":"TaylorHo","description":"Move vulnerabilities away. Make your project safer.","archived":false,"fork":false,"pushed_at":"2024-08-19T00:57:20.000Z","size":99,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-28T02:20:24.576Z","etag":null,"topics":["ci","npm","package","packages","security","updater","vulnerabilities"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/make-it-safer","language":"JavaScript","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/TaylorHo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-13T14:37:54.000Z","updated_at":"2024-08-19T00:57:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"dab43cb9-1857-4e19-a5b9-3756233b1e10","html_url":"https://github.com/TaylorHo/make-it-safer","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/TaylorHo/make-it-safer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaylorHo%2Fmake-it-safer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaylorHo%2Fmake-it-safer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaylorHo%2Fmake-it-safer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaylorHo%2Fmake-it-safer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TaylorHo","download_url":"https://codeload.github.com/TaylorHo/make-it-safer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaylorHo%2Fmake-it-safer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262214389,"owners_count":23276309,"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":["ci","npm","package","packages","security","updater","vulnerabilities"],"created_at":"2025-06-27T07:39:33.124Z","updated_at":"2025-06-27T07:39:33.793Z","avatar_url":"https://github.com/TaylorHo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2 align=\"center\"\u003eMake It Safer ✅\u003c/h2\u003e\n\u003cp align=\"center\"\u003e\u003ci\u003eMove vulnerabilities away. Make your project \u003cins\u003esafer\u003c/ins\u003e.\u003c/i\u003e\u003c/p\u003e\n\n### Introduction\n\nThis package will fix other package known vulnerabilities by updating the version of the package to a stable, not vulnerable, version.\nThis package do this based on `npm audit fix`, but better and ready to be implemented on **automated pipelines**.\n\nIt works on NodeJS v14, v16, v18 and v20.\n\n### Install\n\n```shell\n   npm i make-it-safer -D\n```\n\n---\n\n### Usage\n\n```shell\n   npx make-it-safer\n```\n\n---\n\n### Options\n\nBy default, the package fix all known vulnerabilities, but it can be used also to upgrade dependencies versions. See below:\n\n#### - Update dependencies to the latest version\n\n```shell\n   npx make-it-safer --latest\n```\n\n#### - Update dependencies to the latest major version\n\n```shell\n   npx make-it-safer --major\n```\n\n#### - Update dependencies to the latest minor version\n\n```shell\n   npx make-it-safer --minor\n```\n\n#### - Update dependencies to the latest patch version\n\n```shell\n   npx make-it-safer --patch\n```\n\n---\n\n### Pipelines\n\nThis package is ready to be implemented on automated pipelines and git flow. You can use this way:\n\n- With [Husky](https://www.npmjs.com/package/husky)\n  - `npx make-it-safer \u0026\u0026 git add -A .` (use on the pre-commit hook)(can delay commit time)\n- With pipelines\n  - `npx make-it-safer \u0026\u0026 git add -A . \u0026\u0026 git commit -m \"(ci): fixed vulnerabilities\" \u0026\u0026 git push`\n\n---\n\n### Aliases\n\n```shell\n   npx make-it-safer\n   npx makeitsafer\n   npx mis\n```\n\n---\n\n### Contributions\n\n- The vulnerabilities fix scripts were made by [taylorho](https://github.com/TaylorHo).\n- The packages updating scripts were made by [wellwelwel](https://github.com/wellwelwel), on the package [packages-update](https://github.com/wellwelwel/packages-update). Thanks!\n\n### FOSS\n\nHave an idea of improvement? Open an [issue](https://github.com/TaylorHo/make-it-safe/issues/new) or a [Pull Request](https://github.com/TaylorHo/make-it-safe/fork)! We are happily waiting your contribution :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaylorho%2Fmake-it-safer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaylorho%2Fmake-it-safer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaylorho%2Fmake-it-safer/lists"}