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.11 to 2.0.12

4

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

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

},
"typesPublisherContentHash": "a8b7ac29b564b9aee836e28c016f337ac2e47609e81273b34392109f86ea844f",
"typesPublisherContentHash": "69e49b0c4184685cf4a2441f972471ddb9c62615300acbecf3eed8ef4d657190",
"typeScriptVersion": "2.6"
}

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

Additional Details
* Last updated: Fri, 01 Jun 2018 16:26:34 GMT
* Last updated: Thu, 02 Aug 2018 01:35:11 GMT
* Dependencies: react

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

@@ -19,2 +19,3 @@ import { Component } from "react";

export type TransitionChildren = React.ReactNode | ((status: string) => React.ReactNode);
export interface TransitionProps extends TransitionActions {

@@ -33,2 +34,3 @@ in?: boolean;

[prop: string]: any;
children?: TransitionChildren;
}

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