Socket
Book a DemoInstallSign in
Socket

ie-location

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ie-location

Approximates the current location of Internet Explorer on your system

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

ie-location experimental

Find Internet Explorer on your system.

Usage

var locateIe = require('ie-location');
// Use a callback
locateIe(function(l) {
  console.log(l);
});
// Use the returned Promise
locateIe.then(function(l) {
  console.log(l);
});

CLI Usage

stdout path to IE (or null):

> ie-location
# C:\Program Files\Internet Explorer\iexplore.exe

Keywords

Internet Explorer

FAQs

Package last updated on 11 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts