nuka-carousel
Advanced tools
Comparing version 5.0.10 to 5.0.11
@@ -72,2 +72,3 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; } | ||
useEffect(function () { | ||
isMounted.current = true; | ||
return function () { | ||
@@ -74,0 +75,0 @@ isMounted.current = false; |
@@ -93,2 +93,3 @@ "use strict"; | ||
(0, _react.useEffect)(function () { | ||
isMounted.current = true; | ||
return function () { | ||
@@ -95,0 +96,0 @@ isMounted.current = false; |
{ | ||
"name": "nuka-carousel", | ||
"version": "5.0.10", | ||
"version": "5.0.11", | ||
"description": "Pure React Carousel", | ||
@@ -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
129923
2697