{"id":28566316,"url":"https://github.com/b3yc0d3/browser-detection-library","last_synced_at":"2025-06-10T15:09:44.204Z","repository":{"id":60654383,"uuid":"541264119","full_name":"b3yc0d3/browser-detection-library","owner":"b3yc0d3","description":"Fast and Lightweight way to detect browsers.","archived":false,"fork":false,"pushed_at":"2023-01-11T16:31:15.000Z","size":548,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-08-03T01:11:53.809Z","etag":null,"topics":["bdl-js","browser","browser-detection","browser-detection-library","es5-es6","javascript","javascript-library","javascript-vanilla"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/b3yc0d3.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-09-25T18:07:33.000Z","updated_at":"2023-06-30T20:54:16.000Z","dependencies_parsed_at":"2023-02-09T03:40:11.509Z","dependency_job_id":null,"html_url":"https://github.com/b3yc0d3/browser-detection-library","commit_stats":null,"previous_names":[],"tags_count":5,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b3yc0d3%2Fbrowser-detection-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b3yc0d3%2Fbrowser-detection-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b3yc0d3%2Fbrowser-detection-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b3yc0d3%2Fbrowser-detection-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b3yc0d3","download_url":"https://codeload.github.com/b3yc0d3/browser-detection-library/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b3yc0d3%2Fbrowser-detection-library/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259098638,"owners_count":22804793,"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":["bdl-js","browser","browser-detection","browser-detection-library","es5-es6","javascript","javascript-library","javascript-vanilla"],"created_at":"2025-06-10T15:09:42.551Z","updated_at":"2025-06-10T15:09:44.126Z","avatar_url":"https://github.com/b3yc0d3.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/bdl_logo.svg\" width=\"200\" height=\"200\"\u003e\n\u003c/p\u003e\n\n[![Version](https://img.shields.io/github/package-json/v/b3yc0d3/browser-detection-library)](https://github.com/b3yc0d3/browser-detection-library/blob/master/CHANGELOG.md)\n![Browsers](https://img.shields.io/badge/browser-brave%20%7C%20chromium%20%7C%20edge%20%7C%20firefox%20%7C%20ie11%20%7C%20opera%20%7C%20safari%20%7C%20duckduckgo-lightgrey)\n[![MPL-2.0](https://img.shields.io/github/license/b3yc0d3/browser-detection-library)](https://github.com/b3yc0d3/browser-detection-library/blob/master/LICENSE)\n\n\n# browser-detection-library\nFast and Lightweight way to detect browsers.\n\n\n## Browser Support\n| Browser        | Version                            | Architecture | Status  |\n| :------------- | :--------------------------------- | :----------- | :------ |\n| Brave          | 1.43.93 (Chromium: 105.0.5195.127) | x86_64       | Success |\n| Chromium       | 105.0.5195.125                     | x86_64       | Success |\n| Microsoft Edge | 105.0.1343.50                      | x86_64       | Success |\n| FireFox        | 105.0                              | x86_64, ARM  | Success |\n| IE 11          | 11.09600.17416                     | x86_64       | Success |\n| Opera          | 90.0.4480.84                       | x86_64       | Success |\n| Safari         | 13.1.3 (15609.4.1)                 | x86_64       | Success |\n| DuckDuckGo     | 5 (107.0.5304.105)                 | ARM          | Success |\n\n***Your needed browser isn't supported yet?***\u003cbr\u003e\n***Create a feature request!***\n\n\n## Documentation\n[Current documentation](/docs)\n\n\n## Build it your self\n```console\n$ clone https://github.com/b3yc0d3/browser-detection-library.git\n$ cd browser-detection-library\n$ npm i\n$ npm run build\n```\nThe build files are be found in `build/`\u003cbr\u003e\nA working example demo can be found in: `demo/`\u003cbr\u003e\n*Bulding required before useable; [CLICK](#build-it-your-self)*\n\n\n## Code Snippet\n```js\n// Get name of browser.\nconsole.log(bdl.browser.name);\n\n// Get name of browser vendor.\nconsole.log(bdl.browser.vendor);\n\n// Get name of browser id (internal used).\nconsole.log(bdl.browser.id);\n```\n\n\n## Sources\n### Browser Codenames\n- https://en.wikipedia.org/wiki/List_of_Apple_codenames#Applications\n- https://wiki.mozilla.org/Firefox/Codenames\n\n\n## Credits\n### Logo:\n- https://www.svgrepo.com/svg/153954/browser\n- https://www.svgrepo.com/svg/126178/question-mark","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb3yc0d3%2Fbrowser-detection-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb3yc0d3%2Fbrowser-detection-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb3yc0d3%2Fbrowser-detection-library/lists"}