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

react

Package Overview
Dependencies
Maintainers
4
Versions
2123
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 to 19.1.0-canary-130095f7-20241212

7

cjs/react.development.js

@@ -1073,2 +1073,7 @@ /**

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

@@ -1517,3 +1522,3 @@ var prevActQueue = ReactSharedInternals.actQueue,

};
exports.version = "19.0.0";
exports.version = "19.1.0-canary-130095f7-20241212";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&

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

@@ -360,2 +360,7 @@ /**

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

@@ -539,2 +544,2 @@ throw Error("act(...) is not supported in production builds of React.");

};
exports.version = "19.0.0";
exports.version = "19.1.0-canary-130095f7-20241212";

2

cjs/react.react-server.development.js

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

};
exports.version = "19.0.0";
exports.version = "19.1.0-canary-130095f7-20241212";
})();

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

};
exports.version = "19.0.0";
exports.version = "19.1.0-canary-130095f7-20241212";

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

],
"version": "19.0.0",
"version": "19.1.0-canary-130095f7-20241212",
"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