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 2.0.0 to 2.0.1

2

cli.js

@@ -16,5 +16,5 @@ #!/usr/bin/env node

' $ opn unicorn.png'
].join('\n')
]
});
opn(cli.input[0], process.argv.slice(3));

@@ -92,2 +92,4 @@ 'use strict';

}
return cp;
};
{
"name": "opn",
"version": "2.0.0",
"version": "2.0.1",
"description": "A better node-open. Opens stuff like websites, files, executables. Cross-platform.",

@@ -54,3 +54,3 @@ "license": "MIT",

"dependencies": {
"meow": "^3.1.0"
"meow": "^3.3.0"
},

@@ -57,0 +57,0 @@ "devDependencies": {

@@ -48,2 +48,4 @@ # opn

Returns the [spawned child process](https://nodejs.org/api/child_process.html#child_process_class_childprocess). You'd normally not need to use this for anything, but it can be useful if you'd like to attach custom event listeners or perform other operations directly on the spawned process.
#### target

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