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

react-dev-utils

Package Overview
Dependencies
Maintainers
5
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dev-utils - npm Package Compare versions

Comparing version 9.2.0-next.39 to 9.2.0-next.62

2

browsersHelper.js

@@ -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 @@ }

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