{"id":14984401,"url":"https://github.com/ianwalter/is-chrome","last_synced_at":"2026-01-29T10:43:29.937Z","repository":{"id":54542585,"uuid":"271581175","full_name":"ianwalter/is-chrome","owner":"ianwalter","description":"Detect whether a browser or user-agent is Chrome","archived":false,"fork":false,"pushed_at":"2023-03-16T22:03:16.000Z","size":215,"stargazers_count":2,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T15:50:36.959Z","etag":null,"topics":["browser","browser-detection","google-chrome","user-agent"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ianwalter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"ianwalter"}},"created_at":"2020-06-11T15:25:53.000Z","updated_at":"2021-01-15T19:38:29.000Z","dependencies_parsed_at":"2024-09-25T00:30:16.280Z","dependency_job_id":null,"html_url":"https://github.com/ianwalter/is-chrome","commit_stats":{"total_commits":27,"total_committers":2,"mean_commits":13.5,"dds":"0.37037037037037035","last_synced_commit":"52042c3e2c41536611f85bbcc052c9e818f4750a"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianwalter%2Fis-chrome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianwalter%2Fis-chrome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianwalter%2Fis-chrome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianwalter%2Fis-chrome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ianwalter","download_url":"https://codeload.github.com/ianwalter/is-chrome/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305947,"owners_count":20917208,"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":["browser","browser-detection","google-chrome","user-agent"],"created_at":"2024-09-24T14:08:59.211Z","updated_at":"2026-01-29T10:43:24.874Z","avatar_url":"https://github.com/ianwalter.png","language":"JavaScript","funding_links":["https://github.com/sponsors/ianwalter"],"categories":[],"sub_categories":[],"readme":"# @ianwalter/is-chrome\n\u003e Detect whether a browser or user-agent is Chrome\n\n[![npm page][npmImage]][npmUrl]\n[![CI][ciImage]][ciUrl]\n\n## Installation\n\n```console\nyarn add @ianwalter/is-chrome\n```\n\n## Usage\n\nBrowser:\n\n```js\nimport isChrome from '@ianwalter/is-chrome'\n\n// Firefox 65:\nisChrome() // =\u003e false\n\n// Chrome 72:\nisChrome() // =\u003e true\n```\n\nNode.js:\n\n```js\nconst isChrome = require('@ianwalter/is-chrome')\n\n// Firefox 65:\nisChrome(req.get('user-agent')) // =\u003e false\n\n// Chrome 72:\nisChrome(req.get('user-agent')) // =\u003e true\n```\n\n## License\n\nHippocratic License - See [LICENSE][licenseUrl]\n\n\u0026nbsp;\n\nCreated by [Ian Walter](https://ianwalter.dev)\n\n[npmImage]: https://img.shields.io/npm/v/@ianwalter/is-chrome.svg\n[npmUrl]: https://www.npmjs.com/package/@ianwalter/is-chrome\n[ciImage]: https://github.com/ianwalter/is-chrome/workflows/CI/badge.svg\n[ciUrl]: https://github.com/ianwalter/is-chrome/actions\n[soUrl]: https://stackoverflow.com/a/10199306/894420\n[licenseUrl]: https://github.com/ianwalter/is-chrome/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianwalter%2Fis-chrome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fianwalter%2Fis-chrome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianwalter%2Fis-chrome/lists"}