react-resizable
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -112,3 +112,3 @@ 'use strict'; | ||
heightChanged = height !== _this2.state.height; | ||
if (!widthChanged && !heightChanged) return; | ||
if (handlerName === 'onResize' && !widthChanged && !heightChanged) return; | ||
@@ -115,0 +115,0 @@ if (_this2.props.lockAspectRatio) { |
{ | ||
"name": "react-resizable", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A component that is resizable with handles.", | ||
@@ -5,0 +5,0 @@ "main": "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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
103455
0