react-dev-utils
Advanced tools
Comparing version 9.2.0-next.39 to 9.2.0-next.62
@@ -45,3 +45,3 @@ /** | ||
function checkBrowsers(dir, isInteractive, retry = true) { | ||
const current = browserslist.loadConfig({path: dir}); | ||
const current = browserslist.loadConfig({ path: dir }); | ||
if (current != null) { | ||
@@ -48,0 +48,0 @@ return Promise.resolve(current); |
@@ -107,3 +107,3 @@ /** | ||
try { | ||
var options = { app: browser, wait: false }; | ||
var options = { app: browser, wait: false, url: true }; | ||
open(url, options).catch(() => {}); // Prevent `unhandledRejection` error. | ||
@@ -110,0 +110,0 @@ return true; |
{ | ||
"name": "react-dev-utils", | ||
"version": "9.2.0-next.39+3e7391dd", | ||
"version": "9.2.0-next.62+3d6d0a1f", | ||
"description": "Webpack utilities used by Create React App", | ||
@@ -55,3 +55,3 @@ "repository": { | ||
"address": "1.1.2", | ||
"browserslist": "4.7.0", | ||
"browserslist": "4.7.2", | ||
"chalk": "2.4.2", | ||
@@ -71,5 +71,5 @@ "cross-spawn": "6.0.5", | ||
"loader-utils": "1.2.3", | ||
"open": "^6.3.0", | ||
"open": "^7.0.0", | ||
"pkg-up": "2.0.0", | ||
"react-error-overlay": "6.1.0-next.39+3e7391dd", | ||
"react-error-overlay": "6.1.0-next.62+3d6d0a1f", | ||
"recursive-readdir": "2.2.2", | ||
@@ -88,3 +88,3 @@ "shell-quote": "1.7.2", | ||
}, | ||
"gitHead": "3e7391ddaf905e737a3b1c6969a6da3f16513854" | ||
"gitHead": "3d6d0a1f9cedebad05864b6ea81c711f8e4b3868" | ||
} |
@@ -42,3 +42,3 @@ /** | ||
console.log(); | ||
console.log(` ${chalk.yellow('https://bit.ly/CRA-deploy')}`); | ||
console.log(` ${chalk.yellow('bit.ly/CRA-deploy')}`); | ||
console.log(); | ||
@@ -45,0 +45,0 @@ } |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
109784
+ Addedbrowserslist@4.7.2(transitive)
+ Addedis-docker@2.2.1(transitive)
+ Addedis-wsl@2.2.0(transitive)
+ Addedopen@7.4.2(transitive)
- Removedbrowserslist@4.7.0(transitive)
- Removedis-wsl@1.1.0(transitive)
- Removedopen@6.4.0(transitive)
Updatedbrowserslist@4.7.2
Updatedopen@^7.0.0