Socket
Socket
Sign inDemoInstall

@types/react-dom

Package Overview
Dependencies
1
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 18.2.18 to 18.2.19

4

react-dom/package.json
{
"name": "@types/react-dom",
"version": "18.2.18",
"version": "18.2.19",
"description": "TypeScript definitions for react-dom",

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

},
"typesPublisherContentHash": "24d1ea368814e26159c63355ce8fb31303c23d7ff1fedf2165b6564f8d24b013",
"typesPublisherContentHash": "d30f4deaf26f877b21b6f5b30f5c49b00d269d604bcf6091bdb890c70c1ada92",
"typeScriptVersion": "4.6"
}

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

### Additional Details
* Last updated: Fri, 15 Dec 2023 23:35:35 GMT
* Last updated: Wed, 07 Feb 2024 17:06:57 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

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

@@ -24,3 +24,3 @@ // forward declarations

import { ReactElement, ReactNode } from "react";
import { ReactNode } from "react";
import { ErrorInfo } from "./client";

@@ -71,3 +71,3 @@

*/
export function renderToString(element: ReactElement, options?: ServerOptions): string;
export function renderToString(element: ReactNode, options?: ServerOptions): string;

@@ -81,3 +81,3 @@ /**

*/
export function renderToNodeStream(element: ReactElement, options?: ServerOptions): NodeJS.ReadableStream;
export function renderToNodeStream(element: ReactNode, options?: ServerOptions): NodeJS.ReadableStream;

@@ -90,3 +90,3 @@ /**

*/
export function renderToStaticMarkup(element: ReactElement, options?: ServerOptions): string;
export function renderToStaticMarkup(element: ReactNode, options?: ServerOptions): string;

@@ -98,3 +98,3 @@ /**

*/
export function renderToStaticNodeStream(element: ReactElement, options?: ServerOptions): NodeJS.ReadableStream;
export function renderToStaticNodeStream(element: ReactNode, options?: ServerOptions): NodeJS.ReadableStream;

@@ -101,0 +101,0 @@ export interface RenderToReadableStreamOptions {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc