New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

windows-autoconf

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

windows-autoconf - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

4

index.js

@@ -109,4 +109,4 @@ 'use strict'

try {
const vsSetupsRaw = execAndParse(module.exports.compile_run_path)
if (vsSetupsRaw[0].includes('ERROR')) {
const vsSetupsRaw = execAndParse(module.exports.try_registry_path)
if (vsSetupsRaw[0] === 'ERROR') {
lazy.bindings.log('Couldn\'t find VS2017 in registry:(')

@@ -113,0 +113,0 @@ return

{
"name": "windows-autoconf",
"version": "1.8.0",
"version": "1.8.1",
"description": "Try to find MS build tools",

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

@@ -155,3 +155,3 @@ /* eslint-disable no-path-concat */

console.log('registry method failed')
return
return this.skip()
}

@@ -158,0 +158,0 @@ assert(setup.RegistryVersion)

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