cross-spawn
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -99,3 +99,3 @@ var fs = require('fs'); | ||
applyQuotes = command !== 'echo'; // Do not quote arguments for the special "echo" command | ||
command = escapeCommand(command, true); | ||
command = escapeCommand(command); | ||
args = args.map(function (arg) { | ||
@@ -102,0 +102,0 @@ return escapeArg(arg, applyQuotes); |
{ | ||
"name": "cross-spawn", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Cross platform child_process#spawn", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
7399