...**/!(*.map|*.min.js)Size
Gzip
Dependencies
Publish
Install
Publish
Install
Size
Gzip
Dependencies
@@ -1276,7 +1276,7 @@ | |||
| 1276 | exports.useTransition = function () { | 1276 | exports.useTransition = function () { |
| 1277 | return resolveDispatcher().useTransition(); | 1277 | return resolveDispatcher().useTransition(); |
| 1278 | }; | 1278 | }; |
| 1279 | exports.version = "19.2.7"; | 1279 | exports.version = "19.2.8"; |
| 1280 | "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && | 1280 | "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && |
| 1281 | "function" === | 1281 | "function" === |
| 1282 | typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && | 1282 | typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && |
@@ -844,5 +844,5 @@ | |||
| 844 | exports.useMemo = function (create, deps) { | 844 | exports.useMemo = function (create, deps) { |
| 845 | return resolveDispatcher().useMemo(create, deps); | 845 | return resolveDispatcher().useMemo(create, deps); |
| 846 | }; | 846 | }; |
| 847 | exports.version = "19.2.7"; | 847 | exports.version = "19.2.8"; |
| 848 | })(); | 848 | })(); |
@@ -4,9 +4,9 @@ | |||
| 4 | "keywords": [ | 4 | "keywords": [ |
| 5 | "react" | 5 | "react" |
| 6 | ], | 6 | ], |
| 7 | "version": "19.2.7", | 7 | "version": "19.2.8", |
| 8 | "homepage": "https://react.dev/", | 8 | "homepage": "https://react.dev/", |
| 9 | "bugs": "https://github.com/facebook/react/issues", | 9 | "bugs": "https://github.com/react/react/issues", |
| 10 | "license": "MIT", | 10 | "license": "MIT", |
| 11 | "files": [ | 11 | "files": [ |
| 12 | "LICENSE", | 12 | "LICENSE", |
@@ -42,7 +42,7 @@ | |||
| 42 | }, | 42 | }, |
| 43 | "repository": { | 43 | "repository": { |
| 44 | "type": "git", | 44 | "type": "git", |
| 45 | "url": "https://github.com/facebook/react.git", | 45 | "url": "https://github.com/react/react.git", |
| 46 | "directory": "packages/react" | 46 | "directory": "packages/react" |
| 47 | }, | 47 | }, |
| 48 | "engines": { | 48 | "engines": { |
Source Repository Mismatch
While both versions have provenance, they originate from different repositories (facebook/react vs react/react). This is a high-risk signal of a fork-based attack or an unannounced migration.