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 8.0.9 to 8.1.0

3

index.d.ts

@@ -46,3 +46,4 @@ import {ChildProcess} from 'child_process';

| 'chrome'
| 'firefox';
| 'firefox'
| 'edge';

@@ -49,0 +50,0 @@ type App = {

@@ -268,4 +268,12 @@ const path = require('path');

defineLazyProperty(apps, 'edge', () => detectPlatformBinary({
darwin: 'microsoft edge',
win32: 'msedge',
linux: 'microsoft-edge'
}, {
wsl: '/mnt/c/Program Files (x86)/Microsoft/Edge/Application/msedge.exe'
}));
open.apps = apps;
module.exports = open;
{
"name": "open",
"version": "8.0.9",
"version": "8.1.0",
"description": "Open stuff like URLs, files, executables. Cross-platform.",

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

@@ -120,2 +120,3 @@ # open

- [`firefox`](https://www.mozilla.org/firefox) - Web browser
- [`edge`](https://www.microsoft.com/edge) - Web browser

@@ -122,0 +123,0 @@ ## Caveats

Sorry, the diff of this file is not supported yet

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