Socket
Socket
Sign inDemoInstall

@types/react-is

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-is - npm Package Compare versions

Comparing version 18.2.4 to 18.3.0

6

react-is/index.d.ts

@@ -11,2 +11,5 @@ // NOTE: Users of the React 18 alpha should add a reference

export function isValidElementType(value: any): value is ElementType;
/**
* @deprecated
*/
export function isAsyncMode(value: any): value is ReactElement;

@@ -25,2 +28,5 @@ export function isContextConsumer(value: any): value is ReactElement;

/**
* @deprecated
*/
export const AsyncMode: symbol;

@@ -27,0 +33,0 @@ export const ContextConsumer: symbol;

6

react-is/package.json
{
"name": "@types/react-is",
"version": "18.2.4",
"version": "18.3.0",
"description": "TypeScript definitions for react-is",

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

},
"typesPublisherContentHash": "9837226ced888056173cdbe990652a409c5c4ab6a8793ed54f519e472483a6c0",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "b7a3bfb96379c5af4e271f25b44049047cde9a5608df3076e6ae26ef5c532f7d",
"typeScriptVersion": "4.7"
}

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

### Additional Details
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT
* Last updated: Thu, 25 Apr 2024 20:07:03 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

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

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