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

@types/react-wait

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-wait - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

5

react-wait/index.d.ts

@@ -8,7 +8,8 @@ // Type definitions for react-wait 0.3

import { ComponentType, FunctionComponent } from 'react';
import { ComponentType, FunctionComponent, ReactNode } from 'react';
export const Waiter: FunctionComponent;
export const Waiter: FunctionComponent<{ children?: ReactNode }>;
export interface WaitingContextWaitProps {
children?: ReactNode;
fallback: JSX.Element;

@@ -15,0 +16,0 @@ }

7

react-wait/package.json
{
"name": "@types/react-wait",
"version": "0.3.1",
"version": "0.3.2",
"description": "TypeScript definitions for react-wait",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-wait",
"license": "MIT",

@@ -29,4 +30,4 @@ "contributors": [

},
"typesPublisherContentHash": "187afc85b4ca27e60261d4be3c0b617e73d03edfe7047183e734b0437742983a",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "8c2211c17bc8212f7ce9848dc0137d86a987d99a83b1da1c80e4a7581ab2aa21",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Tue, 25 Feb 2020 19:09:02 GMT
* Last updated: Fri, 15 Oct 2021 18:02:05 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

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

Sorry, the diff of this file is not supported yet

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