🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

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
0.1.1

{
"name": "dialog-react",
"version": "0.1.0",
"version": "0.1.1",
"description": "toast confirm prompt",

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

* **install**
`npm install --save-dev react-dialog`
`npm install --save-dev dialog-react`
* **import**
`import {Toast, Confirm, Prompt} from "./dialog"`
`import {Toast, Confirm, Prompt} from "dialog-react"`

@@ -34,2 +34,2 @@ * **use**

close={() => this.setState({showDialog: false})} />
```
```