{"id":22432175,"url":"https://github.com/steditor/es6-collections-iterators","last_synced_at":"2025-10-28T22:36:28.482Z","repository":{"id":34586139,"uuid":"38533144","full_name":"Steditor/es6-collections-iterators","owner":"Steditor","description":"Adds missing values, keys and entries functions to native es6 collection implementations","archived":false,"fork":false,"pushed_at":"2015-07-06T08:19:44.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T10:04:21.615Z","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/Steditor.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":"2015-07-04T12:28:15.000Z","updated_at":"2015-07-05T13:47:44.000Z","dependencies_parsed_at":"2022-08-28T13:01:22.029Z","dependency_job_id":null,"html_url":"https://github.com/Steditor/es6-collections-iterators","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Steditor%2Fes6-collections-iterators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Steditor%2Fes6-collections-iterators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Steditor%2Fes6-collections-iterators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Steditor%2Fes6-collections-iterators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Steditor","download_url":"https://codeload.github.com/Steditor/es6-collections-iterators/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245806000,"owners_count":20675291,"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","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-05T22:10:53.000Z","updated_at":"2025-10-28T22:36:23.449Z","avatar_url":"https://github.com/Steditor.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# es6-collections-iterators\nAdds missing values, keys and entries functions to native es6 collection implementations\n\nThis especially concerns Internet Explorer 11, which implements es6 collections,\nbut does not implement the functions to retreive their elements via iterators\nand Safari 7.1 and 8, which implement the functions but do not return a valid\niterator (the `next` method is missing).\n\nThis polyfill tries to fix this to make IE 11 and Safari 7.1 and 8 more\ncompliant with the current [standard](http://www.ecma-international.org/ecma-262/6.0/).\n\n## Usage\n\n[![NPM](https://nodei.co/npm/es6-collections-iterators.png)](https://nodei.co/npm/es6-collections-iterators/)\n\n```js\nrequire('es6-collections-iterators')\n```\n\n*Note that this polyfill only does something if the collections `Set` and `Map`\nare available, but the respective prototype methods `entries`, `keys` and\n`values` are not implemented correctly.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteditor%2Fes6-collections-iterators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteditor%2Fes6-collections-iterators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteditor%2Fes6-collections-iterators/lists"}