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

opn

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opn - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

8

index.js

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

var cmd;
var appArgs;
var appArgs = [];
var args = [];

@@ -40,3 +40,3 @@ var cpOpts = {};

if (appArgs) {
if (appArgs.length > 0) {
args.push('--args');

@@ -58,3 +58,3 @@ args = args.concat(appArgs);

if (appArgs) {
if (appArgs.length > 0) {
args = args.concat(appArgs);

@@ -69,3 +69,3 @@ }

if (appArgs) {
if (appArgs.length > 0) {
args = args.concat(appArgs);

@@ -72,0 +72,0 @@ }

{
"name": "opn",
"version": "3.0.1",
"version": "3.0.2",
"description": "A better node-open. Opens stuff like websites, files, executables. Cross-platform.",

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

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