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.1 to 18.2.2

6

react-is/canary.d.ts

@@ -28,8 +28,8 @@ /**

import ReactIs = require('.');
import { ReactElement } from 'react';
import ReactIs = require(".");
import { ReactElement } from "react";
export {};
declare module '.' {
declare module "." {
function isSuspenseList(value: any): value is ReactElement;

@@ -36,0 +36,0 @@

@@ -15,8 +15,3 @@ // Type definitions for react-is 18.2

import {
LazyExoticComponent,
MemoExoticComponent,
ReactElement,
ElementType
} from "react";
import { ElementType, LazyExoticComponent, MemoExoticComponent, ReactElement } from "react";

@@ -23,0 +18,0 @@ export function typeOf(value: any): symbol | undefined;

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

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

},
"typesPublisherContentHash": "f18daebab7c8946552f0e242aea73043395aae004334fed3897d9eed143b5064",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "cdebb276096cadbbf8763fc3951548e202d7b36236a89ee6a7185e7253202a8a",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Mon, 19 Jun 2023 12:32:44 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: `ReactIs`

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc