{"id":25347346,"url":"https://github.com/codewell/state-logger","last_synced_at":"2025-08-13T18:34:44.765Z","repository":{"id":35207406,"uuid":"208293722","full_name":"codewell/state-logger","owner":"codewell","description":"State logger for JavaScript states Redux-style","archived":false,"fork":false,"pushed_at":"2023-03-04T05:24:56.000Z","size":889,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-16T05:25:07.309Z","etag":null,"topics":[],"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/codewell.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":"2019-09-13T15:31:33.000Z","updated_at":"2021-05-07T13:12:04.000Z","dependencies_parsed_at":"2025-04-09T00:15:17.220Z","dependency_job_id":null,"html_url":"https://github.com/codewell/state-logger","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/codewell/state-logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Fstate-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Fstate-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Fstate-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Fstate-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewell","download_url":"https://codeload.github.com/codewell/state-logger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Fstate-logger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270288815,"owners_count":24558865,"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-08-13T02:00:09.904Z","response_time":66,"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":"2025-02-14T14:26:35.582Z","updated_at":"2025-08-13T18:34:44.630Z","avatar_url":"https://github.com/codewell.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @codewell/state-logger\nState logger for JavaScript states Redux-style\n\n## Installation\n```\nnpm install @codewell/state-logger\n```\n\n## Basic usage\n```JavaScript\nimport stateLogger from '@codewell/state-logger';\n\nconst state = {};\nconst action = {type, payload};\nconst nextState = getNextState(state, action); // Somehow\nstateLogger(state, action, nextState); // Will log the state in nice colors\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewell%2Fstate-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewell%2Fstate-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewell%2Fstate-logger/lists"}