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 2.0.0 to 2.0.1

2

react-transition-group/CSSTransition.d.ts

@@ -36,4 +36,4 @@ import { Component } from "react";

declare class CSSTransition extends Component<CSSTransitionProps> {}
declare class CSSTransition extends Component<CSSTransitionProps, any> {}
export default CSSTransition;
{
"name": "@types/react-transition-group",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for react-transition-group",

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

"peerDependencies": {},
"typesPublisherContentHash": "0f5662d6085268aff26a63aa4fd98f1f826109217992705036140539e69d45e8",
"typesPublisherContentHash": "38e61dc5d405889a2b133b9b948fce37377458e471fe2005a30d28bfd0026b30",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Fri, 14 Jul 2017 14:18:49 GMT
* Last updated: Tue, 18 Jul 2017 13:54:28 GMT
* Dependencies: react

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

@@ -69,4 +69,4 @@ import { Component } from "react";

*/
declare class Transition extends Component<TransitionProps> {}
declare class Transition extends Component<TransitionProps, any> {}
export default Transition;

@@ -1,2 +0,2 @@

import { Component, ReactType, HTMLProps, ReactElement } from "react";
import { Component, HTMLProps, ReactElement, ReactType } from "react";
import { TransitionActions, TransitionProps } from "react-transition-group/Transition";

@@ -74,4 +74,4 @@

*/
declare class TransitionGroup extends Component<TransitionGroupProps> {}
declare class TransitionGroup extends Component<TransitionGroupProps, any> {}
export default TransitionGroup;
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