Socket
Socket
Sign inDemoInstall

@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 2.0.15 to 2.0.16

4

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

@@ -33,4 +33,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "033ca49c7482026917c2b5f7be7f2930f4ba990e2cb1e409c29b9add49254944",
"typesPublisherContentHash": "9f5ead69258f2620c98cd08cd620ca2b3a6a8ef8398ce111fb08c6f065cb3d43",
"typeScriptVersion": "2.8"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for react-transition-group (https://github.com/reactjs/react-transition-group).
This package contains type definitions for react-transition-group ( https://github.com/reactjs/react-transition-group ).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Wed, 19 Dec 2018 18:28:51 GMT
* Last updated: Wed, 13 Feb 2019 21:06:18 GMT
* Dependencies: @types/react

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

@@ -16,3 +16,3 @@ import { Component, ReactType, HTMLProps, ReactElement } from "react";

children?: ReactElement<TransitionProps> | Array<ReactElement<TransitionProps>>;
childFactory?(child: ReactElement<any>): ReactElement<any>;
childFactory?(child: ReactElement): ReactElement;
[prop: string]: any;

@@ -19,0 +19,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