better-opn
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -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 @@ |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
250931