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
1
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.9.6 to 1.9.7-rc.0

4

lib/elements/ModalProvider/ModalProvider.js

@@ -31,3 +31,5 @@ import React, { Component } from 'react';

if(prevProps.show && !this.props.show) {
this.overlay.current.classList.remove('enter-done');
if(this.overlay.current !== null) {
this.overlay.current.classList.remove('enter-done');
}
setTimeout(() => this.setState({overlayVisible: false}), 200);

@@ -34,0 +36,0 @@ }

{
"name": "@the-control-group/ui",
"version": "1.9.6",
"version": "1.9.7-rc.0",
"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