New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

visualstudio-config

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

visualstudio-config

Basic information about installed instances of Visual Studio.

latest
Source
npmnpm
Version
0.1.0-b1
Version published
Maintainers
1
Created
Source

visualstudio-config

Basic information about installed instances of Visual Studio.

Usage

var VisualStudio = require("visualstudio-config");
VisualStudio.loadConfiguration().then(function(configuration) {
	if (configuration.vs2015)
	{
		var vs2015InstallDir = configuration.vs2015.installDir;

		// Do something with that.
	}
});

Supported VS versions are:

  • Visual Studio 2015 (v14.0)
  • Visual Studio 2013 (v12.0)
  • Visual Studio 2010 (v10.0)

Keywords

visualstudio

FAQs

Package last updated on 06 Sep 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