ie-version
Advanced tools
Weekly downloads
Readme
The module uses feature detection and detects from IE6 up to IE11. Furthermore, it also checks if Internet Explorer is being emulated by changing the document mode.
Only AMD and CommonJS module loaders are supported. This means that the module cannot be registered into the window object. Feel free to adapt it to your needs.
The module returns an object with the following properties:
require (["path/to/ie-version"], function (ie){
alert ("version: " + ie.version + ", emulated: " + ie.emulated);
});
FAQs
Checks the Internet Explorer's version
The npm package ie-version receives a total of 563 weekly downloads. As such, ie-version popularity was classified as not popular.
We found that ie-version demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.