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.4.1 to 0.4.2

6

lib/Modal.js

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

'div',
{ className: 'rrm-holder',
style: { zIndex: '999' + this.props.index },
onClick: this.handleOnOutsideClick.bind(this) },
{ className: 'rrm-holder', style: { zIndex: '999' + this.props.index } },
_react2.default.createElement(

@@ -87,3 +85,3 @@ 'div',

),
_react2.default.createElement('div', { className: 'rrm-shadow' })
_react2.default.createElement('div', { className: 'rrm-shadow', onClick: this.handleOnOutsideClick.bind(this) })
);

@@ -90,0 +88,0 @@ };

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

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

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