{"id":25208073,"url":"https://github.com/comfy-org/node-diff","last_synced_at":"2025-08-02T16:36:04.684Z","repository":{"id":270413059,"uuid":"910302854","full_name":"Comfy-Org/node-diff","owner":"Comfy-Org","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-31T00:58:23.000Z","size":15,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-10T12:18:27.496Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Comfy-Org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-12-30T23:37:44.000Z","updated_at":"2024-12-31T00:58:26.000Z","dependencies_parsed_at":"2024-12-31T01:19:15.641Z","dependency_job_id":"5d531097-1808-4f14-804c-9e0fce5e544c","html_url":"https://github.com/Comfy-Org/node-diff","commit_stats":null,"previous_names":["comfy-org/node-diff"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comfy-Org%2Fnode-diff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comfy-Org%2Fnode-diff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comfy-Org%2Fnode-diff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comfy-Org%2Fnode-diff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Comfy-Org","download_url":"https://codeload.github.com/Comfy-Org/node-diff/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247285549,"owners_count":20913837,"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-02-10T12:18:37.889Z","updated_at":"2025-04-05T04:19:14.996Z","avatar_url":"https://github.com/Comfy-Org.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-diff\r\n\r\nA Github Action for diffing custom nodes.\r\n\r\n## Description\r\n\r\nThis action checks out your PR branch and your main branch and compares the custom nodes defined in `NODE_CLASS_MAPPINGS` for backwards incompatible changes.\r\n\r\nThis helps you develop custom nodes that don't break existing workflows.\r\n\r\n## Features\r\n\r\n- [x] Checks `RETURN_TYPES`\r\n- [ ] Checks `INPUT_TYPES`\r\n\r\n## Usage\r\n\r\nJust add this to your custom node repo: `.github/workflows/validate.yml`\r\n\r\n```\r\nname: Validate backwards compatibility\r\n\r\non:\r\n  pull_request:\r\n    branches:\r\n      - master\r\n      - main\r\n\r\njobs:\r\n  validate:\r\n    runs-on: ubuntu-latest\r\n    steps:\r\n      - uses: comfy-org/node-diff@main\r\n```\r\n\r\nIf you use a branch other than `main` as your base branch, add that here:\r\n\r\n```\r\nsteps:\r\n  - uses: comfy-org/node-diff@main\r\n  with:\r\n    base_ref: 'master'\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomfy-org%2Fnode-diff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomfy-org%2Fnode-diff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomfy-org%2Fnode-diff/lists"}