# detectie

> A module to detect the IE browser version, returns false for non IE browsers

Latest version **1.0.0** (published 2015-10-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install detectie
pnpm add detectie
yarn add detectie
bun add detectie
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-10-21 |
| First published | 2015-10-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9 |
| Author | Steven Iseki |
| Maintainers | steveniseki |
| Keywords | detect IE, browser version, test for IE, broswer-version, IEversion, IE version, detectie, browser, IE, Edge, Internet Explorer |

## Links

- npm: https://www.npmjs.com/package/detectie
- Repository: https://github.com/StevenIseki/detectie
- Homepage: https://github.com/StevenIseki/detectie.git
- Issues: https://github.com/StevenIseki/detectie/issues
- npm.io page: https://npm.io/package/detectie

## Alternatives

- [launchdarkly-js-client-sdk](https://npm.io/package/launchdarkly-js-client-sdk.md) — 2.5M weekly downloads
- [@elastic/elasticsearch](https://npm.io/package/@elastic/elasticsearch.md) — 2.1M weekly downloads
- [@c8y/client](https://npm.io/package/@c8y/client.md) — 15.3K weekly downloads
- [@signaldb/maverickjs](https://npm.io/package/@signaldb/maverickjs.md) — 1.7K weekly downloads
- [@bbc/http-transport-cache](https://npm.io/package/@bbc/http-transport-cache.md) — 1.2K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-10-21

## README

## detectIe
A node module to detect the IE browser version, returns false for non IE browsers

Thanks to [mario z](https://github.com/marzepani) for the code

``` js
var detectIe = require('detectIe');
console.log(detectIe());

```

## License

[MIT](http://isekivacenz.mit-license.org/)

---
_Source: https://npm.io/package/detectie · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
