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

react-awesome-modal

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-awesome-modal - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

8

package.json
{
"name": "react-awesome-modal",
"version": "2.0.1",
"version": "2.0.2",
"description": "This is a React Modal Component.",

@@ -44,5 +44,5 @@ "main": "./lib/index",

"power-assert": "~1.0.0",
"react": "^15.4.0",
"react-addons-test-utils": "^15.4.0",
"react-dom": "^15.4.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"vinyl-source-stream": "^1.1.0"

@@ -49,0 +49,0 @@ },

@@ -58,4 +58,4 @@ # react-awesome-modal

| effect | option | String | to set how to pop-up | fadeInUp, fadeInDown, etc... |
| width | option | Number | to set modal width (px or %) | 500, 500px, 80% |
| height | option | Number | to set modal height (px or %) | 400, 400px, 50% |
| width | option | String | to set modal width (px or %) | 500, 500px, 80% |
| height | option | String | to set modal height (px or %) | 400, 400px, 50% |
| onClickAway | option | Function | to set actions when the user click the mask | - |

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