react-dom
Advanced tools
Comparing version 19.0.0-rc-d025ddd3-20240722 to 19.0.0-rc-d1afcb43-20240903
@@ -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-d025ddd3-20240722"; | ||
exports.version = "19.0.0-rc-d1afcb43-20240903"; | ||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && | ||
@@ -424,0 +424,0 @@ "function" === |
@@ -210,2 +210,2 @@ /** | ||
}; | ||
exports.version = "19.0.0-rc-d025ddd3-20240722"; | ||
exports.version = "19.0.0-rc-d1afcb43-20240903"; |
@@ -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-d025ddd3-20240722"; | ||
exports.version = "19.0.0-rc-d1afcb43-20240903"; | ||
})(); |
@@ -152,2 +152,2 @@ /** | ||
}; | ||
exports.version = "19.0.0-rc-d025ddd3-20240722"; | ||
exports.version = "19.0.0-rc-d1afcb43-20240903"; |
{ | ||
"name": "react-dom", | ||
"version": "19.0.0-rc-d025ddd3-20240722", | ||
"version": "19.0.0-rc-d1afcb43-20240903", | ||
"description": "React package for working with the DOM.", | ||
@@ -20,6 +20,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"scheduler": "0.25.0-rc-d025ddd3-20240722" | ||
"scheduler": "0.25.0-rc-d1afcb43-20240903" | ||
}, | ||
"peerDependencies": { | ||
"react": "19.0.0-rc-d025ddd3-20240722" | ||
"react": "19.0.0-rc-d1afcb43-20240903" | ||
}, | ||
@@ -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
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 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
6318320
168413
14
+ Addedreact@19.0.0-rc-d1afcb43-20240903(transitive)
+ Addedscheduler@0.25.0-rc-d1afcb43-20240903(transitive)
- Removedreact@19.0.0-rc-d025ddd3-20240722(transitive)
- Removedscheduler@0.25.0-rc-d025ddd3-20240722(transitive)