Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react

Package Overview
Dependencies
Maintainers
4
Versions
2155
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.1.0-canary-540efebc-20250112 to 19.1.0-canary-5b51a2b9-20250116

14

cjs/react.development.js

@@ -1032,2 +1032,8 @@ /**

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

@@ -1074,7 +1080,3 @@ map: mapChildren,

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

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

};
exports.version = "19.1.0-canary-540efebc-20250112";
exports.version = "19.1.0-canary-5b51a2b9-20250116";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&

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

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

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

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

};
exports.version = "19.1.0-canary-540efebc-20250112";
exports.version = "19.1.0-canary-5b51a2b9-20250116";

@@ -1113,3 +1113,3 @@ /**

};
exports.version = "19.1.0-canary-540efebc-20250112";
exports.version = "19.1.0-canary-5b51a2b9-20250116";
})();

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

};
exports.version = "19.1.0-canary-540efebc-20250112";
exports.version = "19.1.0-canary-5b51a2b9-20250116";

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

],
"version": "19.1.0-canary-540efebc-20250112",
"version": "19.1.0-canary-5b51a2b9-20250116",
"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