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
0
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.6.5 to 0.7.0

8

dist/index.d.ts

@@ -6,11 +6,17 @@ import { Config, DotLottie } from '@lottiefiles/dotlottie-web';

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

@@ -17,0 +23,0 @@ interface UseDotLottieResult {

4

package.json
{
"name": "@lottiefiles/dotlottie-react",
"version": "0.6.5",
"version": "0.7.0",
"type": "module",

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

"debounce": "^2.0.0",
"@lottiefiles/dotlottie-web": "0.25.0"
"@lottiefiles/dotlottie-web": "0.26.0"
},

@@ -44,0 +44,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