Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lottiefiles/dotlottie-react

Package Overview
Dependencies
Maintainers
4
Versions
81
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.4.0 to 0.5.0

2

dist/index.d.ts

@@ -14,4 +14,4 @@ import { Config, DotLottie } from '@lottiefiles/dotlottie-web';

};
declare const DotLottieReact: ({ autoResizeCanvas, autoplay, backgroundColor, data, dotLottieRefCallback, loop, mode, playOnHover, renderConfig, segment, speed, src, useFrameInterpolation, ...props }: DotLottieReactProps) => JSX.Element;
declare const DotLottieReact: ({ autoResizeCanvas, autoplay, backgroundColor, data, dotLottieRefCallback, loop, marker, mode, playOnHover, renderConfig, segment, speed, src, useFrameInterpolation, ...props }: DotLottieReactProps) => JSX.Element;
export { DotLottieReact, type DotLottieReactProps };
{
"name": "@lottiefiles/dotlottie-react",
"version": "0.4.0",
"version": "0.5.0",
"type": "module",

@@ -5,0 +5,0 @@ "description": "React wrapper around the dotlottie-web library",

@@ -89,2 +89,3 @@ # @lottiefiles/dotlottie-react

| `autoResizeCanvas` | boolean | | true | Determines if the canvas should resize automatically to its container | |
| `marker` | string | | undefined | The Lottie named marker to play. | |

@@ -91,0 +92,0 @@ #### RenderConfig

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