{"id":22311499,"url":"https://github.com/vilicvane/mixed-map","last_synced_at":"2025-10-25T01:15:04.112Z","repository":{"id":57298578,"uuid":"103743072","full_name":"vilicvane/mixed-map","owner":"vilicvane","description":"A simple map implementation that prefers `WeakMap` but uses `Map` as backup for primitive keys.","archived":false,"fork":false,"pushed_at":"2023-07-11T07:33:59.000Z","size":17,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T22:19:24.479Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vilicvane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-09-16T10:08:12.000Z","updated_at":"2020-07-07T16:38:58.000Z","dependencies_parsed_at":"2022-08-26T18:02:29.597Z","dependency_job_id":"3c57be57-d211-43fd-84cb-5a8a62a22fe6","html_url":"https://github.com/vilicvane/mixed-map","commit_stats":null,"previous_names":["vilicvane/mixed-map","vilic/mixed-map"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vilicvane/mixed-map","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vilicvane%2Fmixed-map","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vilicvane%2Fmixed-map/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vilicvane%2Fmixed-map/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vilicvane%2Fmixed-map/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vilicvane","download_url":"https://codeload.github.com/vilicvane/mixed-map/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vilicvane%2Fmixed-map/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280890854,"owners_count":26408838,"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-10-24T02:00:06.418Z","response_time":73,"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-12-03T21:20:05.682Z","updated_at":"2025-10-25T01:15:04.081Z","avatar_url":"https://github.com/vilicvane.png","language":"TypeScript","readme":"[![NPM Package](https://badge.fury.io/js/mixed-map.svg)](https://www.npmjs.com/package/mixed-map)\n\n# Mixed Map\n\nA simple map implementation that prefers `WeakMap` but uses `Map` as backup for primitive keys.\n\n## Installation\n\n```sh\nyarn add mixed-map\n# or\nnpm install mixed-map --save\n```\n\n## API\n\n```ts\nexport declare class MixedMap\u003cK, V\u003e {\n  has(key: K): boolean;\n  get(key: K): V | undefined;\n  set(key: K, value: V): this;\n  delete(key: K): boolean;\n}\n\nexport default MixedMap;\n```\n\n## License\n\nMIT License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvilicvane%2Fmixed-map","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvilicvane%2Fmixed-map","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvilicvane%2Fmixed-map/lists"}