Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-modal

Package Overview
Dependencies
Maintainers
3
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-modal - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

v1.6.1 - Tue, 06 Dec 2016 17:16:10 GMT
--------------------------------------
- [62d87e1](../../commit/62d87e1) [fixed] Remove arrow function from ES5 source
v1.6.0 - Tue, 06 Dec 2016 15:09:25 GMT

@@ -2,0 +8,0 @@ --------------------------------------

2

lib/components/Modal.js

@@ -56,3 +56,3 @@ var React = require('react');

shouldCloseOnOverlayClick: true,
parentSelector: () => document.body
parentSelector: function () { return document.body; }
};

@@ -59,0 +59,0 @@ },

{
"name": "react-modal",
"version": "1.6.0",
"version": "1.6.1",
"description": "Accessible modal dialog component for React.JS",

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

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