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.8 to 1.2.9

4

CHANGELOG.md

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

## 1.2.9 - 2021/12/28
- use default shell on windows
## 1.2.8 - 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' ? undefined : '/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' ? true : '/bin/bash' }, options === null || options === void 0 ? void 0 : options.spawnOptions) }));
}
exports.sh = sh;
{
"name": "@applitools/utils",
"version": "1.2.8",
"version": "1.2.9",
"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