Socket
Socket
Sign inDemoInstall

react-redux-modal

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-redux-modal - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

4

lib/Modal.js

@@ -78,5 +78,3 @@ 'use strict';

{ className: 'rrm-body' },
_react2.default.createElement(this.props.component, {
data: this.props.options.data || null,
remove: function remove() {
_react2.default.createElement(this.props.component, { data: this.props.options, remove: function remove() {
return _this2.props.removeModal(_this2.props.id);

@@ -83,0 +81,0 @@ } })

{
"name": "react-redux-modal",
"version": "0.2.1",
"version": "0.3.0",
"description": "react-redux-modal is a React modal implemented with Redux",

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

@@ -95,3 +95,2 @@ ##`react-redux-modal` [demo](http://diegoddox.github.io/react-redux-modal/)

size: 'medium', // large, medium or small,
data: {}, // whatever you wanted as it's mentioned above,
closeOnOutsideClick: false // (optional) Switch to true if you want to close the modal by clicking outside of it

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