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

better-opn

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-opn - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

6

CHANGELOG.md

@@ -10,2 +10,8 @@ # Changelog

## [2.1.1] - 2020-10-21
### Changed
- Handle fallback for host only matching logic (#15)
## [2.1.0] - 2020-10-18

@@ -12,0 +18,0 @@

2

dist/index.js

@@ -77,3 +77,3 @@ "use strict";

execSync('ps cax | grep "' + chromiumBrowser + '"');
execSync("osascript ../openChrome.applescript \"".concat(encodeURI(process.env.OPEN_MATCH_HOST_ONLY === 'true' ? normalizeURLToMatch(url) : url), "\" \"").concat(chromiumBrowser, "\""), {
execSync("osascript ../openChrome.applescript \"".concat(encodeURI(url), "\" ").concat(process.env.OPEN_MATCH_HOST_ONLY === 'true' ? encodeURI(normalizeURLToMatch(url)) : encodeURI(url), " \"").concat(chromiumBrowser, "\""), {
cwd: __dirname,

@@ -80,0 +80,0 @@ stdio: 'ignore'

{
"name": "better-opn",
"version": "2.1.0",
"version": "2.1.1",
"description": "A better opn. Reuse the same tab on Chrome for 👨‍💻.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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