Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

windows-build-tools

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

windows-build-tools - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

lib/environment.js
'use strict';
var path = require('path');
var utils = require('./utils');

@@ -16,2 +15,3 @@

function setEnvironment(variables) {
var pythonPath = path.join(variables.python.python, 'python.exe');
var scriptPath = path.join(__dirname, '..', 'ps1', 'set-environment.ps1');

@@ -18,0 +18,0 @@ var psArgs = '& {& \'' + scriptPath + '\' -pythonPath \'' + variables.python.pythonPath + '\' }';

@@ -77,3 +77,3 @@ 'use strict';

_this3.handleData();
}, 1000);
}, 5000);
}

@@ -80,0 +80,0 @@

{
"name": "windows-build-tools",
"version": "0.2.1",
"version": "0.2.2",
"description": "Install C++ Build Tools for Windows using npm",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

'use strict'
const path = require('path')
const utils = require('./utils')

@@ -16,2 +15,3 @@

function setEnvironment (variables) {
const pythonPath = path.join(variables.python.python, 'python.exe');
const scriptPath = path.join(__dirname, '..', 'ps1', 'set-environment.ps1')

@@ -18,0 +18,0 @@ const psArgs = `& {& '${scriptPath}' -pythonPath '${variables.python.pythonPath}' }`

@@ -42,3 +42,3 @@ 'use strict'

this.handleData()
}, 1000)
}, 5000)
}

@@ -45,0 +45,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc