{"id":16359749,"url":"https://github.com/jmsv/pdf-diff","last_synced_at":"2026-07-11T05:31:08.366Z","repository":{"id":40364659,"uuid":"190564358","full_name":"jmsv/pdf-diff","owner":"jmsv","description":"Compare 2 PDFs","archived":false,"fork":false,"pushed_at":"2025-09-30T03:58:24.000Z","size":7,"stargazers_count":2,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T22:02:36.390Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/pdf-diff","language":"JavaScript","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/jmsv.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-06-06T10:40:45.000Z","updated_at":"2023-03-05T08:46:02.000Z","dependencies_parsed_at":"2025-10-26T22:02:26.445Z","dependency_job_id":"3af4f212-496e-40bc-9a17-55104755dc1a","html_url":"https://github.com/jmsv/pdf-diff","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jmsv/pdf-diff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmsv%2Fpdf-diff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmsv%2Fpdf-diff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmsv%2Fpdf-diff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmsv%2Fpdf-diff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmsv","download_url":"https://codeload.github.com/jmsv/pdf-diff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmsv%2Fpdf-diff/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35352623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-11T02:00:05.354Z","response_time":104,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-11T02:09:33.976Z","updated_at":"2026-07-11T05:31:08.348Z","avatar_url":"https://github.com/jmsv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pdf-diff\r\n\r\nCompare 2 PDFs\r\n\r\n---\r\n\r\n## Install\r\n\r\n```bash\r\nnpm install pdf-diff\r\n```\r\n\r\n## Usage\r\n\r\npdf-diff's `diff` function (default export) returns a promise:\r\n\r\n```js\r\nconst diff = require('pdf-diff')\r\n\r\ndiff('./file1.pdf', './file2.pdf')\r\n  .then(diffs =\u003e {\r\n    console.log('diffs:', diffs)\r\n  })\r\n  .catch(err =\u003e {\r\n    console.error('err:', err)\r\n  })\r\n```\r\n\r\n## Changelog\r\n\r\n### `0.1.1`\r\n\r\n- Removed console logs\r\n- Docs\r\n- Node gitignore\r\n\r\n### `0.1.0`\r\n\r\nInitial version\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmsv%2Fpdf-diff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmsv%2Fpdf-diff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmsv%2Fpdf-diff/lists"}