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 1.1.8 to 1.1.9

17

react-transition-group v1.1/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for react-transition-group 1.1

import { HTMLAttributes, ReactElement, ElementType } from "react";
import { ElementType, HTMLAttributes, ReactElement } from "react";

@@ -16,16 +16,7 @@ export interface HTMLTransitionGroupProps<T> extends HTMLAttributes<T> {

import TransitionGroup = require("./TransitionGroup");
export {
TransitionGroupProps,
TransitionGroupChildLifecycle
} from "./TransitionGroup";
export { TransitionGroupChildLifecycle, TransitionGroupProps } from "./TransitionGroup";
import CSSTransitionGroup = require("./CSSTransitionGroup");
export {
CSSTransitionGroupProps,
CSSTransitionGroupTransitionName
} from "./CSSTransitionGroup";
export { CSSTransitionGroupProps, CSSTransitionGroupTransitionName } from "./CSSTransitionGroup";
export {
TransitionGroup,
CSSTransitionGroup
};
export { CSSTransitionGroup, TransitionGroup };
{
"name": "@types/react-transition-group",
"version": "1.1.8",
"version": "1.1.9",
"description": "TypeScript definitions for react-transition-group",

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

},
"typesPublisherContentHash": "fabd9efefbb36cc7644cf4487cdc36d0c6951f69f5b2a7c908f5da3d05dda2e3",
"typeScriptVersion": "3.7"
"typesPublisherContentHash": "77adf595912bde2188f59a3bfd7e9fe7a6bd16ac6c1585a2dcae77aea90e3d13",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Thu, 21 Oct 2021 23:01:44 GMT
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

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

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

import { Component, HTMLAttributes, ReactElement, ElementType } from "react";
import { Component, ElementType, HTMLAttributes, ReactElement } from "react";
import { HTMLTransitionGroupProps } from "./index";

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