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

@types/react-transition-group

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-transition-group - npm Package Compare versions

Comparing version 4.4.2 to 4.4.3

6

react-transition-group/package.json
{
"name": "@types/react-transition-group",
"version": "4.4.2",
"version": "4.4.3",
"description": "TypeScript definitions for react-transition-group",

@@ -45,4 +45,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-transition-group",

},
"typesPublisherContentHash": "94cd7f87998cc21681738fc9a5bc142f18dcea6d2c0d5a4dd82831533ecb524a",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "032929f6af53edd611cc75c77caa44cafd71934053202ecc575a2480a16fcbca",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Wed, 07 Jul 2021 18:31:48 GMT
* Last updated: Thu, 16 Sep 2021 18:01:22 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

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

@@ -140,3 +140,3 @@ import { Component, ReactNode } from 'react';

interface TimeoutProps<RefElement extends undefined | HTMLElement> extends BaseTransitionProps<RefElement> {
export interface TimeoutProps<RefElement extends undefined | HTMLElement> extends BaseTransitionProps<RefElement> {
/**

@@ -171,3 +171,3 @@ * The duration of the transition, in milliseconds. Required unless addEndListener is provided.

interface EndListenerProps<Ref extends undefined | HTMLElement> extends BaseTransitionProps<Ref> {
export interface EndListenerProps<Ref extends undefined | HTMLElement> extends BaseTransitionProps<Ref> {
/**

@@ -174,0 +174,0 @@ * The duration of the transition, in milliseconds. Required unless addEndListener is provided.

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