better-opn
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -77,3 +77,3 @@ "use strict"; | ||
execSync('ps cax | grep "' + chromiumBrowser + '"'); | ||
execSync("osascript ../openChrome.applescript \"".concat(encodeURI(url), "\" ").concat(process.env.OPEN_MATCH_HOST_ONLY === 'true' ? encodeURI(normalizeURLToMatch(url)) : encodeURI(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": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A better opn. Reuse the same tab on Chrome for 👨💻.", | ||
@@ -39,6 +39,13 @@ "main": "dist/index.js", | ||
}, | ||
"ava": { | ||
"files": [ | ||
"tests/**/*", | ||
"!test/host-only.js" | ||
] | ||
}, | ||
"scripts": { | ||
"build": "babel src -d dist", | ||
"_lint": "--node-version is a work around since we use v8 as target in babel anyway", | ||
"lint": "xo src/ --fix --node-version \">=10.0.0\"" | ||
"lint": "xo --fix --node-version \">=10.0.0\"", | ||
"test": "ava" | ||
}, | ||
@@ -52,4 +59,7 @@ "dependencies": { | ||
"@babel/preset-env": "^7.9.0", | ||
"ava": "^3.6.0", | ||
"lodash.countby": "^4.6.0", | ||
"puppeteer-core": "^8.0.0", | ||
"xo": "^0.28.3" | ||
} | ||
} |
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
286939
7
6