{"id":20452848,"url":"https://github.com/axtk/rollup-plugin-sizediff","last_synced_at":"2026-04-23T03:33:01.533Z","repository":{"id":110829707,"uuid":"321542413","full_name":"axtk/rollup-plugin-sizediff","owner":"axtk","description":"Displays the rollup bundle size diff","archived":false,"fork":false,"pushed_at":"2020-12-15T06:12:25.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-25T00:12:26.700Z","etag":null,"topics":["bundle-size","diff","rollup-plugin"],"latest_commit_sha":null,"homepage":"","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/axtk.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":"2020-12-15T03:31:15.000Z","updated_at":"2020-12-15T06:12:27.000Z","dependencies_parsed_at":"2023-04-18T15:19:21.297Z","dependency_job_id":null,"html_url":"https://github.com/axtk/rollup-plugin-sizediff","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/axtk/rollup-plugin-sizediff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axtk%2Frollup-plugin-sizediff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axtk%2Frollup-plugin-sizediff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axtk%2Frollup-plugin-sizediff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axtk%2Frollup-plugin-sizediff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axtk","download_url":"https://codeload.github.com/axtk/rollup-plugin-sizediff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axtk%2Frollup-plugin-sizediff/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32165041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T02:19:40.750Z","status":"ssl_error","status_checked_at":"2026-04-23T02:17:55.737Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bundle-size","diff","rollup-plugin"],"created_at":"2024-11-15T11:10:34.610Z","updated_at":"2026-04-23T03:33:01.510Z","avatar_url":"https://github.com/axtk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rollup-plugin-sizediff\n\n*Displays the [rollup](https://rollupjs.org) bundle size diff*\n\n## Usage\n\n```js\n// rollup.config.js\nimport sizeDiff from 'rollup-plugin-sizediff';\n\nexport default {\n    input: './index.js',\n    output: {\n        file: `./build/index.js`,\n    },\n    plugins: [\n        // ... rollup plugins\n        sizeDiff()\n    ],\n};\n```\n\nOutput:\n\n```diff\n./index.js → ./build/index.js...   |\n12.345 kB (+1.543 kB)              ] ← plugin output\ncreated ./build/index.js in 497ms  |\n```\n\nThe diff part in the parentheses will become available from the second run on, when the plugin picks its own record of the previous bundle size.\n\n## Options\n\n```js\nsizeDiff({\n    output: string, // bundle stats file location\n})\n```\n\n## Installation\n\n```\nnpm i -D github:axtk/rollup-plugin-sizediff\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxtk%2Frollup-plugin-sizediff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxtk%2Frollup-plugin-sizediff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxtk%2Frollup-plugin-sizediff/lists"}