grunt-msbuild
Advanced tools
Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "grunt-msbuild", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -156,2 +156,6 @@ module.exports = function (grunt) { | ||
if (options.visualStudioVersion) { | ||
args.push('/p:VisualStudioVersion=' + options.visualStudioVersion + '.0'); | ||
} | ||
for (var buildArg in options.buildParameters) { | ||
@@ -158,0 +162,0 @@ var p = '/property:' + buildArg + '=' + options.buildParameters[buildArg]; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
9
222
16355