🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react

Package Overview
Dependencies
Maintainers
2
Versions
2344
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.2.0-canary-c4676e72-20250520

7

cjs/react.development.js

@@ -60,2 +60,3 @@ /**

}
function noop() {}
function testStringCoercion(value) {

@@ -290,3 +291,2 @@ return "" + value;

}
function noop$1() {}
function resolveThenable(thenable) {

@@ -301,3 +301,3 @@ switch (thenable.status) {

("string" === typeof thenable.status
? thenable.then(noop$1, noop$1)
? thenable.then(noop, noop)
: ((thenable.status = "pending"),

@@ -507,3 +507,2 @@ thenable.then(

}
function noop() {}
function enqueueTask(task) {

@@ -1249,3 +1248,3 @@ if (null === enqueueTaskImpl)

};
exports.version = "19.2.0-canary-c44e4a25-20250409";
exports.version = "19.2.0-canary-c4676e72-20250520";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&

@@ -1252,0 +1251,0 @@ "function" ===

@@ -74,4 +74,5 @@ /**

pureComponentPrototype.isPureReactComponent = !0;
var isArrayImpl = Array.isArray,
ReactSharedInternals = { H: null, A: null, T: null, S: null },
var isArrayImpl = Array.isArray;
function noop() {}
var ReactSharedInternals = { H: null, A: null, T: null, S: null },
hasOwnProperty = Object.prototype.hasOwnProperty;

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

}
function noop$1() {}
function resolveThenable(thenable) {

@@ -131,3 +131,3 @@ switch (thenable.status) {

("string" === typeof thenable.status
? thenable.then(noop$1, noop$1)
? thenable.then(noop, noop)
: ((thenable.status = "pending"),

@@ -321,3 +321,2 @@ thenable.then(

};
function noop() {}
exports.Children = {

@@ -548,2 +547,2 @@ map: mapChildren,

};
exports.version = "19.2.0-canary-c44e4a25-20250409";
exports.version = "19.2.0-canary-c4676e72-20250520";

@@ -14,2 +14,3 @@ /**

(function () {
function noop() {}
function getIteratorFn(maybeIterable) {

@@ -252,3 +253,2 @@ if (null === maybeIterable || "object" !== typeof maybeIterable)

}
function noop() {}
function resolveThenable(thenable) {

@@ -816,3 +816,3 @@ switch (thenable.status) {

};
exports.version = "19.2.0-canary-c44e4a25-20250409";
exports.version = "19.2.0-canary-c4676e72-20250520";
})();

@@ -28,4 +28,5 @@ /**

}
var isArrayImpl = Array.isArray,
REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
var isArrayImpl = Array.isArray;
function noop() {}
var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
REACT_PORTAL_TYPE = Symbol.for("react.portal"),

@@ -91,3 +92,2 @@ REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"),

}
function noop() {}
function resolveThenable(thenable) {

@@ -431,2 +431,2 @@ switch (thenable.status) {

};
exports.version = "19.2.0-canary-c44e4a25-20250409";
exports.version = "19.2.0-canary-c4676e72-20250520";

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

],
"version": "19.2.0-canary-c44e4a25-20250409",
"version": "19.2.0-canary-c4676e72-20250520",
"homepage": "https://react.dev/",

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