You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react

Package Overview
Dependencies
Maintainers
2
Versions
2406
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
0.0.0-experimental-7216c0f0-20250630

7

cjs/react-jsx-dev-runtime.development.js

@@ -48,3 +48,3 @@ /**

case REACT_CONTEXT_TYPE:
return (type.displayName || "Context") + ".Provider";
return type.displayName || "Context";
case REACT_CONSUMER_TYPE:

@@ -295,5 +295,4 @@ return (type._context.displayName || "Context") + ".Consumer";

REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"),
REACT_PROFILER_TYPE = Symbol.for("react.profiler");
Symbol.for("react.provider");
var REACT_CONSUMER_TYPE = Symbol.for("react.consumer"),
REACT_PROFILER_TYPE = Symbol.for("react.profiler"),
REACT_CONSUMER_TYPE = Symbol.for("react.consumer"),
REACT_CONTEXT_TYPE = Symbol.for("react.context"),

@@ -300,0 +299,0 @@ REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"),

@@ -48,3 +48,3 @@ /**

case REACT_CONTEXT_TYPE:
return (type.displayName || "Context") + ".Provider";
return type.displayName || "Context";
case REACT_CONSUMER_TYPE:

@@ -295,5 +295,4 @@ return (type._context.displayName || "Context") + ".Consumer";

REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"),
REACT_PROFILER_TYPE = Symbol.for("react.profiler");
Symbol.for("react.provider");
var REACT_CONSUMER_TYPE = Symbol.for("react.consumer"),
REACT_PROFILER_TYPE = Symbol.for("react.profiler"),
REACT_CONSUMER_TYPE = Symbol.for("react.consumer"),
REACT_CONTEXT_TYPE = Symbol.for("react.context"),

@@ -300,0 +299,0 @@ REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"),

@@ -48,3 +48,3 @@ /**

case REACT_CONTEXT_TYPE:
return (type.displayName || "Context") + ".Provider";
return type.displayName || "Context";
case REACT_CONSUMER_TYPE:

@@ -295,5 +295,4 @@ return (type._context.displayName || "Context") + ".Consumer";

REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"),
REACT_PROFILER_TYPE = Symbol.for("react.profiler");
Symbol.for("react.provider");
var REACT_CONSUMER_TYPE = Symbol.for("react.consumer"),
REACT_PROFILER_TYPE = Symbol.for("react.profiler"),
REACT_CONSUMER_TYPE = Symbol.for("react.consumer"),
REACT_CONTEXT_TYPE = Symbol.for("react.context"),

@@ -300,0 +299,0 @@ REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"),

@@ -48,3 +48,3 @@ /**

case REACT_CONTEXT_TYPE:
return (type.displayName || "Context") + ".Provider";
return type.displayName || "Context";
case REACT_CONSUMER_TYPE:

@@ -295,5 +295,4 @@ return (type._context.displayName || "Context") + ".Consumer";

REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"),
REACT_PROFILER_TYPE = Symbol.for("react.profiler");
Symbol.for("react.provider");
var REACT_CONSUMER_TYPE = Symbol.for("react.consumer"),
REACT_PROFILER_TYPE = Symbol.for("react.profiler"),
REACT_CONSUMER_TYPE = Symbol.for("react.consumer"),
REACT_CONTEXT_TYPE = Symbol.for("react.context"),

@@ -300,0 +299,0 @@ REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"),

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

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

@@ -122,3 +123,3 @@ return "" + value;

case REACT_CONTEXT_TYPE:
return (type.displayName || "Context") + ".Provider";
return type.displayName || "Context";
case REACT_CONSUMER_TYPE:

@@ -293,3 +294,2 @@ return (type._context.displayName || "Context") + ".Consumer";

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

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

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

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

}
function noop() {}
function addTransitionType(type) {

@@ -661,5 +660,4 @@ var transition = ReactSharedInternals.T;

REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"),
REACT_PROFILER_TYPE = Symbol.for("react.profiler");
Symbol.for("react.provider");
var REACT_CONSUMER_TYPE = Symbol.for("react.consumer"),
REACT_PROFILER_TYPE = Symbol.for("react.profiler"),
REACT_CONSUMER_TYPE = Symbol.for("react.consumer"),
REACT_CONTEXT_TYPE = Symbol.for("react.context"),

@@ -969,2 +967,5 @@ REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"),

};
exports.cacheSignal = function () {
return null;
};
exports.captureOwnerStack = function () {

@@ -1250,3 +1251,3 @@ var getCurrentStack = ReactSharedInternals.getCurrentStack;

}
return function () {};
return noop;
};

@@ -1337,3 +1338,3 @@ exports.unstable_useCacheRefresh = function () {

};
exports.version = "19.2.0-experimental-72135096-20250421";
exports.version = "19.2.0-experimental-7216c0f0-20250630";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&

@@ -1340,0 +1341,0 @@ "function" ===

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

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

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

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

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

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

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

}
function noop() {}
function addTransitionType(type) {

@@ -416,2 +415,5 @@ var transition = ReactSharedInternals.T;

};
exports.cacheSignal = function () {
return null;
};
exports.cloneElement = function (element, config, children) {

@@ -548,3 +550,3 @@ if (null === element || void 0 === element)

}
return function () {};
return noop;
};

@@ -612,2 +614,2 @@ exports.unstable_useCacheRefresh = function () {

};
exports.version = "19.2.0-experimental-72135096-20250421";
exports.version = "19.2.0-experimental-7216c0f0-20250630";

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

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

@@ -84,3 +85,3 @@ if (null === maybeIterable || "object" !== typeof maybeIterable)

case REACT_CONTEXT_TYPE:
return (type.displayName || "Context") + ".Provider";
return type.displayName || "Context";
case REACT_CONSUMER_TYPE:

@@ -255,3 +256,2 @@ return (type._context.displayName || "Context") + ".Consumer";

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

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

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

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

}
function noop() {}
function cleanup(entryValue) {

@@ -508,5 +507,4 @@ var entry = TaintRegistryValues.get(entryValue);

REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"),
REACT_PROFILER_TYPE = Symbol.for("react.profiler");
Symbol.for("react.provider");
var REACT_CONSUMER_TYPE = Symbol.for("react.consumer"),
REACT_PROFILER_TYPE = Symbol.for("react.profiler"),
REACT_CONSUMER_TYPE = Symbol.for("react.consumer"),
REACT_CONTEXT_TYPE = Symbol.for("react.context"),

@@ -668,2 +666,6 @@ REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"),

};
exports.cacheSignal = function () {
var dispatcher = ReactSharedInternals.A;
return dispatcher ? dispatcher.cacheSignal() : null;
};
exports.captureOwnerStack = function () {

@@ -1002,3 +1004,3 @@ var getCurrentStack = ReactSharedInternals.getCurrentStack;

};
exports.version = "19.2.0-experimental-72135096-20250421";
exports.version = "19.2.0-experimental-7216c0f0-20250630";
})();

@@ -39,4 +39,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"),

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

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

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

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

@@ -286,32 +286,31 @@ thenable.then(

var reportGlobalError =
"function" === typeof reportError
? reportError
: function (error) {
if (
"object" === typeof window &&
"function" === typeof window.ErrorEvent
) {
var event = new window.ErrorEvent("error", {
bubbles: !0,
cancelable: !0,
message:
"object" === typeof error &&
null !== error &&
"string" === typeof error.message
? String(error.message)
: String(error),
error: error
});
if (!window.dispatchEvent(event)) return;
} else if (
"object" === typeof process &&
"function" === typeof process.emit
) {
process.emit("uncaughtException", error);
return;
}
console.error(error);
};
function noop() {}
var getPrototypeOf = Object.getPrototypeOf,
"function" === typeof reportError
? reportError
: function (error) {
if (
"object" === typeof window &&
"function" === typeof window.ErrorEvent
) {
var event = new window.ErrorEvent("error", {
bubbles: !0,
cancelable: !0,
message:
"object" === typeof error &&
null !== error &&
"string" === typeof error.message
? String(error.message)
: String(error),
error: error
});
if (!window.dispatchEvent(event)) return;
} else if (
"object" === typeof process &&
"function" === typeof process.emit
) {
process.emit("uncaughtException", error);
return;
}
console.error(error);
},
getPrototypeOf = Object.getPrototypeOf,
TaintRegistryObjects = ReactSharedInternals.TaintRegistryObjects,

@@ -412,2 +411,6 @@ TaintRegistryValues = ReactSharedInternals.TaintRegistryValues,

};
exports.cacheSignal = function () {
var dispatcher = ReactSharedInternals.A;
return dispatcher ? dispatcher.cacheSignal() : null;
};
exports.cloneElement = function (element, config, children) {

@@ -577,2 +580,2 @@ if (null === element || void 0 === element)

};
exports.version = "19.2.0-experimental-72135096-20250421";
exports.version = "19.2.0-experimental-7216c0f0-20250630";

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

],
"version": "0.0.0-experimental-72135096-20250421",
"version": "0.0.0-experimental-7216c0f0-20250630",
"homepage": "https://react.dev/",

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