New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-simple-dialogs

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-simple-dialogs - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/lib/utils.d.ts

2

dist/lib/dialogs/simple-alert.d.ts

@@ -1,2 +0,2 @@

import { DialogProps } from '../../utils';
import { DialogProps } from '../utils';
export type AlertProps = DialogProps<{

@@ -3,0 +3,0 @@ closeLabel?: string;

@@ -1,2 +0,2 @@

import { DialogProps } from '../../utils';
import { DialogProps } from '../utils';
export type ConfirmProps = DialogProps<{

@@ -3,0 +3,0 @@ cancelLabel?: string;

import { PromptResult } from 'src/components/dialogs/prompt';
import { DialogProps } from '../../utils';
import { DialogProps } from '../utils';
export type PromptProps = DialogProps<{

@@ -4,0 +4,0 @@ cancelLabel?: string;

export { simpleAlert } from './dialogs/simple-alert';
export type { AlertProps } from './dialogs/simple-alert';
export { simpleConfirm } from './dialogs/simple-confirm';
export type { ConfirmProps } from './dialogs/simple-confirm';
export { simplePrompt } from './dialogs/simple-prompt';
export type { PromptProps } from './dialogs/simple-prompt';
export { SimpleDialogContainer } from './simple-dialog-container';
//# sourceMappingURL=index.d.ts.map
{
"name": "react-simple-dialogs",
"private": false,
"version": "1.0.0",
"version": "1.0.1",
"author": "Pedro Henrique Pires",

@@ -6,0 +6,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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