{"id":16550849,"url":"https://github.com/tmaize/notify","last_synced_at":"2025-10-07T02:18:07.242Z","repository":{"id":184237855,"uuid":"671530471","full_name":"TMaize/notify","owner":"TMaize","description":"A frame less notify component","archived":false,"fork":false,"pushed_at":"2024-02-05T11:05:50.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-08T23:22:37.578Z","etag":null,"topics":["alert","component"],"latest_commit_sha":null,"homepage":"https://tmaize.github.io/notify/","language":"Svelte","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/TMaize.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":"2023-07-27T14:26:35.000Z","updated_at":"2023-09-23T13:02:43.000Z","dependencies_parsed_at":"2024-08-30T03:12:50.583Z","dependency_job_id":null,"html_url":"https://github.com/TMaize/notify","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"f0509616acc2391f1bac7b9acdfd802d66143419"},"previous_names":["tmaize/notify"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/TMaize/notify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TMaize%2Fnotify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TMaize%2Fnotify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TMaize%2Fnotify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TMaize%2Fnotify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TMaize","download_url":"https://codeload.github.com/TMaize/notify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TMaize%2Fnotify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278708004,"owners_count":26031932,"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-10-07T02:00:06.786Z","response_time":59,"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":["alert","component"],"created_at":"2024-10-11T19:35:34.059Z","updated_at":"2025-10-07T02:18:07.217Z","avatar_url":"https://github.com/TMaize.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# notify\n\nA frame less notify component，[watch demo](https://tmaize.github.io/notify/)\n\n### API\n\n[index.d.ts](https://github.com/TMaize/notify/blob/master/src/lib/index.d.ts)\n\n### CDN usage\n\n| lib             | size     | gzip    | CDN                                                                                         |\n| --------------- | -------- | ------- | ------------------------------------------------------------------------------------------- |\n| all.iife.js     | 14.33 kB | 5.35 kB | [npmmirror](https://registry.npmmirror.com/@tmaize/notify/0.4.0/files/dist/all.iife.js)     |\n| alert.iife.js   | 11.27 kB | 4.42 kB | [npmmirror](https://registry.npmmirror.com/@tmaize/notify/0.4.0/files/dist/alert.iife.js)   |\n| message.iife.js | 9.51 kB  | 3.70 kB | [npmmirror](https://registry.npmmirror.com/@tmaize/notify/0.4.0/files/dist/message.iife.js) |\n\n```html\n\u003cscript src=\"all.umd.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n  notify.message('hello')\n\u003c/script\u003e\n```\n\n### Module usage\n\n```bash\nyarn add @tmaize/notify\n```\n\n```js\nimport { alert, message } from '@tmaize/notify'\n\nalert('hello')\n\nalert({ title: 'title', content: 'content', type: 'error' })\n\nmessage('content')\n\nmessage.error('content')\n\nmessage({ content: 'content', type: 'error' })\n```\n\n## Acknowledgments\n\n[svelte](https://svelte.dev/)\n\n[lew-ui](https://github.com/lewkamtao/lew-ui/blob/main/packages/directives/message/styles/index.scss)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmaize%2Fnotify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmaize%2Fnotify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmaize%2Fnotify/lists"}