{"id":19793980,"url":"https://github.com/ymichael/javascript-error-overlay","last_synced_at":"2026-05-16T07:04:16.445Z","repository":{"id":145759752,"uuid":"132088194","full_name":"ymichael/javascript-error-overlay","owner":"ymichael","description":" A generic overlay that displays JavaScript errors on the page - heavily adapted/forked from facebook/create-react-app's react-error-overlay.","archived":false,"fork":false,"pushed_at":"2018-05-22T05:43:37.000Z","size":1051,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T15:37:11.698Z","etag":null,"topics":[],"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/ymichael.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":"2018-05-04T04:45:21.000Z","updated_at":"2018-05-22T05:43:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"b294a34a-e2aa-4ea5-94a3-858900061fc4","html_url":"https://github.com/ymichael/javascript-error-overlay","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ymichael/javascript-error-overlay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymichael%2Fjavascript-error-overlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymichael%2Fjavascript-error-overlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymichael%2Fjavascript-error-overlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymichael%2Fjavascript-error-overlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ymichael","download_url":"https://codeload.github.com/ymichael/javascript-error-overlay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymichael%2Fjavascript-error-overlay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33093666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"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":[],"created_at":"2024-11-12T07:11:47.464Z","updated_at":"2026-05-16T07:04:16.401Z","avatar_url":"https://github.com/ymichael.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# javascript-error-overlay\n\nA generic overlay that displays JavaScript errors on the page - heavily adapted/forked from [facebook/create-react-app](https://github.com/facebook/create-react-app)'s [react-error-overlay](https://github.com/facebook/create-react-app/tree/next/packages/react-error-overlay).\n\n## Usage\n\n1. Build the overlay: `npm run build`\n\n2. Include the script (`lib/index.js`) in your app and start listening for errors!\n\n```\nvar errorOverlay = require('javascript-error-overlay');\nerrorOverlay.startReportingRuntimeErrors();\n```\n### Configuration Options\n\n```\nerrorOverlay.startReportingRuntimeErrors({\n    shouldIgnoreError: function(e) {\n        ...\n    }\n});\n```\n\n## Development\n\nWhen developing within this package, make sure you run `npm start` (or `yarn start`) so that the files are compiled as you work.\nThis is ran in watch mode by default.\n\nIf you would like to build this for production, run `npm run build:prod` (or `yarn build:prod`).\u003cbr\u003e\nIf you would like to build this one-off for development, you can run `NODE_ENV=development npm run build` (or `NODE_ENV=development yarn build`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymichael%2Fjavascript-error-overlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fymichael%2Fjavascript-error-overlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymichael%2Fjavascript-error-overlay/lists"}