Socket
Socket
Sign inDemoInstall

@applitools/utils

Package Overview
Dependencies
Maintainers
24
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/utils - npm Package Compare versions

Comparing version 1.2.10 to 1.2.11

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Changelog

## 1.2.11 - 2021/12/28
- use git bush shell on windows
## 1.2.10 - 2021/12/28

@@ -8,0 +12,0 @@

2

dist/process.js

@@ -46,4 +46,4 @@ "use strict";

async function sh(command, options) {
return await executeProcess(command, [], Object.assign(Object.assign({}, options), { spawnOptions: Object.assign({ stdio: 'inherit', shell: process.platform === 'win32' ? false : '/bin/bash' }, options === null || options === void 0 ? void 0 : options.spawnOptions) }));
return await executeProcess(command, [], Object.assign(Object.assign({}, options), { spawnOptions: Object.assign({ stdio: 'inherit', shell: process.platform === 'win32' ? 'C:\\Program Files\\Git\\bin\\bash.exe' : '/bin/bash' }, options === null || options === void 0 ? void 0 : options.spawnOptions) }));
}
exports.sh = sh;
{
"name": "@applitools/utils",
"version": "1.2.10",
"version": "1.2.11",
"keywords": [

@@ -5,0 +5,0 @@ "applitools",

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