Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

testcafe-browser-tools

Package Overview
Dependencies
Maintainers
4
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testcafe-browser-tools - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

2

lib/api/open.js

@@ -92,3 +92,3 @@ 'use strict';

function getLinuxOpenCommand(browserInfo, pageUrl) {
return '"' + browserInfo.path + '" "' + browserInfo.cmd + '" "' + pageUrl + '" 1<&- >/dev/null 2>&1 &';
return '"' + browserInfo.path + '" ' + browserInfo.cmd + ' "' + pageUrl + '" 0<&- >/dev/null 2>&1 &';
}

@@ -95,0 +95,0 @@

@@ -73,9 +73,5 @@ 'use strict';

case 0:
context$1$0.next = 2;
return _regeneratorRuntime.awrap(execPromise(command));
return context$1$0.abrupt('return', execPromise(command, { env: process.env }));
case 2:
return context$1$0.abrupt('return', context$1$0.sent);
case 3:
case 1:
case 'end':

@@ -82,0 +78,0 @@ return context$1$0.stop();

{
"name": "testcafe-browser-tools",
"version": "1.1.6",
"version": "1.1.7",
"description": "An utility library for performing platform-dependent actions on browsers.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/DevExpress/testcafe-browser-tools",

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