react-easy-panzoom
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -830,3 +830,5 @@ "use strict"; | ||
boundX: x, | ||
boundY: y | ||
boundY: y, | ||
offsetX: x, | ||
offsetY: y | ||
}; | ||
@@ -833,0 +835,0 @@ } |
{ | ||
"name": "react-easy-panzoom", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Wrapper to enable pan and zoom for any React component", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -637,2 +637,4 @@ // @flow | ||
boundY: y, | ||
offsetX: x, | ||
offsetY: y, | ||
} | ||
@@ -639,0 +641,0 @@ } |
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
66163
1409