{"id":49524027,"url":"https://github.com/raininfall/immutable-normalize","last_synced_at":"2026-05-02T01:36:47.029Z","repository":{"id":57272820,"uuid":"61174756","full_name":"raininfall/immutable-normalize","owner":"raininfall","description":null,"archived":false,"fork":false,"pushed_at":"2016-06-17T09:07:06.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-02T01:36:16.186Z","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/raininfall.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":"2016-06-15T03:28:35.000Z","updated_at":"2016-06-16T09:04:41.000Z","dependencies_parsed_at":"2022-08-25T03:51:53.127Z","dependency_job_id":null,"html_url":"https://github.com/raininfall/immutable-normalize","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/raininfall/immutable-normalize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raininfall%2Fimmutable-normalize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raininfall%2Fimmutable-normalize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raininfall%2Fimmutable-normalize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raininfall%2Fimmutable-normalize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raininfall","download_url":"https://codeload.github.com/raininfall/immutable-normalize/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raininfall%2Fimmutable-normalize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32520156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"ssl_error","status_checked_at":"2026-05-02T01:12:54.261Z","response_time":64,"last_error":"SSL_read: 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":[],"created_at":"2026-05-02T01:36:46.531Z","updated_at":"2026-05-02T01:36:47.015Z","avatar_url":"https://github.com/raininfall.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# immutable-normalize\n---\n[![build status](https://travis-ci.org/RainInFall/immutable-normalize.svg?branch=master)](https://travis-ci.org/RainInFall/immutable-normalize.svg?branch=master)\n[![Coverage Status](https://coveralls.io/repos/github/RainInFall/immutable-normalize/badge.svg?branch=master)](https://coveralls.io/github/RainInFall/immutable-normalize?branch=master)\n\n## Usage\n\n```js\nimport Immutable from 'immutable';\nimport wrap, {set} from 'immutable-normalize';\n\nlet data = wrap(Immutable.Map({a:1, b:2}));\nconsole.log(data.a); //1\nconsole.log(data.b); //2\nconsole.log(data.set); //undefined\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraininfall%2Fimmutable-normalize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraininfall%2Fimmutable-normalize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraininfall%2Fimmutable-normalize/lists"}