Socket
Socket
Sign inDemoInstall

open

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

open - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

5

index.js

@@ -23,2 +23,3 @@ 'use strict';

wait: false,
background: false,
...options

@@ -44,2 +45,6 @@ };

if (options.background) {
cliArguments.push('--background');
}
if (options.app) {

@@ -46,0 +51,0 @@ cliArguments.push('-a', options.app);

2

package.json
{
"name": "open",
"version": "6.0.0",
"version": "6.1.0",
"description": "Open stuff like URLs, files, executables. Cross-platform.",

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

@@ -79,2 +79,9 @@ # open

##### background <sup>(macOS only)</sup>
Type: `boolean`<br>
Default: `false`
Do not bring the app to the foreground.
##### app

@@ -81,0 +88,0 @@

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