@applitools/utils
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -53,3 +53,3 @@ "use strict"; | ||
stdio: 'inherit', | ||
shell: process.platform === 'win32' ? 'C:\\Program Files\\Git\\bin\\bash.exe' : '/bin/bash', | ||
shell: process.platform === 'win32' ? 'C:\\Program Files\\Git\\bin\\bash.exe' : process.env.SHELL || '/bin/bash', | ||
...options === null || options === void 0 ? void 0 : options.spawnOptions, | ||
@@ -56,0 +56,0 @@ }, |
{ | ||
"name": "@applitools/utils", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "applitools", |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
58767
23
4