{"id":28398933,"url":"https://github.com/blitz-js/versions-diff-web","last_synced_at":"2025-06-17T06:35:36.040Z","repository":{"id":66344115,"uuid":"347219140","full_name":"blitz-js/versions-diff-web","owner":"blitz-js","description":"A web tool to support Blitz developers in upgrading their apps.","archived":false,"fork":false,"pushed_at":"2021-03-14T17:53:12.000Z","size":11995,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-09T11:20:55.530Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"versions-diff-web.vercel.app","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/blitz-js.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null}},"created_at":"2021-03-12T22:57:36.000Z","updated_at":"2023-10-10T22:08:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4ba70c9-a0e2-4d2d-88e4-1ff409a7bf47","html_url":"https://github.com/blitz-js/versions-diff-web","commit_stats":{"total_commits":425,"total_committers":26,"mean_commits":"16.346153846153847","dds":0.6258823529411764,"last_synced_commit":"774b944469ca6de47f1320a8169eb53686598390"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blitz-js/versions-diff-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blitz-js%2Fversions-diff-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blitz-js%2Fversions-diff-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blitz-js%2Fversions-diff-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blitz-js%2Fversions-diff-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blitz-js","download_url":"https://codeload.github.com/blitz-js/versions-diff-web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blitz-js%2Fversions-diff-web/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260054883,"owners_count":22952199,"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":"2025-06-01T06:38:23.977Z","updated_at":"2025-06-17T06:35:35.975Z","avatar_url":"https://github.com/blitz-js.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"/src/assets/128x128-Favicon-Dark_Purple.png\" width=\"128\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eUpgrade Helper\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  A web tool to help you upgrade your Blitz app with ease! 🚀\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://circleci.com/gh/blitz-js/versions-diff-web\"\u003e\u003cimg src=\"https://circleci.com/gh/blitz-js/versions-diff-web.svg?style=shield\" alt=\"CircleCI\" title=\"CircleCI\"\u003e\u003c/a\u003e\n  \u003ca href=\"http://makeapullrequest.com\"\u003e\u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=shield\" alt=\"PRs Welcome\" title=\"PRs Welcome\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://diff.blitzjs.com/\"\u003e\n    Open the tool!\n  \u003c/a\u003e\n\u003c/p\u003e\n\n![Image showing a screenshot of Upgrade Helper with the phrase \"You are gonna love this!\"](https://user-images.githubusercontent.com/6207220/61382138-7a3a6780-a8ac-11e9-8c74-b4cb4830e131.png)\n\n## 🎩 How it works\n\nThe **Upgrade Helper** tool aims to provide the full set of changes happening between any two versions, based on the previous work done in the [rn-diff-purge](https://github.com/react-native-community/rn-diff-purge) project:\n\n\u003e This repository exposes an untouched Blitz app generated with the CLI `blitz new BlitzDiffApp`. Each new Blitz release causes a new project to be created, removing the old one, and getting a diff between them. This way, the diff is always clean, always in sync with the changes of the init template.\n\nThis will help you see what changes you need to do in your code.\n\nAside from this, the tool provides you a couple of cool extra features:\n\n- inline comments to help you with more insights about precise files\n- a set of links with further explanations on what the version you are upgrading to\n- a handy \"done\" button near each file to help you keep track of your process\n- a download button for new binary files\n- the ability to toggle all files by holding the alt key and clicking on expand/collapse\n- ...and we are planning many more features! Check the [enhancement tag](https://github.com/blitz-js/versions-diff-web/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Aenhancement) in the issue section.\n\n## 💻 Contributing\n\nIf you want to help us making this better, you can start by forking the project and follow these steps to testing it out locally:\n\n1. Clone the project\n1. Run `yarn install`\n1. Run `yarn start`\n1. Open `http://localhost:3000`\n1. Select starting \u0026 target versions\n1. Click the `Show me how to upgrade` button\n\nAfter which, you can create a branch to to make your changes and then open a PR against this repository following the provided template 🤗\n\n## 📣 Acknowledgments\n\nThis project proudly uses [`rn-diff-purge`](https://github.com/react-native-community/rn-diff-purge), [`react-diff-view`](https://github.com/otakustay/react-diff-view) and [`create-react-app`](https://github.com/facebook/create-react-app).\n\n## 📝 License\n\nThis project is released under the MIT license (check the LICENSE file for details).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblitz-js%2Fversions-diff-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblitz-js%2Fversions-diff-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblitz-js%2Fversions-diff-web/lists"}