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

@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 17.0.2 to 17.0.3

4

react-is/index.d.ts

@@ -19,7 +19,7 @@ // Type definitions for react-is 17.0

ReactElement,
ReactType
ElementType
} from "react";
export function typeOf(value: any): symbol | undefined;
export function isValidElementType(value: any): value is ReactType;
export function isValidElementType(value: any): value is ElementType;
export function isAsyncMode(value: any): value is ReactElement;

@@ -26,0 +26,0 @@ export function isContextConsumer(value: any): value is ReactElement;

{
"name": "@types/react-is",
"version": "17.0.2",
"version": "17.0.3",
"description": "TypeScript definitions for react-is",

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

},
"typesPublisherContentHash": "4419969fb0c125785d3f4a972788a9ecd56f32f2d59664094b304f9f086fe01c",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "c01a7973dd3e5ca6e347feb8c2b6e15655980fb8dc18959f97505bd7305a51da",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Tue, 13 Jul 2021 21:01:22 GMT
* Last updated: Thu, 21 Oct 2021 23:01:39 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@ * Global values: `ReactIs`

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