{"id":15785807,"url":"https://github.com/js2me/disposer-util","last_synced_at":"2026-02-18T02:02:42.691Z","repository":{"id":248994918,"uuid":"830411505","full_name":"js2me/disposer-util","owner":"js2me","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-06T09:21:36.000Z","size":305,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-28T22:46:27.277Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/js2me.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}},"created_at":"2024-07-18T08:15:30.000Z","updated_at":"2025-04-06T09:21:34.000Z","dependencies_parsed_at":"2024-10-26T10:32:25.777Z","dependency_job_id":null,"html_url":"https://github.com/js2me/disposer-util","commit_stats":null,"previous_names":["js2me/mobx-disposer-util","js2me/disposer-util"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/js2me/disposer-util","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/js2me%2Fdisposer-util","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/js2me%2Fdisposer-util/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/js2me%2Fdisposer-util/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/js2me%2Fdisposer-util/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/js2me","download_url":"https://codeload.github.com/js2me/disposer-util/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/js2me%2Fdisposer-util/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29566366,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T00:47:08.760Z","status":"online","status_checked_at":"2026-02-18T02:00:09.468Z","response_time":162,"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":"2024-10-04T20:41:33.918Z","updated_at":"2026-02-18T02:02:42.671Z","avatar_url":"https://github.com/js2me.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# disposer-util  \n\nDisposer class and Disposable interface  \n\n## usage  \n\n```ts\nimport { Disposable, Disposer } from \"disposer-util\";\n\n\nexport class SomeModel implements Disposable {\n  private disposer = new Disposer();\n\n  constructor(){\n    this.disposer.add(\n      reaction(() =\u003e this.someProp, console.log)\n    );\n  }\n\n\n  dispose() {\n    this.disposer.dispose();\n  }\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjs2me%2Fdisposer-util","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjs2me%2Fdisposer-util","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjs2me%2Fdisposer-util/lists"}