New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react

Package Overview
Dependencies
Maintainers
4
Versions
2250
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

to
19.1.0-canary-8759c5c8-20250207

18

cjs/react.development.js

@@ -490,3 +490,4 @@ /**

);
newKey._store.validated = oldElement._store.validated;
oldElement._store &&
(newKey._store.validated = oldElement._store.validated);
return newKey;

@@ -960,2 +961,3 @@ }

S: null,
V: null,
actQueue: null,

@@ -1034,2 +1036,8 @@ isBatchingLegacy: !1,

: enqueueTask;
deprecatedAPIs = Object.freeze({
__proto__: null,
c: function (size) {
return resolveDispatcher().useMemoCache(size);
}
});
exports.Children = {

@@ -1076,7 +1084,3 @@ map: mapChildren,

ReactSharedInternals;
exports.__COMPILER_RUNTIME = {
c: function (size) {
return resolveDispatcher().useMemoCache(size);
}
};
exports.__COMPILER_RUNTIME = deprecatedAPIs;
exports.act = function (callback) {

@@ -1525,3 +1529,3 @@ var prevActQueue = ReactSharedInternals.actQueue,

};
exports.version = "19.1.0-canary-7eb8234f-20241218";
exports.version = "19.1.0-canary-8759c5c8-20250207";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&

@@ -1528,0 +1532,0 @@ "function" ===

@@ -75,3 +75,3 @@ /**

var isArrayImpl = Array.isArray,
ReactSharedInternals = { H: null, A: null, T: null, S: null },
ReactSharedInternals = { H: null, A: null, T: null, S: null, V: null },
hasOwnProperty = Object.prototype.hasOwnProperty;

@@ -362,2 +362,3 @@ function ReactElement(type, key, self, source, owner, props) {

exports.__COMPILER_RUNTIME = {
__proto__: null,
c: function (size) {

@@ -545,2 +546,2 @@ return ReactSharedInternals.H.useMemoCache(size);

};
exports.version = "19.1.0-canary-7eb8234f-20241218";
exports.version = "19.1.0-canary-8759c5c8-20250207";

@@ -452,3 +452,4 @@ /**

);
newKey._store.validated = oldElement._store.validated;
oldElement._store &&
(newKey._store.validated = oldElement._store.validated);
return newKey;

@@ -1114,3 +1115,3 @@ }

};
exports.version = "19.1.0-canary-7eb8234f-20241218";
exports.version = "19.1.0-canary-8759c5c8-20250207";
})();

@@ -426,2 +426,2 @@ /**

};
exports.version = "19.1.0-canary-7eb8234f-20241218";
exports.version = "19.1.0-canary-8759c5c8-20250207";

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

],
"version": "19.1.0-canary-7eb8234f-20241218",
"version": "19.1.0-canary-8759c5c8-20250207",
"homepage": "https://react.dev/",

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