{"id":15862130,"url":"https://github.com/afeiship/next-dom-event","last_synced_at":"2026-02-07T08:31:51.298Z","repository":{"id":57122670,"uuid":"86783578","full_name":"afeiship/next-dom-event","owner":"afeiship","description":"Dom event api based on next toolkit.","archived":false,"fork":false,"pushed_at":"2024-08-18T14:00:20.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-11T06:09:58.220Z","etag":null,"topics":["dom","event","next","on"],"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/afeiship.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2017-03-31T06:02:16.000Z","updated_at":"2024-08-18T14:00:23.000Z","dependencies_parsed_at":"2024-08-18T15:09:30.922Z","dependency_job_id":null,"html_url":"https://github.com/afeiship/next-dom-event","commit_stats":{"total_commits":42,"total_committers":1,"mean_commits":42.0,"dds":0.0,"last_synced_commit":"29acec33a3dc2b34dc4460a8cdbe4326093ef94d"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/afeiship/next-dom-event","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fnext-dom-event","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fnext-dom-event/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fnext-dom-event/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fnext-dom-event/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afeiship","download_url":"https://codeload.github.com/afeiship/next-dom-event/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fnext-dom-event/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29190188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["dom","event","next","on"],"created_at":"2024-10-05T22:25:18.174Z","updated_at":"2026-02-07T08:31:51.285Z","avatar_url":"https://github.com/afeiship.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# next-dom-event\n\u003e Dom event api based on next toolkit.\n\n[![version][version-image]][version-url]\n[![license][license-image]][license-url]\n[![size][size-image]][size-url]\n[![download][download-image]][download-url]\n\n## installation\n```bash\nnpm install -S @jswork/next-dom-event\n```\n\n## apis\n| api | params | description          |\n| --- | ------ | -------------------- |\n| on  | -      | register a new event |\n\n## usage\n```js\nimport NxDomEvent from '@jswork/next-dom-event';\n\n//create resources:\nconst el = document.getElement('test1');\nconst res = NxDomEvent.on(el,'click',()=\u003e{\n  console.log('click!');\n},capture);\nres.destory();\n```\n\n## license\nCode released under [the MIT license](https://github.com/afeiship/next-dom-event/blob/master/LICENSE.txt).\n\n[version-image]: https://img.shields.io/npm/v/@jswork/next-dom-event\n[version-url]: https://npmjs.org/package/@jswork/next-dom-event\n\n[license-image]: https://img.shields.io/npm/l/@jswork/next-dom-event\n[license-url]: https://github.com/afeiship/next-dom-event/blob/master/LICENSE.txt\n\n[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-dom-event\n[size-url]: https://github.com/afeiship/next-dom-event/blob/master/dist/next-dom-event.min.js\n\n[download-image]: https://img.shields.io/npm/dm/@jswork/next-dom-event\n[download-url]: https://www.npmjs.com/package/@jswork/next-dom-event\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fnext-dom-event","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafeiship%2Fnext-dom-event","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fnext-dom-event/lists"}