{"id":18555623,"url":"https://github.com/n2ref/coreui-alert","last_synced_at":"2026-02-22T00:03:15.560Z","repository":{"id":164613615,"uuid":"625313897","full_name":"n2ref/coreui-alert","owner":"n2ref","description":"CoreUI Alert","archived":false,"fork":false,"pushed_at":"2025-01-13T19:15:24.000Z","size":1179,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-11T14:49:32.776Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://n2ref.github.io/coreui-alert","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/n2ref.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}},"created_at":"2023-04-08T18:17:46.000Z","updated_at":"2025-01-13T19:15:27.000Z","dependencies_parsed_at":"2024-04-13T16:53:17.097Z","dependency_job_id":"19df7e49-42ba-4fb5-8e10-4fead74e52fa","html_url":"https://github.com/n2ref/coreui-alert","commit_stats":null,"previous_names":["n2ref/coreui-alert","shabuninil/coreui-alert"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/n2ref/coreui-alert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n2ref%2Fcoreui-alert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n2ref%2Fcoreui-alert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n2ref%2Fcoreui-alert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n2ref%2Fcoreui-alert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n2ref","download_url":"https://codeload.github.com/n2ref/coreui-alert/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n2ref%2Fcoreui-alert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29699343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T23:35:04.139Z","status":"ssl_error","status_checked_at":"2026-02-21T23:35:03.832Z","response_time":107,"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-06T21:27:22.617Z","updated_at":"2026-02-22T00:03:15.543Z","avatar_url":"https://github.com/n2ref.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CoreUI Alert\n\n**[DEMO](https://n2ref.github.io/coreui-alert)**\n\n## Install with npm\n`$ npm install coreui-alert`\n\n## Example\n\n```html\n\u003cbutton id=\"alert-default\" class=\"btn btn-secondary\"\u003eDefault\u003c/button\u003e\n\u003cbutton id=\"confirm-default\" class=\"btn btn-secondary\"\u003eDefault\u003c/button\u003e\n\n\u003cscript\u003e\n    $('#alert-default').click(function () {\n        CoreUI.alert.default(\"Alert title\", \"Raw denim you probably haven't heard of them jean shorts Austin?\");\n    });\n\n    $('#confirm-default').click(function () {\n        CoreUI.alert.default(\n                \"Confirm title\",\n                \"Raw denim you probably haven't heard of them jean shorts Austin?\",\n                {\n                    btnAcceptText: \"Ok\",\n                    btnAcceptEvent: function () { console.log('Ok') },\n                    btnRejectText: \"Cancel\",\n                    btnRejectEvent: function () { console.log('Cancel') }\n                }\n        );\n    });\n\u003c/script\u003e\n```\n\nResult\n\n![Alert](https://raw.githubusercontent.com/n2ref/coreui-alert/main/preview.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn2ref%2Fcoreui-alert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn2ref%2Fcoreui-alert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn2ref%2Fcoreui-alert/lists"}