New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lottiefiles/dotlottie-react

Package Overview
Dependencies
Maintainers
3
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lottiefiles/dotlottie-react - npm Package Compare versions

Comparing version 0.8.10 to 0.8.11

8

dist/index.d.ts

@@ -7,3 +7,2 @@ import { Config, DotLottie, DotLottieWorker } from '@lottiefiles/dotlottie-web';

animationId?: string;
autoResizeCanvas?: boolean;
dotLottieRefCallback?: RefCallback<DotLottie>;

@@ -14,7 +13,6 @@ playOnHover?: boolean;

};
declare const DotLottieReact: ({ animationId, autoResizeCanvas, autoplay, backgroundColor, data, dotLottieRefCallback, loop, marker, mode, playOnHover, renderConfig, segment, speed, src, themeData, themeId, useFrameInterpolation, ...props }: DotLottieReactProps) => JSX.Element;
declare const DotLottieReact: ({ animationId, autoplay, backgroundColor, data, dotLottieRefCallback, loop, marker, mode, playOnHover, renderConfig, segment, speed, src, themeData, themeId, useFrameInterpolation, ...props }: DotLottieReactProps) => JSX.Element;
type DotLottieConfig = Omit<Config, 'canvas'> & {
animationId?: string;
autoResizeCanvas?: boolean;
playOnHover?: boolean;

@@ -36,3 +34,2 @@ themeData?: string;

animationId?: string;
autoResizeCanvas?: boolean;
playOnHover?: boolean;

@@ -55,3 +52,2 @@ themeData?: string;

animationId?: string;
autoResizeCanvas?: boolean;
dotLottieRefCallback?: RefCallback<DotLottieWorker | null>;

@@ -63,3 +59,3 @@ playOnHover?: boolean;

};
declare const DotLottieWorkerReact: ({ animationId, autoResizeCanvas, autoplay, backgroundColor, data, dotLottieRefCallback, loop, marker, mode, playOnHover, renderConfig, segment, speed, src, themeData, themeId, useFrameInterpolation, workerId, ...props }: DotLottieWorkerReactProps) => JSX.Element;
declare const DotLottieWorkerReact: ({ animationId, autoplay, backgroundColor, data, dotLottieRefCallback, loop, marker, mode, playOnHover, renderConfig, segment, speed, src, themeData, themeId, useFrameInterpolation, workerId, ...props }: DotLottieWorkerReactProps) => JSX.Element;

@@ -66,0 +62,0 @@ declare const setWasmUrl: (url: string) => void;

{
"name": "@lottiefiles/dotlottie-react",
"version": "0.8.10",
"version": "0.8.11",
"type": "module",

@@ -40,4 +40,3 @@ "description": "React wrapper around the dotlottie-web library",

"dependencies": {
"debounce": "^2.0.0",
"@lottiefiles/dotlottie-web": "0.31.1"
"@lottiefiles/dotlottie-web": "0.32.0"
},

@@ -44,0 +43,0 @@ "devDependencies": {

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc