Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

is-ie

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Issues
File Explorer

Advanced tools

is-ie

ERROR: No README.md file found!

    0.0.0latest
    GitHub

Version published
Maintainers
1
Weekly downloads
730
increased by17.55%

Weekly downloads

Readme

Source

is-ie

Gives you the version of Internet Explorer your code is running in as a float, or null if running in Node/Chrome/Firefox/etc.

Installation

npm install is-ie

Usage

var version = require('is-ie') if (version === null) { start() } else if (version <= 9) { throw new Error }

Keywords

FAQs

Last updated on 07 Aug 2013

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.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc