react-dom
Advanced tools
Comparing version 0.0.0-experimental-163365a0-20240717 to 0.0.0-experimental-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-experimental-163365a0-20240717"; | ||
exports.version = "19.0.0-experimental-16409d05-20241101"; | ||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && | ||
@@ -424,0 +424,0 @@ "function" === |
@@ -210,2 +210,2 @@ /** | ||
}; | ||
exports.version = "19.0.0-experimental-163365a0-20240717"; | ||
exports.version = "19.0.0-experimental-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-experimental-163365a0-20240717"; | ||
exports.version = "19.0.0-experimental-16409d05-20241101"; | ||
})(); |
@@ -152,2 +152,2 @@ /** | ||
}; | ||
exports.version = "19.0.0-experimental-163365a0-20240717"; | ||
exports.version = "19.0.0-experimental-16409d05-20241101"; |
{ | ||
"name": "react-dom", | ||
"version": "0.0.0-experimental-163365a0-20240717", | ||
"version": "0.0.0-experimental-16409d05-20241101", | ||
"description": "React package for working with the DOM.", | ||
@@ -20,6 +20,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"scheduler": "0.0.0-experimental-163365a0-20240717" | ||
"scheduler": "0.0.0-experimental-16409d05-20241101" | ||
}, | ||
"peerDependencies": { | ||
"react": "0.0.0-experimental-163365a0-20240717" | ||
"react": "0.0.0-experimental-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
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8233668
221294
0
+ Addedreact@0.0.0-experimental-16409d05-20241101(transitive)
+ Addedscheduler@0.0.0-experimental-16409d05-20241101(transitive)
- Removedreact@0.0.0-experimental-163365a0-20240717(transitive)
- Removedscheduler@0.0.0-experimental-163365a0-20240717(transitive)