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

react-dialogs-container

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dialogs-container - npm Package Compare versions

Comparing version 1.5.4 to 1.5.5

4

dist/dialog.hooks.js

@@ -42,3 +42,5 @@ import { useState, useContext, useEffect, useRef } from "react";

const pushTempDialog = (...args) => {
closeFnsRef.current.push(pushDialog(...args));
const closeFn = pushDialog(...args);
closeFnsRef.current.push(closeFn);
return closeFn;
};

@@ -45,0 +47,0 @@

{
"name": "react-dialogs-container",
"version": "1.5.4",
"version": "1.5.5",
"description": "Lightweight hooks ready dialogs management",

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

@@ -1,5 +0,11 @@

# react-dialog-container
# react-dialogs-container
Library for manage dialogs inside application
## Install
```
npm i react-dialogs-container
```
## Setup:

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