Socket
Socket
Sign inDemoInstall

open

Package Overview
Dependencies
3
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.5 to 8.0.6

6

index.js
const path = require('path');
const childProcess = require('child_process');
const {promises: fs} = require('fs');
const {promises: fs, constants: fsConstants} = require('fs');
const isWsl = require('is-wsl');

@@ -36,3 +36,3 @@ const isDocker = require('is-docker');

try {
await fs.access(configFilePath, fs.constants.F_OK);
await fs.access(configFilePath, fsConstants.F_OK);
isConfigFileExists = true;

@@ -175,3 +175,3 @@ } catch {}

try {
await fs.access(localXdgOpenPath, fs.constants.X_OK);
await fs.access(localXdgOpenPath, fsConstants.X_OK);
exeLocalXdgOpen = true;

@@ -178,0 +178,0 @@ } catch {}

{
"name": "open",
"version": "8.0.5",
"version": "8.0.6",
"description": "Open stuff like URLs, files, executables. Cross-platform.",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc