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.1.9
to
19.1.10
+5
-0
react/experimental.d.ts

@@ -229,2 +229,7 @@ /**

| undefined;
/**
* A name for this Activity boundary for instrumentation purposes.
* The name will help identify this boundary in React DevTools.
*/
name?: string | undefined;
children: ReactNode;

@@ -231,0 +236,0 @@ }

+3
-3
{
"name": "@types/react",
"version": "19.1.9",
"version": "19.1.10",
"description": "TypeScript definitions for react",

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

"peerDependencies": {},
"typesPublisherContentHash": "f2c62211fa91ab2ec3c1922973eb68d269ed4fbf38f69ba826f33fd7915f0094",
"typeScriptVersion": "5.1"
"typesPublisherContentHash": "14c440b15fd43dcb88713aa520034adab1bdc77b1de4e0659165a84f7fde8091",
"typeScriptVersion": "5.2"
}

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

### Additional Details
* Last updated: Tue, 29 Jul 2025 09:39:53 GMT
* Last updated: Mon, 11 Aug 2025 19:34:08 GMT
* Dependencies: [csstype](https://npmjs.com/package/csstype)

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

@@ -229,2 +229,7 @@ /**

| undefined;
/**
* A name for this Activity boundary for instrumentation purposes.
* The name will help identify this boundary in React DevTools.
*/
name?: string | undefined;
children: ReactNode;

@@ -231,0 +236,0 @@ }