Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bpk-react-utils

Package Overview
Dependencies
Maintainers
6
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpk-react-utils - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2-css.0

2

index.js

@@ -19,2 +19,4 @@ /*

/* @flow strict */
import wrapDisplayName from 'recompose/wrapDisplayName';

@@ -21,0 +23,0 @@

4

package.json
{
"name": "bpk-react-utils",
"version": "3.0.1",
"version": "3.0.2-css.0",
"description": "Utilities for Backpack's React components.",

@@ -25,3 +25,3 @@ "main": "index.js",

},
"gitHead": "546e5a4762f36fddbba30f69a272017d9aa6c3c0"
"gitHead": "6dea0c366b9237ca3a6df91c0f856594d30cc7d8"
}

@@ -19,2 +19,4 @@ /*

/* @flow strict */
import React from 'react';

@@ -21,0 +23,0 @@ import { shallow } from 'enzyme';

@@ -19,5 +19,7 @@ /*

/* @flow strict */
import assign from 'object-assign';
import PropTypes from 'prop-types';
import React from 'react';
import React, { type Node } from 'react';
import CSSTransition from 'react-transition-group/CSSTransition';

@@ -29,2 +31,9 @@

type Props = {
appearClassName: string,
appearActiveClassName: string,
transitionTimeout: number,
children: Node,
};
const TransitionInitialMount = ({

@@ -35,3 +44,3 @@ appearClassName,

children,
}) => (
}: Props) => (
<CSSTransition

@@ -38,0 +47,0 @@ classNames={{

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