{"id":17864705,"url":"https://github.com/adi518/detect-ie","last_synced_at":"2025-04-02T21:29:30.093Z","repository":{"id":126183496,"uuid":"121684008","full_name":"adi518/detect-ie","owner":"adi518","description":null,"archived":false,"fork":false,"pushed_at":"2018-11-19T22:24:02.000Z","size":534,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T09:46:01.691Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/adi518.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-15T21:18:57.000Z","updated_at":"2018-11-19T22:24:04.000Z","dependencies_parsed_at":"2023-06-16T15:45:24.644Z","dependency_job_id":null,"html_url":"https://github.com/adi518/detect-ie","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adi518%2Fdetect-ie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adi518%2Fdetect-ie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adi518%2Fdetect-ie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adi518%2Fdetect-ie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adi518","download_url":"https://codeload.github.com/adi518/detect-ie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246895394,"owners_count":20851265,"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-10-28T09:15:06.559Z","updated_at":"2025-04-02T21:29:30.076Z","avatar_url":"https://github.com/adi518.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Detect-Ie\nDetection of Internet Explorer 7-11 and Edge (\u003e= 12), based on either Feature or User-Agent. See [demo](https://adi518.github.io/detect-ie/).\n## Install\n```\nnpm install --save detect-msie\n```\n## Usage\nDefault detection is based on Feature, as it is a more reliable method. To use a User-Agent based detection instead, see options below.\n```js\nimport { detectIe } from 'detect-msie'\n\nconst report = detectIe()\n\n// Available Queries:\nconsole.log(report.isDetected)\nconsole.log(report.isEdge)\nconsole.log(report.isBelowEdge)\nconsole.log(report.isIe7OrLower)\nconsole.log(report.isIe7)\nconsole.log(report.isIe8)\nconsole.log(report.isIe9)\nconsole.log(report.isIe10)\nconsole.log(report.isIe11)\nconsole.log(report.version)\n```\n## Options\n#### `useUserAgent`\n* Type: `Boolean`\n* Default: `false`\n* Description: Use User-Agent based detection instead (less reliable, [spoofable](https://developer.mozilla.org/en-US/docs/Glossary/User_agent)).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadi518%2Fdetect-ie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadi518%2Fdetect-ie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadi518%2Fdetect-ie/lists"}