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

cli-ux

Package Overview
Dependencies
Maintainers
6
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-ux - npm Package Compare versions

Comparing version 5.4.1 to 5.4.2

4

lib/open.js

@@ -6,3 +6,2 @@ "use strict";

const childProcess = tslib_1.__importStar(require("child_process"));
const path = tslib_1.__importStar(require("path"));
const isWsl = require('is-wsl');

@@ -47,3 +46,4 @@ function open(target, opts = {}) {

else {
cmd = process.platform === 'android' ? 'xdg-open' : path.join(__dirname, 'xdg-open');
// try local xdg-open
cmd = 'xdg-open';
}

@@ -50,0 +50,0 @@ if (appArgs.length > 0) {

{
"name": "cli-ux",
"description": "cli IO utilities",
"version": "5.4.1",
"version": "5.4.2",
"author": "Jeff Dickey @jdxcode",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/cli-ux/issues",

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