Socket
Socket
Sign inDemoInstall

react

Package Overview
Dependencies
Maintainers
4
Versions
1975
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react - npm Package Compare versions

Comparing version 19.0.0-rc-1eaccd82-20240816 to 19.0.0-rc-204a551e-20240926

11

cjs/react.development.js

@@ -1419,6 +1419,5 @@ /**

var prevTransition = ReactSharedInternals.T,
transition = {};
ReactSharedInternals.T = transition;
var currentTransition = ReactSharedInternals.T;
ReactSharedInternals.T._updatedFibers = new Set();
currentTransition = {};
ReactSharedInternals.T = currentTransition;
currentTransition._updatedFibers = new Set();
try {

@@ -1428,3 +1427,3 @@ var returnValue = scope(),

null !== onStartTransitionFinish &&
onStartTransitionFinish(transition, returnValue);
onStartTransitionFinish(currentTransition, returnValue);
"object" === typeof returnValue &&

@@ -1522,3 +1521,3 @@ null !== returnValue &&

};
exports.version = "19.0.0-rc-1eaccd82-20240816";
exports.version = "19.0.0-rc-204a551e-20240926";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&

@@ -1525,0 +1524,0 @@ "function" ===

@@ -459,4 +459,4 @@ /**

var prevTransition = ReactSharedInternals.T,
transition = {};
ReactSharedInternals.T = transition;
currentTransition = {};
ReactSharedInternals.T = currentTransition;
try {

@@ -466,3 +466,3 @@ var returnValue = scope(),

null !== onStartTransitionFinish &&
onStartTransitionFinish(transition, returnValue);
onStartTransitionFinish(currentTransition, returnValue);
"object" === typeof returnValue &&

@@ -541,2 +541,2 @@ null !== returnValue &&

};
exports.version = "19.0.0-rc-1eaccd82-20240816";
exports.version = "19.0.0-rc-204a551e-20240926";

@@ -1116,3 +1116,3 @@ /**

};
exports.version = "19.0.0-rc-1eaccd82-20240816";
exports.version = "19.0.0-rc-204a551e-20240926";
})();

@@ -427,2 +427,2 @@ /**

};
exports.version = "19.0.0-rc-1eaccd82-20240816";
exports.version = "19.0.0-rc-204a551e-20240926";

@@ -7,3 +7,3 @@ {

],
"version": "19.0.0-rc-1eaccd82-20240816",
"version": "19.0.0-rc-204a551e-20240926",
"homepage": "https://react.dev/",

@@ -10,0 +10,0 @@ "bugs": "https://github.com/facebook/react/issues",

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