You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP →

dialog-react

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dialog-react - npm Package Compare versions

Comparing version

to
1.0.0

{
"name": "dialog-react",
"version": "0.2.2",
"description": "toast confirm prompt",
"version": "1.0.0",
"description": "toast confirm prompt confirmAuto",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -17,3 +17,3 @@ * **install**

`import {Toast, Confirm, Prompt, ComfirmAuto} from "dialog-react"`
`import {Toast, Confirm, Prompt, ConfirmAuto} from "dialog-react"`

@@ -51,3 +51,3 @@ > many or one more

```
<ComfirmAuto
<ConfirmAuto
content="测试用例"

@@ -54,0 +54,0 @@ show={this.state.showDialog}