Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-reconciler

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-reconciler - npm Package Compare versions

Comparing version 0.28.4 to 0.28.5

41

react-reconciler/index.d.ts

@@ -9,3 +9,3 @@ // Type definitions for react-reconciler 0.28

import { Component, ReactNode } from 'react';
import { Component, ReactNode } from "react";

@@ -42,4 +42,3 @@ declare function ReactReconciler<

NoTimeout
/* eslint-enable @definitelytyped/no-unnecessary-generics */
>,
>, /* eslint-enable @definitelytyped/no-unnecessary-generics */
): ReactReconciler.Reconciler<Container, Instance, TextInstance, SuspenseInstance, PublicInstance>;

@@ -67,3 +66,2 @@

/**
*
* The reconciler has two modes: mutation mode and persistent mode. You must specify one of them.

@@ -88,3 +86,2 @@ *

/**
*
* The reconciler has two modes: mutation mode and persistent mode. You must specify one of them.

@@ -593,17 +590,17 @@ *

type HookType =
| 'useState'
| 'useReducer'
| 'useContext'
| 'useRef'
| 'useEffect'
| 'useLayoutEffect'
| 'useCallback'
| 'useMemo'
| 'useImperativeHandle'
| 'useDebugValue'
| 'useDeferredValue'
| 'useTransition'
| 'useMutableSource'
| 'useOpaqueIdentifier'
| 'useCacheRefresh';
| "useState"
| "useReducer"
| "useContext"
| "useRef"
| "useEffect"
| "useLayoutEffect"
| "useCallback"
| "useMemo"
| "useImperativeHandle"
| "useDebugValue"
| "useDeferredValue"
| "useTransition"
| "useMutableSource"
| "useOpaqueIdentifier"
| "useCacheRefresh";

@@ -746,4 +743,4 @@ interface Source {

| (((handle: unknown) => void) & {
_stringRef?: string | null;
})
_stringRef?: string | null;
})
| RefObject;

@@ -750,0 +747,0 @@

{
"name": "@types/react-reconciler",
"version": "0.28.4",
"version": "0.28.5",
"description": "TypeScript definitions for react-reconciler",

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

},
"typesPublisherContentHash": "6f169fbbe86b342a2490d619bffd830717cdea33ea6c6c1e5b08d1ad55ba7899",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "dc6835fb44f5febb5e76863d2aef668cc23d7c86540607c524c50358640ed1bd",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Fri, 01 Sep 2023 20:33:31 GMT
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc