
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@types/react-addons-css-transition-group
Advanced tools
TypeScript definitions for react-addons-css-transition-group
npm install --save @types/react-addons-css-transition-group
This package contains type definitions for react-addons-css-transition-group (http://facebook.github.io/react/).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-addons-css-transition-group.
import "react-addons-transition-group";
import { ComponentClass, CSSTransitionGroupProps } from "react";
declare module "react" {
interface CSSTransitionGroupTransitionName {
enter: string;
enterActive?: string | undefined;
leave: string;
leaveActive?: string | undefined;
appear?: string | undefined;
appearActive?: string | undefined;
}
export interface CSSTransitionGroupProps extends HTMLTransitionGroupProps<ReactCSSTransitionGroup> {
transitionName: string | CSSTransitionGroupTransitionName;
transitionAppear?: boolean | undefined;
transitionAppearTimeout?: number | undefined;
transitionEnter?: boolean | undefined;
transitionEnterTimeout?: number | undefined;
transitionLeave?: boolean | undefined;
transitionLeaveTimeout?: number | undefined;
}
}
declare var ReactCSSTransitionGroup: ReactCSSTransitionGroup;
type ReactCSSTransitionGroup = ComponentClass<CSSTransitionGroupProps>;
export = ReactCSSTransitionGroup;
These definitions were written by Asana, AssureSign, and Microsoft.
FAQs
TypeScript definitions for react-addons-css-transition-group
The npm package @types/react-addons-css-transition-group receives a total of 11,822 weekly downloads. As such, @types/react-addons-css-transition-group popularity was classified as popular.
We found that @types/react-addons-css-transition-group demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.