Socket
Socket
Sign inDemoInstall

react-dom

Package Overview
Dependencies
2
Maintainers
5
Versions
1802
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 19.0.0-rc-9598c41a20-20240603 to 19.0.0-rc-99da76f23a-20240606

6

cjs/react-dom-test-utils.development.js

@@ -28,3 +28,3 @@ /**

printWarning('error', format, args);
printWarning('error', format, args, new Error('react-stack-top-frame'));
}

@@ -34,3 +34,3 @@ }

function printWarning(level, format, args) {
function printWarning(level, format, args, currentStack) {
// When changing this logic, you might want to also

@@ -45,3 +45,3 @@ // update consoleWithStackDev.www.js as well.

// can be lost while DevTools isn't open but we can't detect this.
var stack = ReactSharedInternals.getCurrentStack();
var stack = ReactSharedInternals.getCurrentStack(currentStack);

@@ -48,0 +48,0 @@ if (stack !== '') {

@@ -45,3 +45,3 @@ /**

printWarning('error', format, args);
printWarning('error', format, args, new Error('react-stack-top-frame'));
}

@@ -51,3 +51,3 @@ }

function printWarning(level, format, args) {
function printWarning(level, format, args, currentStack) {
// When changing this logic, you might want to also

@@ -62,3 +62,3 @@ // update consoleWithStackDev.www.js as well.

// can be lost while DevTools isn't open but we can't detect this.
var stack = ReactSharedInternals.getCurrentStack();
var stack = ReactSharedInternals.getCurrentStack(currentStack);

@@ -148,3 +148,3 @@ if (stack !== '') {

var ReactVersion = '19.0.0-rc-9598c41a20-20240603';
var ReactVersion = '19.0.0-rc-99da76f23a-20240606';

@@ -151,0 +151,0 @@ /**

@@ -209,2 +209,2 @@ /**

};
exports.version = "19.0.0-rc-9598c41a20-20240603";
exports.version = "19.0.0-rc-99da76f23a-20240606";

@@ -19,3 +19,3 @@ /**

var ReactVersion = '19.0.0-rc-9598c41a20-20240603';
var ReactVersion = '19.0.0-rc-99da76f23a-20240606';

@@ -36,3 +36,3 @@ var ReactSharedInternalsServer = // $FlowFixMe: It's defined in the one we resolve to.

printWarning('error', format, args);
printWarning('error', format, args, new Error('react-stack-top-frame'));
}

@@ -42,3 +42,3 @@ }

function printWarning(level, format, args) {
function printWarning(level, format, args, currentStack) {
// When changing this logic, you might want to also

@@ -53,3 +53,3 @@ // update consoleWithStackDev.www.js as well.

// can be lost while DevTools isn't open but we can't detect this.
var stack = ReactSharedInternalsServer.getCurrentStack();
var stack = ReactSharedInternalsServer.getCurrentStack(currentStack);

@@ -56,0 +56,0 @@ if (stack !== '') {

@@ -154,2 +154,2 @@ /**

};
exports.version = "19.0.0-rc-9598c41a20-20240603";
exports.version = "19.0.0-rc-99da76f23a-20240606";
{
"name": "react-dom",
"version": "19.0.0-rc-9598c41a20-20240603",
"version": "19.0.0-rc-99da76f23a-20240606",
"description": "React package for working with the DOM.",

@@ -20,6 +20,6 @@ "main": "index.js",

"dependencies": {
"scheduler": "0.25.0-rc-9598c41a20-20240603"
"scheduler": "0.25.0-rc-99da76f23a-20240606"
},
"peerDependencies": {
"react": "19.0.0-rc-9598c41a20-20240603"
"react": "19.0.0-rc-99da76f23a-20240606"
},

@@ -26,0 +26,0 @@ "files": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc