@lottiefiles/dotlottie-react
Advanced tools
Comparing version 0.8.3 to 0.8.4
{ | ||
"name": "@lottiefiles/dotlottie-react", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"type": "module", | ||
@@ -41,3 +41,3 @@ "description": "React wrapper around the dotlottie-web library", | ||
"debounce": "^2.0.0", | ||
"@lottiefiles/dotlottie-web": "0.29.2" | ||
"@lottiefiles/dotlottie-web": "0.30.0" | ||
}, | ||
@@ -44,0 +44,0 @@ "devDependencies": { |
@@ -202,6 +202,6 @@ # @lottiefiles/dotlottie-react | ||
if (dotLottie) { | ||
dotLottie.addEventListener('play', onPlay); | ||
dotLottie.addEventListener('pause', onPause); | ||
dotLottie.addEventListener('complete', onComplete); | ||
dotLottie.addEventListener('frame', onFrameChange); | ||
dotLottie.removeEventListener('play', onPlay); | ||
dotLottie.removeEventListener('pause', onPause); | ||
dotLottie.removeEventListener('complete', onComplete); | ||
dotLottie.removeEventListener('frame', onFrameChange); | ||
} | ||
@@ -208,0 +208,0 @@ }; |
Sorry, the diff of this file is too big to display
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
251361
3175
6
+ Added@lottiefiles/dotlottie-web@0.30.0(transitive)
- Removed@lottiefiles/dotlottie-web@0.29.2(transitive)