react-modal
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -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 @@ -------------------------------------- |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
106538
0