react-dom
Advanced tools
Comparing version 19.0.0-rc-163365a0-20240717 to 19.0.0-rc-16409d05-20241101
@@ -54,6 +54,6 @@ /** | ||
: void 0 === thing | ||
? "`undefined`" | ||
: "" === thing | ||
? "an empty string" | ||
: 'something with type "' + typeof thing + '"'; | ||
? "`undefined`" | ||
: "" === thing | ||
? "an empty string" | ||
: 'something with type "' + typeof thing + '"'; | ||
} | ||
@@ -64,10 +64,10 @@ function getValueDescriptorExpectingEnumForWarning(thing) { | ||
: void 0 === thing | ||
? "`undefined`" | ||
: "" === thing | ||
? "an empty string" | ||
: "string" === typeof thing | ||
? JSON.stringify(thing) | ||
: "number" === typeof thing | ||
? "`" + thing + "`" | ||
: 'something with type "' + typeof thing + '"'; | ||
? "`undefined`" | ||
: "" === thing | ||
? "an empty string" | ||
: "string" === typeof thing | ||
? JSON.stringify(thing) | ||
: "number" === typeof thing | ||
? "`" + thing + "`" | ||
: 'something with type "' + typeof thing + '"'; | ||
} | ||
@@ -421,3 +421,3 @@ function resolveDispatcher() { | ||
}; | ||
exports.version = "19.0.0-rc-163365a0-20240717"; | ||
exports.version = "19.0.0-rc-16409d05-20241101"; | ||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && | ||
@@ -424,0 +424,0 @@ "function" === |
@@ -210,2 +210,2 @@ /** | ||
}; | ||
exports.version = "19.0.0-rc-163365a0-20240717"; | ||
exports.version = "19.0.0-rc-16409d05-20241101"; |
@@ -24,6 +24,6 @@ /** | ||
: void 0 === thing | ||
? "`undefined`" | ||
: "" === thing | ||
? "an empty string" | ||
: 'something with type "' + typeof thing + '"'; | ||
? "`undefined`" | ||
: "" === thing | ||
? "an empty string" | ||
: 'something with type "' + typeof thing + '"'; | ||
} | ||
@@ -34,10 +34,10 @@ function getValueDescriptorExpectingEnumForWarning(thing) { | ||
: void 0 === thing | ||
? "`undefined`" | ||
: "" === thing | ||
? "an empty string" | ||
: "string" === typeof thing | ||
? JSON.stringify(thing) | ||
: "number" === typeof thing | ||
? "`" + thing + "`" | ||
: 'something with type "' + typeof thing + '"'; | ||
? "`undefined`" | ||
: "" === thing | ||
? "an empty string" | ||
: "string" === typeof thing | ||
? JSON.stringify(thing) | ||
: "number" === typeof thing | ||
? "`" + thing + "`" | ||
: 'something with type "' + typeof thing + '"'; | ||
} | ||
@@ -341,3 +341,3 @@ var React = require("react"), | ||
}; | ||
exports.version = "19.0.0-rc-163365a0-20240717"; | ||
exports.version = "19.0.0-rc-16409d05-20241101"; | ||
})(); |
@@ -152,2 +152,2 @@ /** | ||
}; | ||
exports.version = "19.0.0-rc-163365a0-20240717"; | ||
exports.version = "19.0.0-rc-16409d05-20241101"; |
{ | ||
"name": "react-dom", | ||
"version": "19.0.0-rc-163365a0-20240717", | ||
"version": "19.0.0-rc-16409d05-20241101", | ||
"description": "React package for working with the DOM.", | ||
@@ -20,6 +20,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"scheduler": "0.25.0-rc-163365a0-20240717" | ||
"scheduler": "0.25.0-rc-16409d05-20241101" | ||
}, | ||
"peerDependencies": { | ||
"react": "19.0.0-rc-163365a0-20240717" | ||
"react": "19.0.0-rc-16409d05-20241101" | ||
}, | ||
@@ -26,0 +26,0 @@ "files": [ |
@@ -12,1 +12,2 @@ 'use strict'; | ||
exports.prerender = s.prerender; | ||
exports.resumeAndPrerender = s.resumeAndPrerender; |
@@ -12,1 +12,2 @@ 'use strict'; | ||
exports.prerender = s.prerender; | ||
exports.resumeAndPrerender = s.resumeAndPrerender; |
@@ -12,1 +12,2 @@ 'use strict'; | ||
exports.prerenderToNodeStream = s.prerenderToNodeStream; | ||
exports.resumeAndPrerenderToNodeStream = s.resumeAndPrerenderToNodeStream; |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 3 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 2 instances in 1 package
6352157
169560
15
+ Addedreact@19.0.0-rc-16409d05-20241101(transitive)
+ Addedscheduler@0.25.0-rc-16409d05-20241101(transitive)
- Removedreact@19.0.0-rc-163365a0-20240717(transitive)
- Removedscheduler@0.25.0-rc-163365a0-20240717(transitive)