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

@the-control-group/ui

Package Overview
Dependencies
Maintainers
7
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@the-control-group/ui - npm Package Compare versions

Comparing version 1.7.8 to 1.7.9

7

lib/elements/Modal/Modal.js

@@ -17,2 +17,3 @@ import React, { Component } from 'react';

onDismiss: PropTypes.func,
onExit: PropTypes.func,
enqueueModal: PropTypes.func.isRequired,

@@ -53,6 +54,10 @@ dequeueModal: PropTypes.func.isRequired,

setTimeout(() => this.setState({modalVisible: false}), 300);
this.visibilityTimer = setTimeout(() => this.setState({modalVisible: false}, () => this.props.onExit && this.props.onExit()), 300);
}
}
componentWillUnmount() {
clearTimeout(this.visibilityTimer);
}
render() {

@@ -59,0 +64,0 @@ const {

2

package.json
{
"name": "@the-control-group/ui",
"version": "1.7.8",
"version": "1.7.9",
"description": "UI kit based on ReactJS for TCG projects",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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