react-modal-image
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -37,2 +37,3 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
src = _props.src, | ||
style = _props.style, | ||
handleDoubleClick = _props.handleDoubleClick; | ||
@@ -49,2 +50,3 @@ | ||
src: src, | ||
style: style, | ||
onLoad: this.handleOnLoad, | ||
@@ -51,0 +53,0 @@ onDoubleClick: handleDoubleClick, |
@@ -46,2 +46,3 @@ "use strict"; | ||
src = _props.src, | ||
style = _props.style, | ||
handleDoubleClick = _props.handleDoubleClick; | ||
@@ -58,2 +59,3 @@ | ||
src: src, | ||
style: style, | ||
onLoad: this.handleOnLoad, | ||
@@ -60,0 +62,0 @@ onDoubleClick: handleDoubleClick, |
{ | ||
"name": "react-modal-image", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Lightweight Lightbox React Component", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
44294
884