{"id":34742873,"url":"https://github.com/contigen/vite-plugin-baseline-overlay","last_synced_at":"2026-05-21T21:33:20.012Z","repository":{"id":318364064,"uuid":"1071029190","full_name":"contigen/vite-plugin-baseline-overlay","owner":"contigen","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-06T19:10:44.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-06T19:40:58.210Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/contigen.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-06T19:08:41.000Z","updated_at":"2025-10-06T19:10:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b3ac1b1-fe89-4149-8862-776aa7ca1da1","html_url":"https://github.com/contigen/vite-plugin-baseline-overlay","commit_stats":null,"previous_names":["contigen/vite-plugin-baseline-overlay"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/contigen/vite-plugin-baseline-overlay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contigen%2Fvite-plugin-baseline-overlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contigen%2Fvite-plugin-baseline-overlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contigen%2Fvite-plugin-baseline-overlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contigen%2Fvite-plugin-baseline-overlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/contigen","download_url":"https://codeload.github.com/contigen/vite-plugin-baseline-overlay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contigen%2Fvite-plugin-baseline-overlay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28019364,"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","status":"online","status_checked_at":"2025-12-25T02:00:05.988Z","response_time":58,"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":"2025-12-25T04:25:55.555Z","updated_at":"2025-12-25T04:25:58.304Z","avatar_url":"https://github.com/contigen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Baseline Overlay\n\nA Vite plugin that displays baseline compatibility warnings directly in your browser during development.\n\n## Features\n\n- **Real-time API detection** - Scans JavaScript and CSS files for potentially non-baseline APIs\n- **Browser compatibility information** - Shows which browsers support each API\n- **Spec documentation links** - Direct links to web standards documentation\n- **Live reload integration** - Updates warnings as you code\n\n## Installation\n\n```bash\nnpm install vite-plugin-baseline-overlay\n```\n\n## Usage\n\n### Basic Setup\n\n```typescript\n// vite.config.ts\nimport { defineConfig } from 'vite'\nimport react from '@vitejs/plugin-react'\nimport baselineOverlay from 'vite-plugin-baseline-overlay'\n\nexport default defineConfig({\n  plugins: [react(), baselineOverlay()],\n})\n```\n\n## How it Works\n\nThe plugin works by:\n\n1. **Scanning your source files** for JavaScript and CSS APIs during development\n2. **Checking compatibility** against the web-features database to determine if APIs are baseline\n3. **Displaying warnings** in an overlay when non-baseline APIs are detected\n4. **Providing detailed information** including browser support and spec documentation\n\n## Development\n\n```bash\n# Install dependencies\nnpm install\n\n# Build the plugin\nnpm run build\n\n# Watch for changes during development\nnpm run dev\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nMIT\n\n## Changelog\n\n### 1.0.0\n\n- Initial release\n- Browser compatibility warnings\n- WebSocket communication\n- Support for JavaScript and CSS scanning\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontigen%2Fvite-plugin-baseline-overlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontigen%2Fvite-plugin-baseline-overlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontigen%2Fvite-plugin-baseline-overlay/lists"}