Socket
Socket
Sign inDemoInstall

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.0 to 3.0.1

2

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

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

@@ -1,2 +0,2 @@

# opn [![Build Status](https://travis-ci.org/sindresorhus/opn.svg?branch=master)](https://travis-ci.org/sindresorhus/opn)
# opn

@@ -33,6 +33,6 @@ > A better [node-open](https://github.com/pwnall/node-open). Opens stuff like websites, files, executables. Cross-platform.

opn('http://sindresorhus.com', 'firefox');
opn('http://sindresorhus.com', {app: 'firefox'});
// specify the app to open in
opn('http://sindresorhus.com', ['google chrome', '--incognito']);
opn('http://sindresorhus.com', {app: ['google chrome', '--incognito']});
// specify app arguments

@@ -39,0 +39,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