{"id":38737120,"url":"https://github.com/huijari/moisture","last_synced_at":"2026-01-17T11:33:27.874Z","repository":{"id":57301083,"uuid":"81003606","full_name":"huijari/moisture","owner":"huijari","description":"Custom emitter for Most","archived":false,"fork":false,"pushed_at":"2017-02-05T16:31:36.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-22T12:28:57.616Z","etag":null,"topics":["mostjs","reactive"],"latest_commit_sha":null,"homepage":"","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/huijari.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}},"created_at":"2017-02-05T16:00:54.000Z","updated_at":"2017-02-11T18:59:45.000Z","dependencies_parsed_at":"2022-09-03T11:32:32.436Z","dependency_job_id":null,"html_url":"https://github.com/huijari/moisture","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/huijari/moisture","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huijari%2Fmoisture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huijari%2Fmoisture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huijari%2Fmoisture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huijari%2Fmoisture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huijari","download_url":"https://codeload.github.com/huijari/moisture/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huijari%2Fmoisture/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28507664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"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":["mostjs","reactive"],"created_at":"2026-01-17T11:33:27.091Z","updated_at":"2026-01-17T11:33:27.848Z","avatar_url":"https://github.com/huijari.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# moisture\n\u003e Custom emitter for Most\n\n## Examples of use\n```js\nimport moist from 'moisture';\n\nconst stream = moist();\nstream\n  .map(x =\u003e x * 2)\n  .observe(console.log.bind(console));\nstream\n  .emit(1)\n  .emit(2)\n  .emit(3);\n\nconst value = moist();\nvalue\n  .map(input =\u003e input.trim())\n  .observe(console.log.bind(console));\nconst input = h('input', {\n  oninput: e =\u003e value.emit(e.target.value)\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuijari%2Fmoisture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuijari%2Fmoisture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuijari%2Fmoisture/lists"}