react-prismazoom
Advanced tools
Comparing version 3.3.3 to 3.3.4
# Changelog | ||
## [3.3.4] - 2023-07-02 | ||
- Expose setZoom and setPos methods | ||
## [3.3.3] - 2023-03-29 | ||
@@ -4,0 +7,0 @@ - Add the move method to the ref type object |
@@ -504,2 +504,4 @@ "use strict"; | ||
zoomToZone: zoomToZone, | ||
setZoom: setZoom, | ||
setPos: setPos, | ||
}); }); | ||
@@ -506,0 +508,0 @@ (0, react_1.useEffect)(function () { |
@@ -502,2 +502,4 @@ var __assign = (this && this.__assign) || function () { | ||
zoomToZone: zoomToZone, | ||
setZoom: setZoom, | ||
setPos: setPos, | ||
}); }); | ||
@@ -504,0 +506,0 @@ useEffect(function () { |
{ | ||
"name": "react-prismazoom", | ||
"version": "3.3.3", | ||
"version": "3.3.4", | ||
"description": "A pan and zoom component for React, using CSS transformations.", | ||
@@ -5,0 +5,0 @@ "author": "Sylvain Dubus <svn.dbs@gmail.com>", |
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
70510
1297