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 11.0.0-next.64 to 11.0.0-next.77

refreshOverlayInterop.js

8

formatWebpackMessages.js

@@ -109,8 +109,4 @@ /**

function formatWebpackMessages(json) {
const formattedErrors = json.errors.map(function (message) {
return formatMessage(message, true);
});
const formattedWarnings = json.warnings.map(function (message) {
return formatMessage(message, false);
});
const formattedErrors = json.errors.map(formatMessage);
const formattedWarnings = json.warnings.map(formatMessage);
const result = { errors: formattedErrors, warnings: formattedWarnings };

@@ -117,0 +113,0 @@ if (result.errors.some(isLikelyASyntaxError)) {

{
"name": "react-dev-utils",
"version": "11.0.0-next.64+7ab01169",
"version": "11.0.0-next.77+3d74b79d",
"description": "webpack utilities used by Create React App",

@@ -49,2 +49,3 @@ "repository": {

"redirectServedPathMiddleware.js",
"refreshOverlayInterop.js",
"typescriptFormatter.js",

@@ -69,3 +70,3 @@ "WatchMissingNodeModulesPlugin.js",

"gzip-size": "5.1.1",
"immer": "1.10.0",
"immer": "7.0.5",
"inquirer": "7.3.2",

@@ -76,3 +77,3 @@ "is-root": "2.1.0",

"pkg-up": "3.1.0",
"react-error-overlay": "7.0.0-next.64+7ab01169",
"react-error-overlay": "7.0.0-next.77+3d74b79d",
"recursive-readdir": "2.2.2",

@@ -90,3 +91,3 @@ "shell-quote": "1.7.2",

},
"gitHead": "7ab0116939064c0417950fa7f92dff7324fe2126"
"gitHead": "3d74b79de0ca40d3e89531207f8064a17207bfb8"
}

@@ -246,3 +246,3 @@ /**

function handleApplyUpdates(err, updatedModules) {
const hasReactRefresh = process.env.FAST_REFRESH;
const hasReactRefresh = process.env.FAST_REFRESH !== 'false';
const wantsForcedReload = err || !updatedModules || hadRuntimeError;

@@ -249,0 +249,0 @@ // React refresh can handle hot-reloading over errors.

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