You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@types/react

Package Overview
Dependencies
Maintainers
1
Versions
695
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react - npm Package Compare versions

Comparing version
19.2.10
to
19.2.11
+9
-0
react/canary.d.ts

@@ -33,2 +33,4 @@ /**

type NativeSubmitEvent = SubmitEvent;
declare module "." {

@@ -121,2 +123,9 @@ export function unstable_useCacheRefresh(): () => void;

}
interface SubmitEvent<T = Element> extends SyntheticEvent<T, NativeSubmitEvent> {
/**
* Only available in react@canary
*/
submitter: HTMLElement | null;
}
}
+2
-2
{
"name": "@types/react",
"version": "19.2.10",
"version": "19.2.11",
"description": "TypeScript definitions for react",

@@ -208,4 +208,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",

"peerDependencies": {},
"typesPublisherContentHash": "c1bacedf82d12682fbaf19b2e74fd83bbeea9f1592d6885e013c8c1379ce22e8",
"typesPublisherContentHash": "304cb904d295bd3bf7ece003c819313dd2bd9dc09ba51c518de3918e871bbd4f",
"typeScriptVersion": "5.2"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 27 Jan 2026 12:02:23 GMT
* Last updated: Wed, 04 Feb 2026 11:11:03 GMT
* Dependencies: [csstype](https://npmjs.com/package/csstype)

@@ -14,0 +14,0 @@

@@ -33,2 +33,4 @@ /**

type NativeSubmitEvent = SubmitEvent;
declare module "." {

@@ -121,2 +123,9 @@ export function unstable_useCacheRefresh(): () => void;

}
interface SubmitEvent<T = Element> extends SyntheticEvent<T, NativeSubmitEvent> {
/**
* Only available in react@canary
*/
submitter: HTMLElement | null;
}
}

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

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